filmov
tv
Tutorial :9 TestNG How to handle the Parallel Testing using Classes, Methods, Suites.(Tamil)
Показать описание
Test methods parallely in TestNG
test name = "Parallel Tests" parallel = "methods" thread-count = "2"
Test classes Parallely in TestNG
test name = "Parallel Tests" parallel = "classes" thread-count = "2"
Test Suites parallely in TestNG
suite name = "Parallel Testing Suite" parallel = "tests" thread-count = "2"
test name = "Parallel Tests" parallel = "methods" thread-count = "2"
Test classes Parallely in TestNG
test name = "Parallel Tests" parallel = "classes" thread-count = "2"
Test Suites parallely in TestNG
suite name = "Parallel Testing Suite" parallel = "tests" thread-count = "2"