1.

What Is The Importance Of Testng.xml File?

Answer»

In a Selenium TestNG PROJECT, we USE testng.xml FILE to configure the complete test suite in a SINGLE file.

Some of the features are as follows:

  • testng.xml file allows to include or EXCLUDE the execution of test methods and test groups
  • It allows to pass parameters to the test cases
  • Allows to add group dependencies
  • Allows to add priorities to the test cases
  • Allows to configure parallel execution of test cases
  • Allows to parameterize the test cases

In a Selenium TestNG project, we use testng.xml file to configure the complete test suite in a single file.

Some of the features are as follows:



Discussion

No Comment Found