Forum Discussion

MadhuLambu's avatar
MadhuLambu
Contributor
31 days ago

Count number of test cases in Execution Plan

Hello Community, I want to count the test items in the project's execution plan that are marked as test case and print their names. Any suggestion? function CountTestCasesRecursive(testItem) {   l...