How to run a group of test cases using testng?
Answer / Kedar Gautam
In TestNG, you can use the @Test(groups = {"groupName"}) annotation on the test methods that you want to include in a particular group. Then, you can run the tests for a specific group by using the command line option -groups or in the IDE.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a code snippet to perform mouse hover in webdriver.
What is the difference between find elements () and find element ()?
What the webdriver supported mobile testing drivers do you know?
How do u get the attribute of the web element?
How does testng allow you to state dependencies?
Write a code snippet to launch chrome browser in webdriver.
What is Dynamic xpath in selenium ?
What is the hybrid framework?
In which format does source view shows your script in selenium ide?
What is the difference between driver.get() and driver.navigate.to()
How to insert a comment in selenium ide?
What do you know about Selenese?