TestNG Tutorials 41: Skipping a Test Conditionally in TestNG | Make Selenium Easy
Hello Folks, In this post we will learn below topics: 1. How to skip a test conditionally? 2. How conditionally skipped test is reported in TestNG report? 3. How to report conditionally skipped test case as failed in TestNG report instead of skipped? 4. What is SkipException class? 5. What is use of isSkip() method?…
Read More “TestNG Tutorials 41: Skipping a Test Conditionally in TestNG | Make Selenium Easy” »