Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.