06-19-2012 05:05 PM
Somewhere during development the reports stopped getting generated. I was getting them just fine untill late last week. I have looked at all the obvious things but I haven't been able to solve the issue.
I looked at the menu: "Configure > Report Options" and it seemed fine.
I reran the setup program in case TestStand was corrupted.
Can anyone help me to get the reports running again?
Solved! Go to Solution.
06-20-2012 02:34 AM
You should check if the ResultList is properly filled during runtime. So set a breakpoint somewhere in your client sequence(s) and then go to variables and look into locals.ResultList. If this array is empty, you'd most probable disabled Result Collection in the StationOptions.
If ResultList is looking good, then you might have an issue in the report generation. Perharps you'd replace the TestReport callback in your client file?
Norbert
06-20-2012 02:32 PM
Turns out that I was running the test by right clicking the MainSequence and selecting "Run MainSequence".
In that case the test doesn't generate a report. To generate a report I have to use the menu: Execute > Single Pass