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 the advantages of selenium as a test tool?
what is the use of x-path?
Mention different exceptions you had in selenium web driver?
What do we mean by selenium 1 and selenium 2?
What is a fundamental difference between xpath and css selector?
Which of the selector ID, name, XPath or CSS should I use?
Explain dataproviders in testng using an example. Can I call a single data provider method for multiple functions and classes?
What programing language is most useful for creating selenium evaluations?
What is the difference between “type” and “type and wait for” command?
What is parameterized testing in testng?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
What are the different types of waits available in webdriver?
What are the different types of frameworks?
Tell me in which format does source view show the script in selenium ide?
Do you know a way to refresh browser by using selenium?