Tracking Test Steps with Failure Handling

Hello,

I already created a lot of test cases and I would like to track the test steps that uses failure handling.

How can I do this? Or should I do this manually?

Hi Marvin,

What do you mean by this?

As far as I know you can track those steps in the reports when you run your test suite.
If you choose your failure handling as Continue_ON_Failure, you can track all failed test steps
after your test suite execution.

If I didn’t get the point, kindly give us a brief explanation of your problem.

Hope that helps. . . :slight_smile:

I initially set some steps to CONTINUE ON FAILURE.

Unfortunately it only makes the run time of regression test too long.

Now I want to update these steps to STOP ON FAILURE.

I can do it manually but it would be a great help if I can query the whole solution all test steps that I need to update. (Just like how reference works would be a great help.)

  1. Place cursor in a Katalon Studio editor window.
  2. Press Ctrl+H
  3. Type CONTINUE_ON_FAILURE
  4. Select which areas you want to search: “Test Case”
  5. Take your protein pills and put your helmet on
  6. Check ignition and click “Search”

:slight_smile:

2 Likes

Thanks! Cheers!