Desktop Testing
Documentation Home
  • About
  • Getting-Started
    • Overview πŸ“‘
    • Analyze
      • Mind Maps
      • Reports
      • Sprint Reports
      • Mind Map Using Tags
      • Test Lab Reports
    • Build
      • Test Repository
      • module-operation
      • Parameterization
      • Project Setup
      • Test Scripts
      • Maintaining the Script
      • Test Steps
    • Maintain
      • Shared Tests
    • Project-Creation
      • Project CreationπŸ—οΈ
      • Quick Run🏁
    • QB-Installation-And-Node-Registration
      • QB Installation And Node Registration
    • Run
      • Sprints
      • Test Lab
  • User-Actions
    • SAP User Actions
    • Windows User Actions
  • Advanced Features
    • Advanced SAP User Actions
    • Importing VB Scripts
    • QSpy and Recorder
    • Execute Test Case User Action Documentation
    • import-export-script
    • Shared Tests
    • TDM and Parameterization
  • FAQs
    • FAQs
  • Downloads
    • files
      • SAP Virtual Keys
Powered by GitBook
On this page
  1. Advanced Features

TDM and Parameterization

Last updated 1 year ago

Test Data Management (TDM) empowers users to manage, generate, and retrieve data seamlessly. It offers versatile data sources, including databases like MySQL, Oracle, and MongoDB, APIs, and manual data entry.

Database πŸ—ƒοΈ: Users can establish data connections with existing databases.

API 🌐: TDM enables users to effortlessly retrieve data from JSON responses and construct tables dynamically based on the extracted JSON content.

Manual πŸ“: Users have the flexibility to create tables by selecting rows and columns independently, eliminating external dependencies.

After creating data tables, we have the option to import them from various sources:

  1. Import from Database

  2. Import from API

  3. Import from Manual

  4. Import from Execution Data

  5. Import from Other

Parameterization is an integral part of TDM, allowing users to parameterize individual steps and pass various data through a datatable. This facilitates the use of different data for the same step without disrupting the original workflow.


How to Access TDM? πŸ”‘

  • TDM is accessible through both Web Testing and Desktop Testing services.

  • Users can find 'Test Data' on the project dashboard. Clicking on 'Test Data' provides access to data sources, including Database, API, Manual, and Parameterized files.

We have dedicated user documentation for TDM and Parameterization. You can access it on the Qyrus documentation page.