...
- Edit Actual Results and Status
- Attach a file / image
- Note : In RMsis 1.8.8-r301 and earlier versions of RMsis, a file can be attached in the "Test Step Attachments during execution" field only if the "Status" has been set OR data has been entered for "Actual Results" field. (applicable from RMsis 1.8.3 onwards)
- Note : In RMsis 1.8.8-r301 and earlier versions of RMsis, a file can be attached in the "Test Step Attachments during execution" field only if the "Status" has been set OR data has been entered for "Actual Results" field. (applicable from RMsis 1.8.3 onwards)
- Show / Hide Table Columns
- The Test Case Status will be auto computed using the conditions specified for this instance of RMsis, using the feature "Auto Compute Test case status from Test steps" available in the Test Runs Tab.
- 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"
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
...