List some features of TestNG Framework?

Umesh Yadav
Umesh Yadav

Posted On: Apr 05, 2020

 

Some of the important features of TestNG framework are,

  • Support for Annotation.
  • Support for data-driven-testing and parameters.
  • Support for multiple instances in the same test class.
  • Has a good flexible execution model.
  • Allows for distributed testing.
  • Has default JDK functions for runtime and logging.
  • It has support for concurrent testing.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    TestNG Interview Questions

    What is TestNG?

    TestNG is a testing framework written in Java to cover a wide array of test categories like unit testing, functional testing, end-to-end test, integration test, etc. It is inspired from JUnit and NUni...

    TestNG Interview Questions

    What is Testng full form?

    The full form of TestNG is Test Next Generation....

    TestNG Interview Questions

    What is use of testng.xml file?

    TestNG.xml file has configuration details that are used to define test suites and tests. After configuring test suites in this XML file, you can execute the test from the command line or ant script. ...