...
- In RMsis 1.8.8.2-r304 and later versions of RMsis, the status of test cases within a test run will be automatically computed based on their test steps status using the conditions specified for this instance of RMsis when the test step window is closed.
- By default, this feature is disabled.
- In order to enable this feature,
- Switch to RMsis Administration > Configuration > Application
- Scroll down to "Auto Compute Test Case State" section.
- Enable the checkbox "Auto compute Test Case status on Test Step window closure"
Reset Status To: (Available from RMsis 1.8.9.2 and later versions)
- This feature can be used to bulk update status of multiple test steps.
- In order to bulk update status of multiple test steps,
- Select the test steps and then click on "Reset Status To :"
- A dropdown menu containing the possible status values will be displayed.
- Select the appropriate status value.
Status Computation Rules
- 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
...