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
  • Importing Test Data Sets
  • Exporting Test Data Sets
  • Best Practices for Managing Test Data
  1. Test Data Management

Import and Export Test Data Sets

PreviousWork with the Formulas to Optimise Test DataNextIntroduction to Object Repository

Last updated 1 month ago

SimplifyQA enables users to import and export test data sets, allowing for efficient data-driven testing. This ensures test cases can be executed with different input data sets without manually modifying test scripts.

Importing Test Data Sets

  1. Navigate to Test Data Management

  • Open the User Navigation Panel.

  • Go to Test Management > Test Data.

  • Click on the “View Details” button of the relevant test data.

  1. Importing Test Data

  • On the top right, you will find the Excel Import/Export button.

  • Click on “Import Excel” from the dropdown menu.

  • A pop-up window will appear with an option to upload an Excel file.

  • You will be prompted to drag and drop a file or browse through your computer to select the file.

  • You can also download a sample file which will provide you with a template in which you can fill with the test data and can be uploaded.

  1. Prepare the Excel file

Before uploading, ensure that the test data file follows these guidelines:

  • Column Names should match the parameter names used in the test case.

  • Sequence Number must be provided for each iteration to maintain execution order.

  • Data Format should be consistent (e.g., date fields, numeric values).

  1. Upload the File

  • Once the file is selected, click upload.

  • The tool will validate the data and display a confirmation message upon successful import.

  • And click Save, to save the data.

Note: To import data to a function, select function data from function module or test data management. Function data cannot be imported from within test case data.

Exporting Test Data Sets

  1. Navigate to Test Data Management

  • Open the User Navigation Panel.

  • Go to Test Management > Test Data.

  • Click on the “View Details” button of the relevant test data.

  1. Export the Data

  • On the top right, click the Excel Import/Export button.

  • Select “Export Excel” from the dropdown menu.

  • All the iterations of The data will be downloaded as an Excel file (.xlsx).

  • Open the file to view or modify test data as needed.

Best Practices for Managing Test Data

  • Use consistent naming conventions for parameters.

  • Keep test data files updated to reflect real-world scenarios.

  • Ensure data integrity by avoiding missing or incorrect values.

  • Regularly export test data for backup and reuse.

By efficiently importing and exporting test data, teams can streamline their test execution and improve data-driven testing workflows in SimplifyQA.