Description
The Group Check operation checks the execution time of the child operations with the specified maximum execution time. If the execution time is less than or equal to the specified maximum execution time, the operation posts a checkpoint message to the test log. Otherwise, it posts an error message.
Scripting Analogue
The operation is an analogue of the aqPerformance.Start()
and aqPerformance.Check()
scripting methods.
Child Operations
The operation can have any other operation as a child.
For information on how to make an operation a child of another operation, see the description of the Keyword Test editor’s Test Steps page.
Operation Parameters
The operation parameters are organized into the following pages:
Specify Check Parameters
On this page, you can specify parameters of the operation.
-
Max execution time (ms) - The maximum time of child operations execution.
-
Operation name - The name of the checked operation. It is shown in the test log message to mark the post in the test log.
Operation Parameters
This page contains the same parameters that you specified on the previous page. However, it lets you use variables, test parameters, code expressions or [Last Operation Result] values to specify these parameters.
MaxExecTime
Integer. Analogue of the Max execution time edit field.
OperationName
String. Analogue of the Operation name edit field.
See Also
Specifying Operation Parameters
Performance Category
Check Operation
Measuring Test Run Time