Skip to main content
7-Bedrock
April 10, 2024
Solved

Query for exporting all test cases contained in a Test Session

  • April 10, 2024
  • 2 replies
  • 1525 views

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!

 

Best answer by VR_11001522

tm testcases [testsessionID]       

will output a list of TestcaseIDs.

 

im viewissue [testcaseID]   

will provide all the details of the testcase.

 

This solved my issue.

2 replies

5-Regular Member
April 15, 2024
Hi @VR_11001522 
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.
VR_110015227-BedrockAuthorAnswer
7-Bedrock
July 26, 2024

tm testcases [testsessionID]       

will output a list of TestcaseIDs.

 

im viewissue [testcaseID]   

will provide all the details of the testcase.

 

This solved my issue.