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 regular expression patterns available in selenium?
How do you upload a file using selenium webdriver?
Write a code snippet to launch internet explorer browser in webdriver.
How does one calculate the number of rows using selenium 2.0?
What is the wait?
List some of the test types that are supported by selenium.
List the parameters that one needs to pass in selenium.
What are the advantages of selenium?
How many types of webdriver api's are available in selenium?
How many types of waits in selenium?
How to handle hidden elements in selenium webdriver?
From selenium ide how you can execute a single line?
Are you familiar with selenium? If yes, what is it?
What is the difference between selenium and qtp?
What regular expression special character(s) means "any character?"