Sunday 11 September 2016

Why do we need TestNG in Selenium?

  1. TestNG can generate reports based on our Selenium test results.
  2. TestNG simplifies the way the tests are coded.
  3. Uncaught exceptions are automatically handled by TestNG without terminating the test prematurely. These exceptions are reported as failed steps in the report.

Next

No comments:

Post a Comment