Parameter list which we can send to @Test annotation
Answer / 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 |
What You Know About Selenium Grid?
Could you explain the line of code webdriver driver = new firefoxdriver()?
Are you familiar with selenium? If yes, what is it?
What is webdriver wait in selenium webdriver?
How do you handle alert popup?
What is junit annotations and what are different types of annotations which are useful?
in real time , which framework is used ? is it datadriven or keyword or hybrid ?? please answer
Firefox driver is class or an interface and from where is it inherited?
What test can selenium perform?
Can we edit recorded selenium ide test cases?
How to set test case priority in testng?
What programming languages can you use in selenium rc?