Test Data Management
  • Test Data Management
  • Getting-Started
    • Intro
  • Advanced-Features
    • Auto-generate data⚑
    • Table Capabilities πŸ› οΈ
  • Data-source
    • API 🌐
    • Database πŸ—ƒοΈ
    • Manual πŸ“
  • Parameterization
    • Parameterization πŸ”€
    • Import From API
    • Import From Database
    • Import From Execution Data
    • Import From Manual
    • Import from others
  • FAQ
    • Common Questions πŸ“š
    • Contact Us πŸ“¬
Powered by GitBook
On this page
  • Overview πŸ“‘
  • How to access TDM? πŸ”‘
  • TDM Workflow πŸ’Ό
  1. Getting-Started

Intro

Last updated 1 year ago

Overview πŸ“‘

Test Data Management (TDM) allows users to manage, generate, and retrieve data. Within this framework, users are empowered to fetch data from a diverse array of sources. These sources consists databases such as MySQL, Oracle, and MongoDB, along with APIs, and the option of manual data entry.


How to access TDM? πŸ”‘

  • Users can access the TDM from both Web Testing and Desktop Testing services.

  • Users can view 'Test Data' within the project dashboard. After clicking on 'Test Data', users can access data sources such as Database, API, Manual and Parameterized files.


TDM Workflow πŸ’Ό

Database πŸ—ƒοΈ: Users can create data connections with existing databases. For more detailed information about databases, please click on the provided link

API 🌐: Users can seamlessly retrieve data from JSON responses and dynamically construct tables based on the extracted JSON content. For more detailed information about APIs, please click on the provided link

Manual πŸ“: Users can create tables by selecting rows and columns, without relying on external factors. For more detailed information about manual tables, please click on the provided link

is a component of test data management (TDM), allowing users to parameterize individual steps and pass various data through a datatable. This enables the utilization of different data for the same step without disrupting the original flow.

Database
API
Manual
Parameterization
Header