10-19-2006 08:16 AM
10-24-2006 10:46 AM - edited 10-24-2006 10:46 AM
points,
If you want to get the execution time without including user interaction time you could substract the user interaction steps time from the total execution time.
I am including an example that uses the ModifyReportHeader callback to obtain the execution time without popup steps. I include this time in the report header of the text and html reports.
I have to clarify that the step time is going to include the total time it takes to a step to execute, not only the time the operator takes to interact with an specific dialog (panel).
If you want to obtain the real user interaction time you could create your own custom message box step which would return the real interaction time as an output parameter.You would calculate the interaction time subtracting the time when the dialog was launched from the time when the dialog is closed.
To learn more about step execution read: TestStand Reference Manual - chapter 3.
Hope it Helps.
I used TS 3.5 to create the attached sequence file.
Antonio Lie.
Message Edited by Antonio Lie (NI) on 10-24-2006 10:48 AM
10-26-2006 01:10 PM