Delete test object

Please let us know what you are using Katalon Studio for? -3

  1. I’m exploring the tool
  2. I’m building a Proof of Concept
  3. I have currently applied Katalon Studio in my project
  4. I’m learning automated test with Katalon Studio

How would your work be affected if this issue has not been resolved? -2

  1. It doesn’t affect much, but I believe Katalon team should have this ticket resolved
  2. I can continue my job, resolving this ticket can boost my performance
  3. I can continue my job, but my performance is lower than expected
  4. I cannot continue my job and have to work on something else while awaiting your response

Operating System - win10

  • For example: Windows 10 or OSX Sierra

Katalon Studio Version-8.0.1

Katalon Studio logs

  • Windows logs folder: \config.metadata.log

  • macOS logs folder: file:///Applications/Katalon%20Studio.app/Contents/MacOS/config/.metadata/log

Screenshots / Videos

  • Please attach screenshots or videos if necessary to reproduce the issue
    The test object is in use. when I click on delete, I choose not to delete.

It is get deleted even I press NO button.

Environment (for Web testing):

Browser and Browser version- chrome

Environment (for Mobile testing):

  • Appium version

  • Mobile platform/version under test: (for example: iOS 11 or Android 7)

  • Real device or emulator/simulator: (for example: iPhone 6s real or Nexus 6 simulator)

  • Xcode version (for iOS): (for example: Xcode 8 or Xcode 11)

  • Appium Logs: .appium

  • Application file (.apk/.ipa): (if possible)

Steps to reproduce:

Please include an SSCCE (Short, Self Contained, Correct [compilable] example) description http://sscce.org/

If it’s not possible to provide the web page link (for web), please consider creating a reproducible page on https://jsfiddle.net/

Please also provide your test scripts if possible.

Expected Behavior:

Should not delete test object if user clicks NO.

Actual Behavior:

It delete the test object , no matter press yes or no.

I am afraid, you have a misunderstanding.

Please read the message:

“Do you want to remove all the reference(s)? Yes/No/Cancel”

At this timing, the test object has already been deleted.

Katalon Studio then asked you if it should automatically edit the test case scripts which were referring to the deleted test object so that it removes the every references in the script to make them tidy.

The Test Object has already gone. Too late to say “come back!”.

This means when I click delete , the test object is deleted without asking confirmation.

In my project, I selected a Test Object and selected the menu “Delete it”

then Katalon Studio asked me to confirm if I really want to:

I don’t think it is the case.

OK got it. It first delete the object and then let me know it is already applied to other test cases. I hope system shows first which test case are linked with it and then confirm to delete.