Thursday 17 December 2015

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

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

No comments:

Post a Comment