How do you run multiple parallel Suites in TestNG?
How to Run Multiple Test Suites with Selenium with TestNG In Eclipse, create a new project. In the projects, make two packages (name them as com.suite1 and com.suite2) Create a class in each package (call them Flipkart.java and Snapdeal.java, respectively) and paste the code below into it.