TestNG Tutorial #8 – How to Skip Test Cases in TestNG

In this TestNG tutorial we will learn how to skip test cases in TestNG. Skipping testng tests is required many times based on different situations in your automation test suites, for example, test case is not completed or test didn’t meet certain conditions while execution.

We will understand different situations where skipping testng tests might be very helpful in your selenium webdriver automation.