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 use of selenium grid?

699


Tell me does the selenium have any limitations?

655


How to handle hidden elements in selenium webdriver?

661


How to find whether an element is displayed on the web page?

660


What is the command to insert text into the HTML text box using Selenium?

677


When should I use Selenium IDE?

733


what is mutation testing, Difference between system and End to End testing,Give examples of bug having high priority but low severity except spelling mistakes and logo symbol.

1668


What is selenium? What are the different selenium components?

667


What are the advantages of using selenium as a test tool?

715


What is object repository in selenium webdriver?

705


How can I learn to automate testing using selenium?

643


What programming languages does Selenium use?

754


How can we handle pop-ups in rc?

701


Is selenium server needed to run selenium webdriver scripts?

657


What is the use of logging in automation?

715