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

Name an api used for reading and writing data to excel files?

0 Answers  


What are the advantages of page object model framework?

0 Answers  


Tell us how can you run selenium server other than the default port 4444?

0 Answers  


Explain how you can switch back from a frame?

0 Answers  


Does the selenium ide have any drawbacks?

0 Answers  






How can I read test data from excels?

0 Answers  


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

0 Answers  


How to login to any site if it’s showing any authentication popup for

0 Answers  


What are the webdriver supported mobile testing drivers?

0 Answers  


How does click on button without using click method

2 Answers  


What is the build Tool you have used in your project?

4 Answers   Accenture, HCL, Inasra Technologies, Infosys, Maven Infotech,


What are the testing kinds that can be supported by selenium?

0 Answers  


Categories