We have some steps in our sequence files that call LabVIEW VIs and one of the parameters we (try to) pass down is the start time and date of the test. From previous discussions, I found that I needed to use the RunState.Root.Locals.StartDate.Text, .ShortText, .Year, etc, to send this information down. What we found, however, is that if we run all tests using "Test UUTs", the date/time info seems to get passed down fine. If we Run Selected Steps using Single Pass, it blows up, complaining that it knows not about RunState.Root.Locals.StartDate.Text.
Why would these Runtime values only be valid from the Test UUTs. If that's the way it is, does anyone have a work around?