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
What is the use of selenium grid?
Tell me does the selenium have any limitations?
How to handle hidden elements in selenium webdriver?
How to find whether an element is displayed on the web page?
What is the command to insert text into the HTML text box using Selenium?
When should I use Selenium IDE?
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.
What is selenium? What are the different selenium components?
What are the advantages of using selenium as a test tool?
What is object repository in selenium webdriver?
How can I learn to automate testing using selenium?
What programming languages does Selenium use?
How can we handle pop-ups in rc?
Is selenium server needed to run selenium webdriver scripts?
What is the use of logging in automation?