I don\'t have much experience with TestNG annotations, however I am trying to build a test suite using TestNG framework and POM design pattern for a retail website. I am plannin
Please add the below line of code in the beginning of the test which will skip your test case
throw new SkipException("Skipping the test case");