Vuser continues to monitor the system—
RTE Vuser Scripts · Synchronizing RTE Vuser Scripts
Creating Vuser Scripts
Chapter 16, page 289
the X SYSTEM message to be removed--before executing the next line of the
script.
When a TE_wait_sync function suspends the execution of a script while an
X SYSTEM message is displayed, the Vuser continues to monitor the system--
waiting for the X SYSTEM message to disappear. If the X SYSTEM message
does not disappear before the synchronization timeout expires, the
TE_wait_sync function returns an error code. The default timeout is 60 seconds.
TE_type("QUSER");
lr_think_time(2);
TE_type("<kTab>MERCURY");
lr_think_time(3);
TE_type("<kEnter>");
TE_wait_sync();
....