Zephyr scale server vs Zephyr scale cloud: update test data rows/parameter
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2021
02:27 AM
10-22-2021
02:27 AM
Zephyr scale server vs Zephyr scale cloud: update test data rows/parameter
We are currently using zephyr scale server, but are looking to move to zephyr scale cloud in the future.
In zephyr scale server we have the ability to update the test data row/parameters through API, but via zephyr scale cloud we do not see this ability.
Used API documentation:
- Zephyr scale server: https://support.smartbear.com/zephyr-scale-server/api-docs/v1/
- Zephyr scale cloud: https://support.smartbear.com/zephyr-scale-cloud/api-docs/
An example from zephyr scale server:
PUT call to endpoint: /testcase/{testCaseKey}
// Simple request, updating parameters
{
"parameters": {
"variables": [
{
"name": "Username",
"type": "FREE_TEXT"
},
{
"name": "Country",
"type": "DATA_SET",
"dataSet": "Country"
}
],
"entries": [
{
"Username": "Admin",
"Country": "England"
},
{
"Username": "Tester",
"Country": "Brazil"
}
]
},
"testScript": {
"type": "STEP_BY_STEP",
"steps": [
{
"description": "User {Username} is from {Country}"
}
]
}
}
Is it not possible to update test data rows/parameters via API on Zephyr scale cloud?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2021
12:56 AM
10-27-2021
12:56 AM
Hi
I don't think this is possible according to Josh, in this post: Solved: Update Test Executions - SmartBear Community
Andy
------------------------------------------
Please give kudos if I have helped or accept as solution if appropriate
Feel free to connect with me on LinkedIn: https://www.linkedin.com/in/andrew-barbet-548a234/
