Batch querying test cycle execution status
I have multiple TestCycle folder. In each folder there are 10–20 TestCycles. I want to determine the status of the executions. For example, if I have 50 folders and each contains 20 TestCycles, then I have to make 1000 calls because each individual TestCycle can only be queried separately. Isn’t there a way to query multiple TestCycles at once?34Views0likes0CommentsGet Progress Information in Cycle by API
Could we get Progress(or detail status) Information by api when we send get cycle request? According to this site https://support.smartbear.com/zephyr-scale-cloud/api-docs/#operation/createTestCycle We can get only status (not executed, done).1.5KViews0likes1CommentAutomation Updates Wrong Test Version through API
In Zephyr Scale Cloud, if a test case has more than 1 version, and the test is being run through automation with the results being posted back to the test case through the API, the the results are posted to the latest version only. In some instance this is incorrect as version 2 might not yet be in use, and current executions still happen on version 1, but there is no way of indicating which version to use through the API. It appears that the automation does in fact execute the correct test externally, but just posts those results to the incorrect test version online, so the recorded evidence (and hence any reporting) is very clearly misaligned and will not make sense to anyone trying to audit results. Has anyone experienced that and have any ideas/workarounds?Solved1.8KViews0likes3Comments