How does testng allow you to state dependencies?
Answer / Akhilesh Kumar Awasthi
TestNG allows you to state dependencies using the "dependsOnMethods" and "dependsOnGroups" annotations. With these annotations, you can specify that a test method should only run after another test method or group of methods has completed.
| Is This Answer Correct ? | 0 Yes | 0 No |
in real time, where do u log defects using selenium?
Explain how you can handle frames using selenium 2.0?
What is selenium 2.0?
List out the names of programming languages, browsers and operating systems that are supported by selenium.
What are the uses of findelement() and findelements()?
What evaluation can selenium do?
What / supported operating system platforms Selenium?
What is webdriver wait in selenium webdriver?
Explain me how to handle alerts in selenium webdriver?
How do you get the attribute of the web element?
How to take screenshots in selenium webdriver?
How to insert a start point in selenium ide?