Parameter list which we can send to @Test annotation
Answer / palls
@Test(groups = { "functest", "checkintest" })
@Test(dataProvider = "test1")
@Test(dependsOnMethods = { "serverStartedOk" })
@Test(parameters = { "number-of-times" })
@Test(threadPoolSize = 3, invocationCount = 10, timeOut = 10000)
There r few more but these r the ones that I know.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the different methods to refresh a web page in webdriver?
Explain Cucumeber Framework?
What is same origin policy and how it can be handled?
What are the different types of web controller APIs supported in Selenium?
How to insert a start point in selenium ide?
What is selenium? What are the different components of Selenium?
From your test script how you can create html test report?
How to verify if the checkbox/radio is checked or not?
How do you capture an element loading after the page load?
What are the limitations of selenium?
How to iterate through options in test script?
What is a data driven framework?