Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

what is the importance of testng xml file

It defines the order of the execution of all the test cases.
It allows you to group the test cases and can be executed as per 
the requirements.
It executes the selected test cases.
In TestNG, listeners can be implemented at the suite level.
It allows you to integrate the TestNG framework with tools such as Jenkins
 
PREVIOUS NEXT
Tagged: #importance #testng #xml #file
ADD COMMENT
Topic
Name
6+8 =