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 happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;
How many exceptions do you know in selenium webdriver?
How do you handle alert popup?
How many types of webdriver api's are available in selenium?
When do you use selenium grid?
When should one use selenium grid?
Just how much does selenium license cost per customer device?
How testing is better than junit?
Explain how to assert text of webpage using selenium 2.0?
Explain what is selenium ide?
Tell me what are the advantages of using git hub for selenium?
How can you handle network latency using selenium?
Tell us can you write the code to double click an element in selenium?
How can we deal with pop-up windows based on?
What are heightened privileges browsers?