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 is the difference between close() and quit()?
What is robot api?
Could you explain the line of code webdriver driver = new firefoxdriver()?
Tell me do you know a way to refresh browser by using selenium?
Does selenium support mobile internet testing?
In which format does source view shows your script in selenium ide?
How can we check if an element is getting displayed on a web page?
What is the command to connect a node to the selenium grid?
Tell me could cookies be deleted in selenium?
What is the use of @listener annotation in testng?
How to capture screenshot in webdriver?
How can we get text from a Web Part?