What is the use of the testng.xml file?

What is the use of the testng.xml file?

Hey Macy

A testng.xml file is used for configuring the whole test suite. In this file, we can create a test suite, create test groups, mark tests for parallel execution, add listeners, and pass parameters to test scripts. Later, this testng.xml file can be used for triggering the test suite.

We hope this solves your query.