skip to Main Content

How do I skip test cases from execution?

To skip test case(s) during the test execution please follow the steps given below:

  1. Go to Test suite screen
  2. Click on the 3 dots present on the top right of the test suite screen as shown below:

3. Once you click on dots a form will come up with the replica of your test suite.

4. Select the checkboxes present before each test case that you want to skip during the execution and click on Enable/Disable Test Steps button

Once you disable particular case(s) it will be highlighted in your test suite.

Note: You can enable it again using the same process.

Back To Top