Chapter sixteen, 1-TestNG Profile

A, TestNG introduced

1, TestNG is a testing framework from JUnit and NUnit, and with it has more features, improves the efficiency of execution.

2, TestNG is an open source automated testing framework removes most restrictions of the old framework, by means of simple annotations, grouping, sorting and parametric functions. The script developers to write more flexible and powerful test scripts.

 

Two, TestNG advantages

1, the log may be generated

2. Note that the code is efficient and easy to manage

3, can generate an HTML report execution

4, the test case may be grouped and prioritizes

5, parallel test can be achieved

 

Guess you like

Origin www.cnblogs.com/luohuasheng/p/11375442.html