Answers for "group of test case using TestNG?"

0

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

Browse Popular Code Answers by Language