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 Create a Copy of a Test Case in SimplifyQA
  • Best Practices for Copying Test Cases
  1. Introduction to Test Management in SimplifyQA

Create a Copy of your Test Case

PreviousVersion Control your Test CaseNextCopy Test Case to different Project

Last updated 1 month ago

Creating a copy of test cases in SimplifyQA is a useful feature that enables you to duplicate existing test cases. This functionality is especially helpful when you need to create a similar test case with minor modifications, saving time and effort compared to creating one from scratch.

How to Create a Copy of a Test Case in SimplifyQA

  1. Access the Test Case Module: Log in to SimplifyQA and navigate to the "Test Case" section from the left-hand panel.

  2. Select the Test Case to Copy: Use the search bar or filters to locate the test case you want to copy. Select the test case name to open its details.

  3. Create a Copy: In the test case details view, click on the save dropdown and select “Save as new test case”.

  1. Configure the Duplicate Test Case:

    • Once you click the "Save as new test case" button, a new test case is created with the same details as the original.

    • You will be prompted to edit the test case name, provide a unique name for the test case copied.

  1. Save the New Test Case

    • After making the required updates, click the "Confirm" button to store the copied test case.

    • The new test case will now appear in the test case list alongside the original.

Best Practices for Copying Test Cases

  1. Use Descriptive Names: When copying, provide a clear and specific name for the new test case to avoid confusion.

  2. Review Steps: Ensure all steps in the duplicate test case are relevant to the new scenario.

  3. Update Metadata: Adjust fields like version, priority, and environment as needed for the new test case.

  4. Avoid Duplicates: Only create a copy if necessary to maintain an organised and clutter-free test case repository.

Frequently Asked Questions

Are copied test cases linked to the original?

No, the duplicate test case is independent of the original. Any updates/modifications done to the copied test case would not affect the original.

Can I copy a test case along with its history or version details?

No, copying the test case would only copy the steps, test data and meta data of the test case for the selected version.

Why didn’t all versions get copied when I duplicated the test case?

Copy test case would copy only the selected version along with the steps and test data of that version.

Which features are copied and which are not when I copy a test case?

Copied:

  • Selected version.

  • Steps along with the options enabled at each step (Ex: Screenshot, skip, etc).

  • Test data along with formulas and data iterations.

  • Details of the test case (Ex: User story, module, etc).

  • Test case settings.

Not Copied:

  • Review/Approve status and its details.

  • DUO steps of the test case.

  • Baseline images and thumbnails.

  • Emailer configuration.

  • Executions of the original test case.