You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to update/change the execution status of the test cases in Zephyr scale via postman. For example, I want to change the status of a test case from Pass to Fail either under Test Cycles/Cases or Test executions. I tried few of the below POST/PUT calls but get errors such as, "Method Not allowed" or "Invalid Payload":
Option 1: POST
URL: ...//api.zephyrscale.smartbear.com/v2/testexecutions
Request Body:
{
"createTestExecution.projectKey": "B2B",
"createTestExecution.statusName": "PASS",
"createTestExecution.testCaseKey": "B2B-T1082",
"createTestExecution.testCycleKey": "B2B-R33"
}
Option 2: PUT/POST
URL: ...//api.zephyrscale.smartbear.com/v2/testcases/B2B-T1082
Request Body:
Could anyone please help me with the correct syntax of the API call in Postman for changing the status of test cases/executions in Zephyr scale.
Hi Rohit,
Welcome to community! While sometimes you may find answers for apps on the community, apps are very much like apps on your phone. So as there are thousands of them you may not find someone that can answer your specific question.
I would recommend submitting a ticket to the vendor if you have not already:https://support.smartbear.com/zephyr-squad/
Best,
Clark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.