January 2018
Beginner to intermediate
354 pages
7h 59m
English
The TestNG suite tag has several attributes that control parallel testing. Those attributes are:
For these parallel attributes, users can run in single-threaded mode using a value of false, or select one of the other modes depending on whether they want to run a group of classes, tests, methods, or instances in parallel.
For instance, if the user wants to run all the test classes contained in each <test> section of the suite file in parallel, they can define which classes go in each section, or repeat all the classes in another section so they can run all the same classes in parallel. They would use the suite parallel="tests" tag attribute and set ...
Read now
Unlock full access