End test, End test activity overview, If-else condition – MTS Multipurpose Elite User Manual
Page 435: If-else condition activity overview
![background image](/manuals/568053/435/background.png)
End Test
End Test Activity Overview
End Test Activity Icon
The End Test activity lets you force the test run to end before completing all stages of the activity. When
the test procedure reaches the End Test activity, workflow activities that follow and are parallel to the End
Test activity do not execute, and the procedure immediately proceeds to the end of the test. A message
is written to the test run log indicating that the test run was stopped due to the End Test activity.
If-Else Condition
If-Else Condition Activity Overview
If-Else Condition Activity Icon
The If-Else Condition activity creates two possible paths for a test procedure based on a conditional
expression that evaluates to True or False. If the expression evaluates to True, the test procedure follows
the If path. If the expression evaluates to False, the test procedure follows the Else path.
The evaluated condition can be the result of a response from the operator, or it can be an evaluation of a
specific test value or condition.
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.
The two possible paths for the procedure to follow are automatically created when you add the If-Else
Condition activity to the test procedure. Each path can contain zero or more activities, including If-Then
Condition and other activities.
MTS TestSuite | 435
Test Activities