Forum Discussion
results with the test cases back into Zephyr, would this be reflected as a
passed or failed execution of such test cases?
I've not had to do make this arrangement before and thought that the result field would be there but it's not, so to answer your question: can you import the result from Excel to Scale, it seems not. You can however use the API to achieve this - I've added a link to the Server API page. The testresult endpoint looks like the one you need (text description added below the link)
Zephyr Scale Server API (v1) (smartbear.com)
/testrun/{testRunKey}/testcase/{testCaseKey}/testresult
Updates the last Test Result on the specified Test Run, looking for an item that matches the testCaseKey and the query string filter parameters. Only defined fields will be updated. If more than one item is found using the specified parameters, only the first one of them will have the Test Result updated. The updated data can be seen inside the specified Test Run, looking for the last Test Results of the Test Case that matches the request parameters.
Related Content
Recent Discussions
- 10 days ago