//
archives

Archive for

Parallel execution of multiple TestNG suites

If we would like to run more than one TestNG suite in parallel, here’s how to go about doing it. For the sake of convenience am going to conveniently assume that your project is a Maven project. We first start by defining two properties in our pom file – One property to accept a list … Continue reading