Using the TestStand 3.1 UI controls, I'd like to see results as a test runs. I don't want to have two controls, Execution View and Results, just one.
I think I could add column(s) to the Sequence View control that used expressions to pull values out of the Results container. Or I could have some routine that formats values in the Results container, writes a string to Report Text, then have ReportText go into a single, wide column in the Execution View control.
How does everyone else do this?