cos2912
8 years agoNew Contributor
How to get the entire subtree from a xml response with xpath
How can I get a section of a REST response in xml to use in a REST request. I use the Property Transfer step with Property=ResponseAsXml and Path language=XPath. What xpath should I write if I want...
- 4 years ago
You can export test results (go to reports > test execution results (list) > run the report and top right-hand corner should be an export dataset to Excel option. I don't think it's possible to update execution results by import but you can do that using the API. Here are some links that might help further:
Importing by Excel - note that there is no field for results:
Import Test Cases From CSV | Zephyr Scale Server/Data Center Documentation (smartbear.com)
ZC Server API:
Zephyr Scale Server API (v1) (smartbear.com)
I think the end-point you need is: /testrun/{testRunKey}/testcase/{testCaseKey}/testresult
(info: a testrun is a test cycle)