Answer Posted / anagha
In testNg there is annotation
enabled =true
so it can be like this
@test(enabled=true)
public void test()
{
// body
}
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
How to print Duplicate values in Drop Down List
What programming languages can you use in selenium rc?
How to get an attribute value using selenium webdriver?
What is selenium webdriver or google webdriver or selenium 2.0?
For database testing in selenium webdriver what api is required?
What is the alternative to driver.get() method to open an url using selenium webdriver?
How you build object repository in your project?
What is the testng.xml file used for?
What is the firefoxdriver, class or an interface? And which interface does it implement?
What is the use of @listener annotation in testng?
What is pom (page object model)?
How can we fetch the page source in selenium?
What does a right-pointing green triangle at the beginning of a command in side indicate?
How would you test your element locator?
How to assert title of the web page?