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 find element and find elements?
What are the different types of drivers available in webdriver?
How do I upload a file using selenium? I need to upload a word file during test execution.
What is the alternate way to click on login button?
List some of the programming languages that are strongly supported by selenium webdriver.
How you can use “submit” a form using selenium?
What are the benefits of automation testing?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
How to login to any site if it’s showing any authentication popup for
Can captcha and bar code reader be automated by using selenium?
If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
How to perform right click using webdriver?
What is actions class in webdriver
What are selenium 1 and selenium 2?
Explain in selenium ide how can you debug the tests?