cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Query for exporting all test cases contained in a Test Session

VR_11001522
4-Participant

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!

 

ACCEPTED SOLUTION

Accepted Solutions

tm testcases [testsessionID]       

will output a list of TestcaseIDs.

 

im viewissue [testcaseID]   

will provide all the details of the testcase.

 

This solved my issue.

View solution in original post

2 REPLIES 2

Thank you for your question.
I encourage you to bring more details and context to your initial inquiry. This will make it easier for you to receive meaningful help from other Community members.
Regards,
Andra

tm testcases [testsessionID]       

will output a list of TestcaseIDs.

 

im viewissue [testcaseID]   

will provide all the details of the testcase.

 

This solved my issue.

Announcements


Top Tags