Software testing tools frameworks... selenium, mocha
Software testing tools frameworks...
Test tools
- there are varieties of tools
- some provide one functionality.
- some provide many functionalities.
- start with a test framework.
Frame works
1. Mocha
- great for writing and structuring tests
- Test for Node.js application,
- offer browser support,asynchronous testing, build in test runner.
2. Jasmine
- can be used with any JS flavour.
- Doesn't require a browser or DOM
- clean and obvious syntax
- has customizable test runner
3. Jest
- Created by face book to test react.
- Zero configuration experience
- Has a built in test runner, mocking library & code coverage reporter.
4. Selenium
5. Cucumber
6. Cypress
- Created by face book to test react.
- Zero configuration experience
- Has a built in test runner, mocking library & code coverage reporter.
4. Selenium
wow. its a great work. i improved my knowledge through this. Good luck and keep it up
ReplyDelete