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 is desired capability? How is it useful in terms of selenium?
How you can insert a start point in selenium ide?
How to handle alerts in selenium webdriver?
What is the alternate way to click on login button?
How to press enter key on text box in selenium webdriver?
what is the difference between absolute path and relative path?
How many types of waits in selenium?
How to capture bitmaps in selenium?
How to click on a hyper link using linktext?
Which browsers can selenium ide be run in?
How does you use mouse over actions
Name an api used for reading and writing data to excel files?
Which are the browsers supported by selenium ide?
Tell me what is a node in selenium grid?
If one wanted to display the value of a variable named answer in the log file, what would the first argument to the previous command look like?