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 |
How does one submit a form in selenium?
what are the testing frameworks used in selenium?
What is the difference between close() and quit()?
What is testng and how is it better than junit?
List of Exceptions may occur in selenium?
What is the hybrid framework?
Mention when to use autoit?
How to type text in a textbox using selenium?
What’s new in selenium 3.0?
How is driver.close()command different from driver.quit command?
Tell me what is a node in selenium grid?
What is selenium-rc (remote control) ?