How do you Skip Test Case from execution?

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


Please Help Members By Posting Answers For Below Questions

What happen if you mix both implicit wait and explicit wait in a selenium script?

459


What is listeners in selenium webdriver?

551


What is the selenium's recording language?

537


How do you simulate scroll down action?

523


What is the difference between find elements () and find element ()?

467






What are the types of assertions there in selenium?

477


Explain what is datadriven framework and keyword driven?

470


Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?

496


What are some advantages of selenium?

509


How can we handle web-based pop-up?

537


What is actions class in webdriver

510


Explain what are the limitations of selenium ide?

726


How to debug the tests in selenium ide?

528


What is a hybrid framework?

551


How can I learn to automate testing using selenium?

494