I have looked at the ZAPI documentation, and so far I can get the test cycle id and execution id, so I can execute the test case , write the result for test case in Zephyr. However, I have more test steps in the test case. Now I want to write the results of individual test steps into Zephyr(Jira). Can you please provide sample code for the same(Java preferred). Please a sample code would be helpful.
Approach I have till now: (Found on net)
Get the id's of the stepresults(teststep results) by execution ID using the API "/rest/zapi/latest/stepResult" Then using these stepresult Id's we can execute them with PUT request using API "/rest/zapi/latest/stepResult/{id}"
version I am currently using: jira_version:6.3.12 zfj_version:2.5.2 zapi-1.5.0.15001732.obr Thanks, Ahmed