Test Case Bulk Operations - Management Guide
Bulk operations allow you to perform actions on multiple test cases simultaneously, making it efficient to manage large numbers of test cases. This guide covers selecting test cases and performing bulk edit, delete, export, and test run creation.
Selecting Test Cases
Single Selection
To select a single test case:
-
Click the checkbox next to the test case in the test case list.
-
The test case is selected and highlighted.
-
Click the checkbox again to deselect.
Multiple Selection
To select multiple test cases:
-
Click checkboxes next to individual test cases.
-
Selected test cases are highlighted.
-
Continue selecting additional test cases.
Select All
To select all test cases in the current folder:
-
Click the checkbox in the column header (if available).
-
Alternatively, use the keyboard shortcut
Ctrl+A(orCmd+Aon Mac). -
All test cases in the current folder are selected.
-
Click again to deselect all.
Note: “Select All” only selects test cases visible in the current folder view. Filtered results are included in the selection.
Selection Indicators
When test cases are selected:
- Selected test cases are highlighted
- A bulk actions bar appears at the top
- The bar shows the number of selected test cases
- Selection persists when scrolling
Bulk Actions Bar
When test cases are selected, a bulk actions bar appears showing:
- Selection Count: Number of selected test cases
- Edit Icon: Bulk edit selected test cases
- Delete Icon: Delete selected test cases
- Export Icon: Export selected test cases
- Create Test Run Icon: Create test run from selected test cases
- Clear Selection Icon: Deselect all test cases
Bulk Edit
To edit multiple test cases:
-
Select the test cases you want to edit.
-
Click the “Edit” icon in the bulk actions bar.
-
A modal will appear with editable fields.
-
Update the fields you want to change:
Tags:
- Add tags: Enter new tags to add to all selected test cases
- Remove tags: Select tags to remove from all selected test cases
- Tags are merged with existing tags (no duplicates)
Priority:
- Select a priority level
- Updates priority for all selected test cases
- Options: Critical, High, Medium, Low
Severity:
- Select a severity level
- Updates severity for all selected test cases
- Options: Critical, High, Medium, Low
Type:
- Select a test case type
- Updates type for all selected test cases
- Options: Functional, Regression, Smoke, etc.
Automation Status:
- Select automation status
- Updates automation status for all selected test cases
- Options: Manual, Automated
Requirements:
- Add requirements: Select requirements to link to all test cases
- Remove requirements: Select requirements to unlink from all test cases
Custom Fields:
- Update project-specific custom fields
- Fields vary based on project configuration
- Updates apply to all selected test cases
-
Only update fields you want to change:
- Leave fields empty to keep existing values
- Only updated fields are changed
-
Click “Update Selected” to apply changes.
-
As a result:
- All selected test cases are updated
- Changes are applied immediately
- You can verify the updates in the test case list
Note: Bulk edit only updates the fields you specify. Other fields remain unchanged.
Bulk Delete
To delete multiple test cases:
-
Select the test cases you want to delete.
-
Click the “Delete” icon in the bulk actions bar.
-
Alternatively, press the
Deletekey on your keyboard. -
A confirmation dialog will appear:
- Shows the number of test cases to be deleted
- Warns that the action cannot be undone directly
- Notes that test cases are moved to the recycle bin
-
Confirm the deletion by clicking “Delete”.
-
As a result:
- All selected test cases are deleted
- They’re moved to the recycle bin
- The action can be undone from the recycle bin
- Selection is cleared
Warning: Deleted test cases are moved to the recycle bin and can be restored, but make sure you want to delete them before confirming.
Keyboard Shortcut: Press Delete key when test cases are selected to delete them.
Bulk Export
To export multiple test cases:
-
Select the test cases you want to export.
-
Click the “Export” icon in the bulk actions bar.
-
A dropdown menu will appear with export format options.
-
Choose the export format:
Excel (.xlsx):
- Export as Excel file
- Includes all test case data
- Preserves formatting
- Suitable for editing and reporting
JSON (.json):
- Export as JSON file
- Includes complete test case structure
- Suitable for data migration
- Machine-readable format
CSV (.csv):
- Export as CSV file
- Simple text format
- Suitable for basic data analysis
- Compatible with spreadsheet applications
-
Click the desired format.
-
As a result:
- A file is downloaded with the selected test cases
- The file includes all test case data:
- Basic information (title, description)
- Properties (type, priority, severity)
- Steps and expected results
- Preconditions
- Tags and requirements
- Custom fields
- File name includes timestamp and selection count
Note: Exported files can be used for backup, reporting, or importing into other systems.
Create Quick Test Run
To create a test run from selected test cases:
-
Select the test cases you want to include in the test run.
-
Click the “Create Test Run” icon in the bulk actions bar.
-
A modal will appear with test run creation form.
-
Fill in the test run details:
Test Run Name:
- Enter a descriptive name for the test run
- Example: “Regression Test Run - Release 2.1”
- Required field
Description (Optional):
- Add details about the test run
- Explain the purpose or scope
- Include any special instructions
Release (Optional):
- Select a release to associate with the test run
- Links the test run to a specific release version
- Helps track testing for releases
-
Review the selected test cases:
- The modal shows the number of selected test cases
- You can verify the selection
-
Click “Create Test Run” to create the test run.
-
As a result:
- A new test run is created
- Selected test cases are added to the test run
- You can execute the test run immediately
- The test run appears in the Test Runs page
Note: Creating a test run from selected test cases is a quick way to prepare test execution without manually adding test cases one by one.
Clearing Selection
To clear the selection:
-
Click the “Clear Selection” icon in the bulk actions bar.
-
Alternatively, press
Escapekey. -
As a result:
- All test cases are deselected
- The bulk actions bar disappears
- Selection highlights are removed
Keyboard Shortcut: Press Escape key to clear selection.
Bulk Operations Best Practices
- Verify Selection: Double-check selected test cases before performing bulk operations
- Use Filters: Apply filters first to narrow down test cases, then select all
- Bulk Edit Efficiently: Update common properties across multiple test cases
- Export Regularly: Export test cases for backup before bulk deletions
- Test Run Creation: Use bulk selection to quickly create test runs
- Review Changes: Verify bulk edit changes after applying them
- Backup Important Data: Export important test cases before bulk operations
- Use Select All Carefully: Be cautious when using “Select All” in large folders
Permissions
Access to bulk operations depends on your role:
- Project Owner: Full access to all bulk operations
- Project Administrator: Can perform all bulk operations
- Project Manager: Can bulk edit and create test runs
- Tester: Can create test runs from selected test cases
- Viewer: Read-only access (cannot perform bulk operations)
Note: Bulk operations respect individual test case permissions. You can only perform operations on test cases you have permission to modify.
Keyboard Shortcuts
Ctrl+A(orCmd+A): Select all test cases in current folderDelete: Delete selected test casesEscape: Clear selection
Next Steps
- Learn about Creating Test Cases
- Explore Managing Folders
- Read about Import & Export
- Check Repository Overview for other features
Was this page helpful?