Skip to main content

Posts Tagged ‘Parallel Test Execution’

Using Selenium with Java and TestNG (1)

Parallel Test Execution & Multi-thread In this blog, I‘ll introduce how we use Selenium and TestNG to execute the test cases in parallel. If you’re using selenium and testNG, it would help reduce the test execution time. As we know, testNG has the feature of parallel test execution. We could run testNG test cases on […]