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
  • Creating Parameters
  • Utilising Parameters in a Test Case
  1. Introduction to Parameters

Create and Utilise Parameters in your Test Case

PreviousVarious Types of ParametersNextUnderstanding Runtime Parameters

Last updated 27 days ago

Parameters in SimplifyQA enable dynamic and reusable test cases by replacing hardcoded values with flexible inputs. This enhances test efficiency, reduces maintenance efforts, and ensures adaptability across different data sets.

Creating Parameters

There are two ways to create parameters in SimplifyQA:

Creating a Parameter from the Parameter Module in Test Management

  1. Navigate to Test Management > Parameter Module

  1. Click on '+ Parameter', then enter a name and select a parameter type (both mandatory fields).

  1. Choose the appropriate scope:

    1. Local Parameters: Used within a specific test case.

    2. Global Parameters: Available across multiple test cases.

    3. Runtime Parameters: Used for dynamic values generated during execution.

  1. Based on the selected type, additional optional fields will be displayed:

    1. Local Parameters: Assign it to a module, define minimum and maximum length, set a prefix and suffix, and add a description.

    2. Runtime Parameters: Similar to local parameters, but also allows selecting a Unique ID type.

    3. Global Parameters: Requires an additional mandatory field – the default value.

  2. Click Save to store the parameter for future use.

Creating a Parameter while Editing a Test Case

  1. Open a test case and go to the Test Steps section.

  2. Click on a step, then click the "+" icon in the parameter field.

  1. Fill in the required fields, including the parameter name, type, and other relevant details.

  2. Click Save to add the parameter to the test case.

By defining and using parameters effectively, you can create flexible, data-driven test cases that are easier to maintain and scale.

Utilising Parameters in a Test Case

Once a parameter is created, you can use it in test steps and formulas.

Using Parameters in Test Steps

  • Click on the parameter field in the test steps to view a dropdown of available parameters. You can either select a parameter from the dropdown or start typing its name and choose it from the suggestions.

Using Parameters in Formulas

  • You can also call parameters in the Test Data module of a test case while adding a formula. To do so, call the equation and add double curly brackets ( {{ ) inside the Parentheses. A dropdown will appear showing all available parameters, including Local, Global, and Runtime parameters.

Learn more about .

how to use formulas in test data