How to Delete Items in Tosca: Step-by-Step Guide

Learn how to safely delete items in Tosca and avoid breaking your test suites by understanding dependencies and backup tips.

352 views

To delete items in Tosca, right-click on the item you wish to remove and select 'Delete' from the context menu. If you're deleting a test case or module that's used elsewhere, Tosca will warn you about the dependencies. Make sure to carefully review these dependencies to avoid unintentionally breaking your test suite. Always ensure you have a backup or are sure of the implications before permanently removing any items.

FAQs & Answers

  1. What happens if I delete a module used in other test cases in Tosca? Tosca will display a warning about dependencies to prevent accidental breaks in your test suite. Review these carefully before confirming deletion.
  2. Can I recover deleted items in Tosca? Tosca itself does not provide a built-in recycle bin, so it's important to have backups or use version control to recover deleted items.
  3. How do I ensure safe deletion of items in Tosca? Always review dependency warnings and maintain backups before deleting any test cases or modules to avoid unintended impacts.