Schedule Execution Wait Time 

Use

You can define waiting times between CATT functions or transaction screens in a CATT test case.

Waiting Times Between CATT Functions

At any place in the test script.

The current work process is released during the wait time. This can be useful in the following cases:

CATT functions avoid the buffered table access problem automatically.

Procedure

  1. Define the parameter &LWT as a local variable.
  2. Assign a number or a parameter to the parameter at the points where you want to wait. The number is the wait time in seconds:
  3. Function

    Object

    Text

    SETVAR

     

    &LWT = '5'

  4. Run the test procedure. The test is interrupted for the specified time at each point at which a value is assigned to the variable. The log is as follows:

Waiting Times Between Screens

The waiting time must be defined in the test script before the transaction call (TCD or function module test with dialogs). This waiting time remains active until you change the definition.

The current work process is released during the wait time. This can be useful in the following cases.

Procedure

  1. Define the parameter &LWD as a local variable.
  2. Assign a number or a parameter to the parameter at the points where you want to wait. The number is the wait time in seconds:
  3. Function

    Object

    Text

    SETVAR

     

    &LWD = '5'

  4. Run the test procedure. A waiting time is inserted from this position between transaction screens or function modules with dialogs. The waiting time in seconds is given by:
  5. The log is as follows: