Parameter list which we can send to @Test annotation
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between “type” and “typeandwait” command?
What is selenese and what are the types of selenese?
Explain xpath.
What is the difference between verify and assert commands?
Can we enter text without using sendkeys()?
Tell us what are the two modes of views in selenium ide?
How can we handle windows based pop up?
How to check a Selenium checkbox?
How can you handle network latency using selenium?
What are the types of waits available in selenium webdriver?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?
Name the different types of waits in webdriver.
Explain what is selenium ide?
What is actions class in webdriver
What is the syntax of finding elements by id using css selector?