why important testng xml file

Solutions on MaxInterview for why important testng xml file by the best coders in the world

showing results for - "why important testng xml file"
Leo
12 Aug 2020
1It defines the order of the execution of all the test cases.
2It allows you to group the test cases and can be executed as per 
3the requirements.
4It executes the selected test cases.
5In TestNG, listeners can be implemented at the suite level.
6It allows you to integrate the TestNG framework with tools such as Jenkins