Hi,
When getting Test Execution given a saved filter ID, Test plans with their summary aren't included.
Is there a way to get test executions given a saved filter ID and at least tests and test plans keys.
My goal is to measure a more accurate success rate of tests using steps status. The one given in XRay is too global : for e.g, considering a 20 steps test, given success rate is 0% even if only one step failed.
So my other question is : is there a way to get a more accurate success rate a part from exporting data (REST API is fore automation purpose)
Found a workaround. For those who encountering the same issue :
(Steps below are for a Power BI use)
1. Use this URI or another one to get test executions :
http://yourserver/rest/raven/1.0/testruns?savedFilterId=Id
I personnally preferer this one as is it gives the global picture of existing test executions
2. Then use this one :
http://yourserver/rest/raven/1.0/api/test/{key}/testplans
And replace {key} by testKeys you got in first step
This way you have your list of test executions and related tests and test plans.
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Yanis
If you aren't receiving response here after a couple of days I would recommend reaching out to the vendor. If they provide you a solution you can then post it here so others know the answer!
Keep in mind almost all apps are made by external vendors, while many have representation on the community not all do.
Best,
Clark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.