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 are the annotations used in testng?
What is the syntax of finding elements by class using css selector?
How is testng better than junit?
How to pass parameters using testng.xml?
What you know about selenium?
What are the uses of findelement() and findelements()?
What are the limitations of using selenium as a test tool?
Tell me how to verify tooltip text using selenium?
what is the use of x-path?
List the advantages of webdriver over selenium server?
How will you verify the specific position of an web element
Difference between @findByMethod and @findelement?