Solution
There are two common causes for reporting not to occur:
- The ResultList local variable is not present - In the Locals window, make sure that the variable ResultList exists. TestStand uses this variable to hold the step results until the report is generated, so no report data will be present without this local variable. If ResultList does not exist, the report will display the following:
No Sequence Results Found
To restore the StepResults local, follow the steps below:
- Open a new sequence file.
- Select the Locals tab and copy the ResultList variable.
- Paste that ResultList variable back into your sequence file inside your Locals tab.
- Reporting is disabled - Each step in TestStand has an option to disable reporting for that step. This option is located in the Run Options tab of the Step Properties window. To enable reporting, ensure that the Record Results box is checked.
- Results Filtering does not exclude your step - Under Configure > Results Processing > Settings for Report (small gear box on right), ensure the "Results Filtering Expression" is not set to exclude your step type.