CLI Reference > Workflows and Documents Commands > tm stepresults
  
tm stepresults
displays test results for test case steps
Synopsis
tm stepresults [--fields=field1[:width1],field2[:width2]...][--fieldsDelim=value] [--sessionID=value] [--height=value][--width=value] [--x=value] [--y=value] [--hostname=value] [--port=value][--password=value] [--user=value] [(-?|--usage)] [(-g|--gui)][(-F value|--selectionFile=value)] [--quiet] [--settingsUI=[gui|default]][--status=[none|gui|default]] [(-N|--no)] [(-Y|--yes)] [--[no]batch][--cwd=value] [--forceConfirm=[yes|no]]caseID|sessionID:caseID|sessionID:caseID:stepID...
Description
This command displays test results for test case steps in a list format. You can specify which test result field values display.
For example,
tm stepresults --fields=stepID,verdict,annotation --sessionID=8071
displays the test step ID, verdict and annotation for the results for all test steps in all test cases in test session 8071.
* 
The test session item type, test case item type, and the test step item type must be visible to you in order for you to view the test step results.
Options
This command takes the universal options available to Windchill RV&S commands, as well as some general options. See the options reference page for descriptions.
--fields=field1[:width1],field2[:width2]...
the test step result fields, and their respective widths, to be displayed. Fields can be any of caseID, stepID, sessionID, verdict, annotation, or verdictType. Use commas to specify more than one field.
--fieldsDelim=value
the string to be used as a delimiter between the fields in the display.
--sessionID=value
displays all test results in the specified test session. If you use this option, do not specify test results using the --suiteID, --caseID or relatedToItemID options, or caseID|sessionID:caseID.
caseID|sessionID:caseID|sessionID:caseID:stepID...
specifies the test case IDs to view test step results for. The test cases must all belong to the session specified in the --sessionID option. If the session is not specified in the --sessionID option, you must specify the session ID and case ID for each test case you want to view test step results for. You can also specify individual test steps in a test case to view results for. If you do not specify this option, you must specify the --sessionID option, and results are displayed for all steps in all test cases for that session.
* 
The test session item type, test case item type, and test step item type must be visible to you in order for you to view the test step results.
See Also
Commands: tm createresult, tm editresult, tm viewresult, tm extractattachments, tm results, tm resulteditor, tm deleteresult, tm editresult, tm testcases, tm setresults, tm viewuntested
Miscellaneous: options