Version Control your Test Case
Last updated
Last updated
Version control is essential for maintaining structured and traceable test case management. In SimplifyQA, version control allows teams to maintain previous versions, and collaborate effectively on test case updates.
With SimplifyQA’s version control, users can update test cases systematically while preserving historical data. Each test case version captures modifications such as requirement changes, test script updates, or execution criteria adjustments.
Navigate to the Test Case Module: After logging into SimplifyQA, go to the "Test Case" section from the left-hand panel.
Select a Test Case: Select an existing test case, search for it using the filters or search bar and click on the test case name.
Edit the Test Case: Open the test case and make the required changes, such as modifying steps, updating conditions, or adding new data.
Save the Changes in new version:
After making updates, click the save dropdown button and select 'Save as new version' to store the changes as a different version.
SimplifyQA will automatically version control the test case, logging the changes made.
Review Version History:
Click on the "Showing Version" tab within the test case details.
View the list of all changes, including:
Version numbers.
Date and time of updates.
Name of the user who made the changes.
Scenario: Testing a Banking Application
A team is working on a core banking system, where a test case verifies the fund transfer functionality between two accounts. Initially, the test case includes the following steps:
Log in to the banking application.
Navigate to the Transfer Funds section.
Enter sender and recipient account details.
Enter the transfer amount and submit the request.
Verify the success message and transaction ID.
Change Request and Modification
A new feature is introduced: two-factor authentication (2FA) for fund transfers above $10,000. The test case needs an update:
Step 5 is modified to include OTP verification.
Step 6 is added to verify that transactions above $10,000 require OTP validation.
Without version control, testers might overwrite the existing test case, making it difficult to track changes. However, with SimplifyQA’s version control, the team can:
Create a new version of the test case with updated Step 5 and 6, while keeping the original intact.
Track modifications with version history (e.g., "Added OTP verification for high-value transfers").
Always add version descriptions to keep track of changes.
Control user access to prevent unauthorised modifications.