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 setspeed() and sleep() methods?
Please explain what are the different types of locators in selenium?
What are various ways of locating an element in selenium?
What is a hub in selenium grid?
How you build object repository in your project?
List out the names of programming languages, browsers and operating systems that are supported by selenium.
What is the difference between driver.get() and driver.navigate.to()
Explain what are the junits annotation linked with selenium?
What are some of the different ways to find an element using selenium as a tool?
What are the benefits of automation testing?
How can we fetch title of the page in selenium?
How to execute javascript in selenium?