LogoLogo
  • About SimplifyQA
  • Get Started with SimplifyQA
    • Agile & Non-Agile Framework
    • OS Support
    • SimplifyQA Hosting
      • On-premise Installation Guide
        • Pre-requisites
        • Installation Guide
      • Support and Resources
      • Training and Onboarding
    • Explore SimplifyQA for your Application Lifecycle Management
  • SimplifyQA Installation & Setup
    • Setup QAWizard
    • Register QAWizard
    • Setup Android Device
      • How to enable settings in android device?
      • How to register android device?
      • Setup emulators on Android Studio for automation in SimplifyQA
    • Setup iOS Device
      • How to setup iOS device in Apple Developer Account?
      • How to register iOS device?
  • Get to know your Workspace
    • Blueprint of SimplifyQA
    • Key Terminologies
    • Search/Global Search
      • How to use global search?
      • How to use advance search?
      • How to use column sort?
      • How to use column filters?
      • Add or remove columns
    • Rich Text Editor
    • Import & Export
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
      • Manage Roles and Privileges
      • Configure Auto-logging of Defects
    • Configure your clients
    • Password settings
  • Release & Sprints
    • Introduction to Releases
    • Create & Manage Release & Sprint
    • Start & Close a Sprint
  • Create and Manage your Requirements
    • Introduction to Requirement Management
    • Create & Manage Epic
    • Create & Manage Features
    • Create & Manage User Stories
  • Introduction to Test Management in SimplifyQA
    • Create a Manual Test Case in SimplifyQA
    • Create an Automation Test Case in SimplifyQA
    • Learn API Testing in SimplifyQA
      • Create an API Test Case in SimplifyQA
      • Quick Test the API
      • Validating API Responses
      • Understanding API Parameterisation
      • Save API Response Data
      • Achieve Data flow for E2E Testing
    • Create Hybrid Test Case in SimplifyQA
    • Leverage Re-usability in your Tests
    • Organise your Test Cases
    • Linking a Test Case to User Story
    • Linking a Test Case to Defect
    • Version Control your Test Case
    • Create a Copy of your Test Case
    • Copy Test Case to different Project
    • Conditional Statements
      • Decision Making Statement
      • Looping Statement
      • BREAK & CONTINUE Statement
    • Supported Actions
    • Utilising Mobile Inspector in SimplifyQA
  • Introduction to Script-less Recording of Test Case
    • Record a Web Test Case in SimplifyQA
    • Record an Android Test Case in SimplifyQA
      • Record an Android Test Case
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
  • Test Data Management
    • Work with the Formulas to Optimise Test Data
    • Import and Export Test Data Sets
  • Introduction to Object Repository
    • Capture Objects for your Tests
    • Organise your Test Objects
    • Parameterise your Test Object Properties
  • Introduction to Parameters
    • Various Types of Parameters
    • Create and Utilise Parameters in your Test Case
    • Understanding Runtime Parameters
  • Defect Management
  • Marketplace
    • Integration with Project Management Tools
      • Integrating SimplifyQA with Jira
        • Configure Web-hooks
        • SimplifyQA Setup for Integration
          • Setup your Account for Jira Integration
          • Configuration in SimplifyQA Admin
          • Steps to Generate a Jira API Token
          • Steps to create SimplifyQA token
          • Steps to get Jira Account ID
          • Synchronisation Functionality Between SimplifyQA and Jira
          • Analyse Logs for Data Synchronisation
        • Mapping Fields for Issue Types
        • Viewing SimplifyQA Test Cases in Jira
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  • How to Version Control Test Cases in SimplifyQA?
  • How Version Control in SimplifyQA Helps in Real-World Testing?
  • Best Practices for Version Control in SimplifyQA
  • Frequently Asked Questions (FAQs)
  1. Introduction to Test Management in SimplifyQA

Version Control your Test Case

PreviousLinking a Test Case to DefectNextCreate a Copy of your Test Case

Last updated 1 month ago

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.

How to Version Control Test Cases in SimplifyQA?

  1. Navigate to the Test Case Module: After logging into SimplifyQA, go to the "Test Case" section from the left-hand panel.

  1. 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.

  1. Edit the Test Case: Open the test case and make the required changes, such as modifying steps, updating conditions, or adding new data.

  2. 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.

  1. 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.

How Version Control in SimplifyQA Helps in Real-World Testing?

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:

  1. Log in to the banking application.

  2. Navigate to the Transfer Funds section.

  3. Enter sender and recipient account details.

  4. Enter the transfer amount and submit the request.

  5. 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").

Best Practices for Version Control in SimplifyQA

  • Always add version descriptions to keep track of changes.

  • Control user access to prevent unauthorised modifications.

Frequently Asked Questions (FAQs)

Does version control apply to automated test cases as well?

Yes, both manual and automated test cases are version-controlled in SimplifyQA, ensuring consistency across all test artefacts.

Who can modify and manage test case versions?

Only users with appropriate permissions can create, or update can modify, ensuring controlled modifications.

Is version control available for all test artefacts in SimplifyQA?

Yes, version control applies to test cases, automation scripts, and reusable functions, ensuring consistency across all testing assets.

Is there a way to export the version?

Yes, you can export a specific version.

How many versions of a test case can SimplifyQA store?

SimplifyQA maintains a complete version history, allowing you to access all past versions without limitations.

Which features are copied and which are not when I create a new version of a test case?

Copied:

  • All steps including modifications and options enabled at each step (Ex: Screenshot, skip, etc).

  • Test data along with formulas and data iterations.

Not Copied:

  • Review/Approve status and its details.

  • DUO steps of the test case.

  • Executions of the original test case.

Below configurations remains same as original:

  • Baseline images and thumbnails (remains same).

  • Emailer configuration (remains same).