...
- RMsis provides an option to automatically compute the status of a Test Case, based on the statuses of it's Test Steps.
- The user has an option to override the computed status of a Test Case.
- The rules can be specified as a global configuration under RMsis > RMsis Administration > Application Configuration > Status Computation Rules OR a project configuration under RMsis Home > Project Configuration.
- The rules can be specified as a set in the following format
- IF
- STATUS OF Any TS | All TS
- EQUALS Pass | Fail | Pass with Exception | Blocked | ???
- THEN
- SET STATUS of TC to
- Pass | Fail | Pass with Exception | Blocked | ???
- SET STATUS of TC to
- IF
Creating new status computation rules:
New status computation rules can be created by following the steps mentioned below :
- Click on the Any/All column of the first row in table and select an option.
- Now click on the cell in the Test Step Status column and select an option.
- Now click on the cell in the Test Case Status column and select an option.
- The new status computation rule has been created. Click on the Enable check box to enable this rule.
Note :
Rules will be applied from top to down.
Project wise rules will be having higher precedence over global rules.
If none of the rules matches, then test case status will be set to ??? .