How to skip the test cases/assertions if the preceding test case fails

Hi,

If say for example, I have 4 test cases. If first works, second doesn’t work I want it to skip third (which depends on second) and move directly to 4th one. How can I achieve the same. Please Help!

Thanks in Advance.

-Nishant

Duplicate of Bypass or skip tests for a request

Closing this topic.