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
    • Register your Machine
    • 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 and 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
      • Learn how to import/export Test Cases
      • Learn how to import/export Test Data
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Introduction to Projects in SimplifyQA
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
        • Manage Roles and Privileges
        • Configure Auto-logging of Defects
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
    • 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
      • Generate using AI Genius
  • 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 a Database Test Case in SimplifyQA
    • 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 iOS Test Case in SimplifyQA
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
    • Low Level Recording
  • Test Data Management
    • Generate dynamic data using 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
  • Code Editor
    • Using Git Commands
    • Configuring Privileges for Sync Actions
    • How to Sync Actions using Code Editor?
    • How to use AI to write code?
  • Introduction to Test Execution in SimplifyQA
    • Create an Execution Plan
    • Create a Suite
      • Execute your Test Suite and View Suite Reports
      • Execute your Suite on Cloud (Serial/Parallel)
    • Schedule your Execution
    • Create Pipelines
  • 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
    • Integrating with CI/CD Tools
      • Gitlab
      • Azure Devops
      • Concourse
    • Integrating with Cloud Platforms
      • VM Based
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  • How to Add Test Data in SimplifyQA
  • Key Features of Data-Driven Testing in SimplifyQA
  • Frequently Asked Questions (FAQs)
  1. Introduction to Test Management in SimplifyQA

Manage your Test Data in SimplifyQA

Last updated 1 month ago

Data-Driven Testing (DDT) is a testing approach where the same test case is executed multiple times with different sets of input data. This helps in verifying how an application behaves under various data conditions, ensuring broader test coverage and improved accuracy.

How to Add Test Data in SimplifyQA

  1. Navigate to the Test Case section from the left panel and open the test case you want to data-drive.

or

Navigate to Test Data section from the left panel and open the test case you want to data drive.

  1. Click on the Test Data icon to open the data management panel.

  1. Click on "+ Data Row" to create a new test data set

    • Enter the input values required for each test iteration.

    • You can manually enter data or copy-paste from an external source like Excel.

  1. Add data based on the environment you are working on.

  1. If you have a large dataset, you can Import the data from Excel.

  2. Once data is added, save the test case and execute it. View the execution results in the Reports section.

Key Features of Data-Driven Testing in SimplifyQA

  1. Running the Same Test Case with Multiple Data Iterations

    • Execute a single test case with different input values.

    • Automate repetitive testing scenarios without manually modifying test data.

    • Identify potential issues arising from boundary values, invalid inputs, and edge cases.

  2. Testing Across Multiple Environments

    • Run tests across development, staging, and production environments using different datasets.

    • Validate test execution in varied configurations like browsers, OS versions, and APIs.

  3. Copy-Pasting Data from Excel

    • Directly copy and paste test data from an Excel sheet into SimplifyQA.

    • Quick and efficient data entry without manual retyping.

  4. Importing Data from Excel

    • Import large datasets in Excel (.xls, .xlsx) format for automated test execution.

    • Map Excel columns to test parameters for structured data execution.

    • Save time and reduce human errors in data entry.

  5. Parameterising Test Data

    • Replace hardcoded values with dynamic parameters in test cases.

    • Use variables to pass different input values dynamically during execution.

By leveraging data-driven testing in SimplifyQA, teams can enhance test coverage, reduce redundancy, and automate test execution efficiently.

Frequently Asked Questions (FAQs)

Can I edit test data after importing it?

How can I run a test case with multiple data sets automatically?

After adding test data, simply execute the test case by selecting the data iteration you want to execute with. SimplifyQA will automatically iterate through each data set and display results for every execution.

Is it possible to execute data-driven tests across different environments?

Yes, you can run the same test case across multiple environments using different datasets, ensuring comprehensive test coverage.

What file formats are supported for data import?

SimplifyQA supports .xls, and .xlsx formats for importing test data from Excel.

Refer to to know how to create environments.

Manage Test Data Environments