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 find element and find elements?
Explain the fundamental difference between xpath and css selector.
What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
Tell us how to perform right click using selenium webdriver?
What are the different exceptions you got when working with webdriver?
Can we edit recorded selenium ide test cases?
Explain why to choose python over java in selenium?
What is XPath? How does it work?
Explain what are the limitations of selenium ide?
What is htmlunitdriver?
How many exemptions do you know in selenium webdriver?
how to test page loaded successfully?