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 are the capabilities of selenium webdriver or google webdriver or selenium 2.0?
Mention when to use autoit?
Explain the fundamental difference between xpath and css selector.
What is the difference between captureentirepagescreenshot and capturescreenshot?
List major difference between protractor vs selenium?
What are the types of listeners in testng?
How to validate the dropdown value contains specific value or not?
How to verify if the checkbox/radio is checked or not?
What are the testing type supported by selenium webdriver?
How can you run selenium server other than the default port 4444?
Why should testers opt for selenium and not qtp?
Which are the commands used for capturing the bitmaps?
How to retrieve css properties of an element?
What are the advantages of selenium as a test tool?
How will you find an element using selenium?