I am working as a trainee in Automated Testing Environment. I have to know about TestNG and some examples of TestNG. What is meant by Test Suite? Can anybody please provide me some example coding?
|
Why not start at the source? The TestNG documentation on their site |
|||
|
|
|
In TestNG Below please find some recommendations that can help you better understand TestNG and unit testing in general:
|
|||
|
|
|
Test suite is the driving class of test cases. if you have many testcase classes with the multiple test methods, test suite class or suite.xml can call each of the test class one by one. |
|||
|