Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

878


What are the different types of drivers available in webdriver?

905


How do I upload a file using selenium? I need to upload a word file during test execution.

868


What is the alternate way to click on login button?

1643


List some of the programming languages that are strongly supported by selenium webdriver.

891


How you can use “submit” a form using selenium?

923


What are the benefits of automation testing?

1010


What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?

868


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

1113


Can captcha and bar code reader be automated by using selenium?

865


If the test case frame contains several test cases, how can one execute just the selected one of those test cases?

857


How to perform right click using webdriver?

929


What is actions class in webdriver

886


What are selenium 1 and selenium 2?

879


Explain in selenium ide how can you debug the tests?

819