Intro

Overview πŸ“‘

Header

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.

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

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 API

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 Manual

Parameterization 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.


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 πŸ’Ό

Last updated