Individual Tests
Individual tests are the building blocks of your test suites. This page covers how to manage, run, and duplicate individual tests for maximum efficiency.
Individual Test View
Test Operations
Running Individual Tests
Execute tests independently to:
-
Validate specific functionality
-
Debug issues in isolation
-
Verify recent changes
-
Test new configurations
Editing Tests
Modify your tests with ease:
-
Update test steps
-
Adjust parameters
-
Modify assertions
-
Fine-tune timing
-
Add new validations
Make sure you “Save” after editing a test!
Duplicating Tests
Test duplication is a powerful feature for rapid test development:
Test Duplication Example
When you duplicate a test, you create an independent copy that:
-
Contains all steps from the original test
-
Has no connection to the source test
-
Can be modified without affecting the original
-
Can be moved to any test suite
Once duplicated, a test becomes completely independent. Any changes to the original test won’t affect the duplicate, and vice versa.
Test duplication is particularly useful when creating similar tests with slight variations, such as testing different input combinations or user roles. Take note that the dependencies & login configurations are NOT duplicated.