Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
329 views
by Master (1.2k points)

How to skip test cases in selenium in my project? I have to select different currencies multiple time so common test cases can be combined over there.

2 Answers

0 like 0 dislike
by

@Test(enabled=false)

0 like 0 dislike
by The go-to Tester (142 points)
There are multiple ways you can use Enable= false or in case of XML you can include only those which you want to run.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...