Solved
Query for exporting all test cases contained in a Test Session
How can I write a query for the CLI command "im exportissues" for getting a list of all test cases contained in the test session.
Any help will be appreciated.
Thanks in advance!
How can I write a query for the CLI command "im exportissues" for getting a list of all test cases contained in the test session.
Any help will be appreciated.
Thanks in advance!
tm testcases [testsessionID]
will output a list of TestcaseIDs.
im viewissue [testcaseID]
will provide all the details of the testcase.
This solved my issue.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.