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
  • Creating a table via API πŸ“Š
  • Sample URLs πŸ”—
  1. Data-source

API 🌐

Last updated 1 year ago

Creating a table via API πŸ“Š

  1. Make an API call to retrieve a JSON response using the corresponding parameters and authentication.

  2. The response body comprises key-value pairs.

  1. Choose attributes to correspond with column names.

  2. Save the selected columns to create the table.

Sample URLs πŸ”—

https://62bbec026b1401736cecc47e.mockapi.io/mockapi
https://jsonplaceholder.typicode.com/posts/2

The data saved from the table can be further used for

Parameterization