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 will be the first salary and what will be the hike in the salary?
How does you identify the list of links present on the page
What api is required for database testing in selenium webdriver?
What are the testing type supported by selenium webdriver?
What are the annotations used in testng?
What if you have written your own element locator and how would you test it?
List out the technical challenges with selenium?
What are some limitations of selenium?
Do you know how to mouse hover an element in selenium?
What is the command line we have to write inside a .bat file to execute a selenium project when we are using testng?
what is the difference between 2.0 & 3.0
In which format does source view show the script in selenium ide?