beautypg.com

While loop activity properties – MTS Multipurpose Elite User Manual

Page 447

background image

Note:

The Condition must evaluate to True or False. Use logical operators such as “==”, rather than
assignment operators such as “=”. The Calculation Editor provides a list of available variables,
operators, and functions.

While Loop Activity Properties

While Loop Activity Properties

Description

Item

Specifies whether test activity is visible in the Test
Progress Table test-run display tool. Options are:

Progress Table > Visibility

Never—(Default) Omits the activity from the Test
Progress Table

Fixed —Shows the progress of the activity in the
Test Progress Table while the activity is
executing, and for the duration of the test.

Transient—Shows the progress of the activity
in the Test Progress Table only when the activity
is executing. When the activity ends, the activity
status disappears from the table, regardless of
whether the test is done.

The While construct consists of a block of code and
a condition. If the condition is true, the code within

Condition

the block is executed. This repeats until the condition
becomes false. Click the ellipsis to open the
Calculation Editor to create the code.

MTS TestSuite | 447

Test Activities