How can I get all testcase executions from specific testset execution?

Hi there,

currently I am searching for an reporting solution for our testcases which are triggered over the orchestrator. I heard about swagger and the api calls there. I want to get all testcase executions (results, assertions, logs, later on screenshots) from a specific testset executions.

This is the response I get when using </odata/TestSetExecutions?%24orderby=StartTime%20desc&%24top=1> as relative endpoint.

Last testset execution

None of these attribute is helpful to get the included testcases.

FYI I am using a on permis solution…

@gani.nurceski

You need to hit one more api call using the testsetid …which can be used in filter

for odata/TestCaseExecutions

with filter on testsetID TestSetExecutionId eq ID

This will give you the test cases executed under the testset

Hope this helps

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.