background image
<< Analyzing a Failed Test | Inserting a Synchronization Point >>

Viewing Error Message

<< Analyzing a Failed Test | Inserting a Synchronization Point >>
Exercise: Analyzing a Failed Test
4-6
9.
Run the test again. The test should have failed because the objects in the application
were not ready when QuickTest arrived at that point. For example,
Figure 4-3
illustrates the error message that was generated when QuickTest tried to execute the
File > Exit command before the Insert Order command was completed.
Figure 4-3
What would you do to correct this problem? One solution would be to reset the timeout
value to 20000. However, if you know that your application has points that will require
synchronization, you can record this in the basic test by inserting a synchronization
point.