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 is the difference between find element and find elements?

0 Answers  


Explain the fundamental difference between xpath and css selector.

0 Answers  


What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.

0 Answers  


Tell us how to perform right click using selenium webdriver?

0 Answers  


What are the different exceptions you got when working with webdriver?

0 Answers  






Can we edit recorded selenium ide test cases?

0 Answers  


Explain why to choose python over java in selenium?

0 Answers  


What is XPath? How does it work?

0 Answers  


Explain what are the limitations of selenium ide?

0 Answers  


What is htmlunitdriver?

0 Answers  


How many exemptions do you know in selenium webdriver?

0 Answers  


how to test page loaded successfully?

2 Answers   L&T,


Categories