© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Patrick
Pratik Upacharya
Your Problem Solver
3 types of testing and options in it
1) Performance Testing - Artillery.io , Jmeter ( And many more )
2) Unit Testing - Mocha - Chai, Jasmine etc
3) End to End Testing - Selenium , Protractor ( Now can be used for both angular and non angular apps )
There are many other libraries and frameworks. It depends on use case.
Heithem Moumni
Software engineer
You can use this :
mochajs.org
github.com/caolan/nodeunit
Mohamed Abdelwahed
you can use artillery.io
I need better to write tests to check response :/
Pratik Upacharya
Your Problem Solver
3 types of testing and options in it
1) Performance Testing - Artillery.io , Jmeter ( And many more )
2) Unit Testing - Mocha - Chai, Jasmine etc
3) End to End Testing - Selenium , Protractor ( Now can be used for both angular and non angular apps )
There are many other libraries and frameworks. It depends on use case.