Skip to content
Home
Code Generation
Agile Testing
Company
Success Stories
Blogs
Menu
Home
Code Generation
Agile Testing
Company
Success Stories
Blogs
Sign up
Home
Features
Company
Success Stories
Sign up
Menu
Home
Features
Company
Success Stories
Sign up
Test Studio
Testdata from an API Call
Replace any variables with their runtime values is
URL
Query Parameters
Headers
Body
Call the API using appropriate Post/Get method
If api returns a response – process the response and return a value, it supports processing json using the following formats
~data~users~[1]~name will fetch Bob from this json object
{
“data”: {
“users”: [
{ “name”: “Alice” },
{ “name”: “Bob” }
]
}
}
Have other questions? Access our full knowledge base!
VIEW ALL ARTICLES