s_franklin
3 years agoNew Contributor
zephyr scale search for procedures calling a certain test case
I'm looking for a way to search within Zephyr Scale to return all Test Procedures that call a specified Test Case. So dumbed-down: return all test_procedures where call_to_test equals "test_case_nu...
- 3 years ago
We're using the call to test feature extensively, so I think, I know, what you mean.
To figure out, which test cases call other test cases via the call to test feature, we use the ZS API. You can search for test cases using different criteria (project, folder ...) and analyse the results (specifically the test script of the test case) to return the list of test cases calling another test case. It's a bit of work and performance is not the best, but it works.
We have requested this from the ZS team a while back. Give it a vote in the ideas portal.
https://zephyr-scale-server-dc.ideas.aha.io/ideas/TM4JS-I-82
Cheers
Josh