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
How do you capture an element loading after the page load?
Why selenium rc is used?
What the webdriver supported mobile testing drivers do you know?
What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?
sorting java array
What are core extension?
Tell us how can you run selenium server other than the default port 4444?
How to execute javascript in selenium?
Describe technical problems that you had with selenium tool?
What is a node in selenium grid?
How do you send enter/tab keys in webdriver?
What must one set within side in order to run a test from the beginning to a certain point within the test?
What are desiredcapabilities in selenium webdriver?
Can we move back and forward in browser using selenium?
What are the types of assertions there in selenium?