Parameter list which we can send to @Test annotation

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are desiredcapabilities in selenium webdriver?

486


What is the use of logging in automation?

512


Is it possible to automate the captcha using selenium?

486


I am not able to use "style" attribute to locate element with ie browser?

490


How to conduct database testing with selenium webdriver?

511






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

497


What exactly is the price of selenium test-suite?

459


What is datadriven framework and keyword driven?

521


How can we create an object repository in selenium?

490


How to test ajax application with selenium?

502


What are the operating systems supported by selenium webdriver?

447


How you can handle colors in web driver?

485


Which is the package which is to be imported while working with webdriver?

585


What programming languages can you use in selenium rc?

514


What are the test types supported by selenium?

522