ContextQA
  • What is ContextQA?
  • Getting Started with ContextQA
    • Setup
      • Sign-Up / Login
      • Installing ContextQA Extension
    • Test Automation
      • Automation with Recorder
      • Automation with AI Agent
    • Advance Testing
      • Cross Browser Testing
      • API Testing
      • Visual Testing
      • Performance Testing
      • Accessibility Testing
      • Mobile Testing
        • Automate Test
          • Integrating VCS
          • Integrating Device Farm
          • Linking A Repository
          • Scanning Repositories
          • Test Execution Process
          • Configuring Tests
        • Mobile Testing Report
    • Manage Test Cases
      • Test Suite
      • Test Plan
    • Quality Insights
    • Integration
      • Slack Integration
      • Jira Integration
  • Advance Features
    • Self-Healing Test Cases
    • Parallel Test Execution
    • Parameterization
    • Environment Management
    • Visual Regression Testing
    • Performance Testing
    • Accessibility Testing
    • Generate Code
    • Root Cause Analysis
  • ContextQA Extension
    • Installing ContextQA Extension
    • Logging in to ContextQA from the Extension
    • Creating a Test Case in the ContextQA Extension
    • Edit Test case in Extension
    • Editing Test Steps in the ContextQA Extension
    • Deleting a Test Case from the ContextQA Extension
    • How to Re-record Test Steps in ContextQA
  • ContextQA Portal
    • Sign-Up / Login
    • ContextQA Dashboard
    • Test Development Section
      • Create
        • Create Test Case
        • Create Manual Testcase
        • Create Test Case with the help of AI
        • Create Test Suite
        • Create Cross-Browser Test Plan
        • Creating an Element Manually
        • Creating a Step Group
        • Creating Test Data Profiles
        • Create Cross-Device Test Plan
        • Creating an Environment
      • Edit
        • Edit Test Case
        • Editing Test Steps
        • Edit Test Suite
        • Editing Test Data Profile
        • Editing Test Plan
        • Edit Step Group
        • Edit Element
        • Edit Environment
      • Delete
        • Deleting a Testcase
        • Delete Test Step
        • Delete Test Suite
        • Delete Step Group
        • Delete Elements
        • Delete Test Data Profile
        • Delete Test Plan
        • Delete Machine/Device within Test Plan
      • Call Function
        • Call/Use Step Group in Testcase
        • Call Test Data Profile in Testcase
        • Call Environment
      • Run
        • Run Testcase
        • Run Details section
        • Run History
        • Executed Test Steps with visual regression
      • Elements/Conditions/Parameters
        • Add If Condition
        • Add While Condition
        • Add Element in Test Steps
        • Add Parameter in Test Case
    • API Testing
    • Creating Workspace
    • Enable Jira & Link issues
    • Bug report
  • ContextQA Insights
  • FAQ/Others
    • Assertion
    • AI Result/ Quick Fix
    • How to add Network idle Template
    • How to upload file and how to use File upload Template
    • How to add Page Display Templates
    • How to add Test Step to Visit a Page
    • How to Switch Tabs using Template
    • How to add Wait Template
    • Test Case Screenshot
    • Timeout Template
    • Element Directory in Extension
    • Find Locater of an Element
    • TestSteps Reorder
    • Test Plan Scheduler
    • Restore Deleted Test Case
    • Search Test case
    • Clone Test Step
  • Integration
    • Slack Integration
    • Jira Integration
Powered by GitBook
On this page
  • Interactive Demo
  • Step-by-Step Guide
  1. ContextQA Portal
  2. Test Development Section
  3. Call Function

Call Test Data Profile in Testcase

PreviousCall/Use Step Group in TestcaseNextCall Environment

Last updated 3 months ago

This guide offers detailed, step-by-step instructions on how to call a test data profile within a test case. It covers navigating to the relevant sections, adding the appropriate steps, selecting the desired test data profile, and configuring the start and end parameters. By following these steps, users can ensure the seamless integration of test data profiles, allowing for more accurate and efficient test execution. This guide is essential for users looking to automate and enhance their testing process by properly managing and applying test data profiles.

Interactive Demo

Here’s an interactive demo to quickly guide you through the process. Use it to explore the steps in an engaging, hands-on way.

Step-by-Step Guide

Prefer detailed instructions? Here’s a comprehensive step-by-step guide to walk you through the process at your own pace.

  1. Navigate to Test Development Section

  1. Click on Testcase

  1. Select the necessary test case.

  1. Add a step which will contain the loop

  1. Click on the action button to get a dropdown

  1. Click on For Loop from the dropdown menu

  1. Click on the Test Data Profile and select the data profile

  1. Here we are selecting ActiveCollab as our test data profile

  1. Click on the Start Loop Dropdown

  1. Select the Starting Data point

  1. Click on the End Loop Dropdown

  1. Select the Ending Data point

  1. Click on Create to save the changes

  1. Click on Reorder to change the order of the test case such that the test step runs inside the loop

  1. Reorder to the necessary step to the necessary place

  1. Click on Update

  1. Click on the Three Dots next to the name of the test case

  1. Click on Edit to make the necessary changes

  1. Add the necessary Data Profile

  1. Add the necessary Test Data Profile

  1. Toggle Data Driven

  1. Click on start to select the starting variable

  1. Select the Start Variable from the dropdown, this is to specify the start of the loop

  1. Click on end variable to get a drop down

  1. Select the End Variable to add the ending off the loop

  1. Click on the Update to save the changes made to the test case

  1. Click on Pencil Icon to edit the step

  1. Remove the test data from the step

  1. Click on Parameter to select a parameter variable

  1. Select the necessary Variables as parameter variables

  1. Click on Update to save the changes

  1. Repeat the same to Set Parameter for another step

  1. Click on run to run the test case

  1. Select the test case that was run to View Details

  1. Click on Run details to view the details of the test case