11-18-2008 07:53 AM
Hello, As we know,when Test end it will show the test result dialog box. I want to close the dialog box using I/O signal not keyboard and mouse.
Who can help me?
11-20-2008 03:08 AM
12-09-2008 08:31 AM
Hi Vista,
Vinzent is correct in stating that this dialog is displayed via a step in the Process Model. However, you don't need to directly modify the step in the Process Model sequence file. The "test result dialog box" is actually displayed in the Post UUT callback sequence of the Process Model. Rather than directly modifying the Process Model sequence file, the better way to approach this would be to override the Post UUT callback in your test sequence file.
Please post back in this thread if you have any questions as to how you might implement this approach.