Skip to main content

Posts Tagged ‘Parallel Testing’

tiethnic colleagues sitting at desk looking at laptop computer in office. stock photo

Running Automated Tests in Parallel with TestNG

Running automated tests in parallel can be a time saver.  There are 2 aspects I will be discussing: the first one refers to using data providers, while the second one implies that you are grouping and running tests using XML suite files.   Using data providers Whenever a test method receives parameter values through a data provider […]