Manage Modules
To view and manage your library of reusable steps, click on the Modules tab in the left-hand sidebar.
1. Checking Module Usage
Before modifying or deleting a module, it is important to know which tests rely on it.
Look at the Used In column to see how many tests utilize that specific module.
Click the number (e.g., "1 tests") to open a popup list of the specific Linked Test Cases. This helps you identify exactly which tests will be affected by changes.
2. Deleting a Module
To remove a module from the library:
Hover over the module you wish to remove.
Click the Trash (Delete) icon on the right side.
Click Yes to confirm.
You cannot delete a module if it is currently being used in a test. If you try, you will see an error message saying "Cannot delete module. Module is part of a test." You must remove the module from the test case first before you can delete it permanently.
Last updated