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
  • Classic  UI testing option
  • can be used in combination with most frameworks     




5. Cucumber 
  • BDD UI testing framework
  • execute specifications
  • works well with selenium
6. Cypress
  • UI testing framework.
  • fast, easy and reliable.
  • Runs in any browser.





Comments

  1. wow. its a great work. i improved my knowledge through this. Good luck and keep it up

    ReplyDelete

Post a Comment

Popular posts from this blog

Do you want to design a mobile app?