Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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!
Solved! Go to Solution.
tm testcases [testsessionID]
will output a list of TestcaseIDs.
im viewissue [testcaseID]
will provide all the details of the testcase.
This solved my issue.
tm testcases [testsessionID]
will output a list of TestcaseIDs.
im viewissue [testcaseID]
will provide all the details of the testcase.
This solved my issue.