Ticket #643 ( Closed )

Short Description Capturing Screen Transition Errors
Entered By: RayWas When: 2000-11-30 15:13:51 Build: 2.0.6F
Categories Type: Question   Department: Product   Category: Screen Recognition
Description
Is there a way to easily capture screen transition errors?  
What we have been doing is simply checking the text on the 
screen to make sure we made it to the screen we expected.  
It would be nice if we could capture it with a TEEVENT or 
something.

Append By: WindSurfer  When: 2000-11-30 15:49:04  New Status: Pending Customer
Comment
The TEREADYWHEN with Strictrecognition provides a tight 
transition environment--you code it prior to the transition, 
then check screen.readyID to see which screen came-up.

Then, the global.screentimeout section (<tesection 
screentimeout> inside of global.stml) can be added to 
global.stml to add an event-driven block of script that will 
execute any time a screen transition fails, with or without 
a TEREADYWHEN, but anywhere there is a TEREADYWHEN with 
strictrecognition, if a screen appears that is unknown, it 
will fire the screentimeout section.