TDM and Parameterization
Last updated
Last updated
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:
Import from Database
Import from API
Import from Manual
Import from Execution Data
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.
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.