ContributionsMost RecentMost LikesSolutionsRe: zephyr scale search for procedures calling a certain test case MisterB Not quite. I am trying to return all test cases that make a call to a specific test. For example, if test_case_1 is called by 3 different tests (test_1, test_2, test_3), I want to run a query that returns the list test_1 test_2 test_3 Re: zephyr scale search for procedures calling a certain test case josh42 Yeah that is exactly what I meant, thanks. I voted in your link! 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_number" Any suggestions or if an advanced search like that is even possible is appreciated Solved