Answers for "How to run a group of test case using TestNG?"

0

How to run a group of test case using TestNG?

@Test (groups={“smokeTest”,”FunctionalTest”}) 
public void loginTest(){
System.out.println(“Logged in successfully”);
}
Posted by: Guest on June-16-2021

Code answers related to "How to run a group of test case using TestNG?"

Browse Popular Code Answers by Language