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

What are the significant changes/upgrades in various selenium versions?

0 Answers  


Do you know how to mouse hover an element in selenium?

0 Answers  


How can we create object repository in selenium?

0 Answers  


What are the advantages of page object model framework?

0 Answers  


How can you run selenium server other than the default port 4444?

0 Answers  






What you say in regards to the flexibility of selenium test suite?

0 Answers  


How do you click on a menu item in a drop down menu?

0 Answers  


Explain why to choose python over java in selenium?

0 Answers  


What are some disadvantages of Selenium automation?

0 Answers  


Which of the selector ID, name, XPath or CSS should I use?

0 Answers  


what are the four parameter you have to pass in selenium?

0 Answers  


What is actions class in webdriver

0 Answers  


Categories