InterviewSolution
Saved Bookmarks
| 1. |
How To Create And Run Testng.xml? |
|
Answer» In TestNG framework, we NEED to create testng.xml file to create and handle multiple TEST classes. We do configure our test RUN, set test dependency, include or exclude any test, method, CLASS or PACKAGE and set priority etc in the xml file. In TestNG framework, we need to create testng.xml file to create and handle multiple test classes. We do configure our test run, set test dependency, include or exclude any test, method, class or package and set priority etc in the xml file. |
|