1.

List some of the popular testing tools/frameworks, providing a brief description of each.

Answer»
  1. Selenium: a web browser automation tool that automates the test suites you need to run on a web browser.[1]
  2. Protractor: An end-to-end test framework for Angular and ANGULARJS applications. Protractor runs tests against your application RUNNING in a real browser, interacting with it as a user would.[2]
  3. Cypress: A modern front-end testing tool BUILT for the modern web. Though it’s similar to Selenium and Protractor, it’s architecturally different from them.[3]
  4. Jasmine: This is an open-source JavaScript testing framework that allows you to write behavior-driven tests.[4]
  5. JUnit and NUnit: These are unit testing frameworks for Java and C# PROGRAMMING languages, respectively. 


Discussion

No Comment Found