I see testNG framework

testNG framework will have a xml folder, which put the xml file, and then must be configured in the pom file

 

xml file has a suite, parameters can be configured parameter in the suite, with Test Example, you may also be added listeners.

Example test with attribute contains classes, attribute classes each containing class attribute, each corresponding to a specific class java class is created, there is a general class @Test a modified method, in fact, performed using this modified embodiment is the implementation of the method.

 

 

 

Guess you like

Origin www.cnblogs.com/lululu123/p/11835028.html