Test Case Configuration

Test Case Configuration

Defining Custom Attributes for Test Cases and Test Steps

  • RMsis provides a table, which can be used for managing custom fields for Test Cases.

  • These custom fields will be applied globally to all projects.

  • The attributes can be configured for display in the Test Case Data Table and are also included in the PDF reports generated for Test Cases.

Custom Field Attributes

A custom field has the following attributes:

  • Custom Field Name

    • This field specifies name of the custom field.

  • Field Type

    • This field specifies the field type of the custom field.

    • Just click on "Field Type" column against a custom field row to select its field type.

    • Possible values for this field are

      • Text

      • Integer

      • Real value

      • Date

      • Single select list

      • Multi select list

      • Rich Text Area

      • Hierarchical View

      • JIRA Data

  • Field Unit

    • This attribute specifies the unit of the custom field.

    • It is only applicable for "Text", "Integer" and "Real value" type custom fields.

  • Field Options

    • This attribute specifies the field options for the custom field.

    • It is only applicable for "Single select list", "Multi select list" and "Hierarchical View".

    • The options can be entered by clicking on respective cell.

    • By default, a blank option is added to the list.

  • Editable

    • Editable flag when set, implies that this custom field can be modified, even after the Test Case has been committed.

Custom Field Operations

The following operations can be performed on this table:

  • Add Custom Field

    • A new custom field can be created by clicking on the first row of the table under the "Custom Field Name" column labeled "< Enter new Custom Field >".

  • Edit Custom Field

Deleting a Custom Field Option

A custom field option can be deleted by clicking on the Field Option and subsequently on the Delete Icon shown against the option. In case the option is already associated with an entity, the following dialogue box appears, which enables the user to specify an alternative option for all the linked entities.

Note

Context Menu is accessible by right clicking on any table row. Operations defined in context menu will be performed on that row.

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 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 | ???

  • Note : The system currently does not check for ambiguous set of rules.

Auto Compute Test Case State

When this option is enabled, the status of test cases within a test run will be automatically computed based on their test steps status when the test step window is closed.

Search within Test Steps 

  • The search in Test Case view in RMsis now includes test steps also.

  • By default, the search works only for test cases in the Test Cases view.

  • In order to enable the search in Test Cases view to include Test Steps also,

    • Switch to RMsis Administration > Configuration > Application

    • Scroll down and enable the "Enable Test Steps search for Test Cases" checkbox available under the heading "Search within Test Steps"

Configuring Mail Notifications

Mail Notifications can be configured for

  • Test Case State Changes

  • Test Case Attribute Changes

and are sent to

  • Manager

  • Test Manager

Linking of auto-generated Issues with Requirements

  • By default, all the auto-generated issues are linked with corresponding requirement(s).

  • If this is not desirable, Admin can disable auto-linking of issue by clicking on the link provided on this page.