in Selenium by
What are the features of TestNG and list some of the functionality in TestNG which makes it more effective?

1 Answer

0 votes
by
TestNG is a testing framework based on JUnit and NUnit to simplify a broad range of testing needs, from Unit Testing to Integration Testing. And the functionality which makes it efficient testing framework are

Support for annotations

Support for data-driven testing

Flexible test configuration

Ability to re-execute failed test cases
...