Parameter list which we can send to @Test annotation



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

Post New Answer

More Selenium Interview Questions

Explain how you can find broken images in a page using selenium web driver?

0 Answers  


Enlist the components of selenium.

0 Answers  


what is the difference between absolute path and relative path?

0 Answers  


What is desired capability? How is it useful in terms of selenium?

0 Answers  


How to upload a file in selenium webdriver?

0 Answers  






What do you know about selenium?

0 Answers  


How you can capture server side log selenium server?

0 Answers  


What is fluent wait in selenium webdriver?

0 Answers  


Why and how will you use an excel sheet in your project?

0 Answers  


How to capture screenshot in selenium webdriver?

0 Answers  


How many types of waits in selenium?

0 Answers  


What are some limitations of selenium?

0 Answers  


Categories