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
What are selenium 1 and selenium 2?
What are the advantages of pom?
What is parameterization in testng? How to pass parameters using testng.xml?
How can we handle window ui elements and window pop ups using selenium?
How to capture bitmaps in selenium?
Explain about selenium-ide ?
What are the annotations used in testng?
List some scenarios which we cannot automate using selenium webdriver?
What are the testing types that can be supported by selenium?
Explain what is the main difference between web-driver and rc?
Which selenium command(s) simulates selecting a link?
How do you get the current page url?
What is the difference between captureentirepagescreenshot and capturescreenshot?
What is the alternative to driver.get() method to open an url using selenium webdriver?
What is assertion in selenium?