Most of my automation script got deleted?

Hi Devalex88,

I believe I found the a bug in Katalon Studio.

To replicate:

  1. Draft an automation script with 10 lines of code.
  2. In script view, comment out an end chunk such as line 6 through 10 or 7 through 10.
  3. Switch to Manual View.
  4. Right click line 4. Hold down “Shift” button and right click line 2. This will select lines 2 through 4. Click Delete icon(trash symbol).
  5. Switch to Script View.

Expected: Lines 2 to 4 are deleted.
Actual: Lines 2 to 4 and commented out end chunk(lines 6-10 or 7-10) are deleted.

I believe this bug is what caused the original issue I posted.

1 Like