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

1 like 0 dislike
366 views
by The go-to Tester (324 points)
retagged by
Use and working of @ignore method.               

Thankyou.
closed with the note: got it.

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

@Ignore is widely used in Junit. It is mainly used to ignore the method.

The equivalent of the same for the TestNG framework is  

@Test(enabled=false)
public class FooTest {
  //
}

Hope that helps!


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!

1.4k questions

1.6k answers

866 comments

1.9k users

...