Quality

Monitor and measure product quality using the Quality module.

Overview

The Quality module is based on an application module tree.

The application module tree is a logical depiction of the product, reflecting the product's functional areas. It is typically defined by the business analyst. The application module tree shows how the application is broken down, and allows you to track quality by logical business areas.

The Quality module includes tests, defects, and features, all of which can be associated with application modules to help you analyze quality by business areas, locate pain-points in your product, and concentrate your efforts in these areas. For details, see Assign items to application modules.

When deciding how to structure your application modules, focus on areas of the product for which you want to track quality, how you structure the application, and how users use the application.

Back to top

Build the application module tree

Define your product areas as application modules.

To build the application module tree:

  1. Open the Quality module.

  2. In the application modules pane, click the + Add Application Module.

    Click + Shared Application Module to create an application module that will be available across all the workspaces in a shared space. For details, see Shared application modules.

  3. In the Add Application Module dialog box, enter the required information.

    If you selected an item in the tree, it is used as the parent item. You can drag items to rearrange the tree.

  4. Repeat as necessary to create the full tree.

    Building the application module is typically a process that requires a number of iterations. Drag and drop items to restructure the tree.

  5. To display a subset of the application modules in the tree, click the Filter button. Choose whether to display only shared application modules, or selected application modules from the tree.

    The root Application Modules node now aggregates only those items remaining in the filtered tree. This is reflected in the content included in the Overview, Tests, Features and Defects tabs when you select the root Application Modules node.

Back to top

Shared application modules

In workspaces that are members of a shared space, space admins can create shared application modules. Shared application modules are inherited by all the workspaces in a shared space.

You can create shared application modules as top-level nodes, or as children of other shared application modules.

Each workspace can add its own application modules to a shared application module.

In shared application modules you can only define shared predefined and custom fields. Team and user-type system fields are not available either. At the workspace level , members of the workspace can set values for workspace-specific fields.

Tip: In the Dashboard, you can create cross-workspace widgets to report on shared application modules.

Back to top

Sort and filter the application module tree

You can use the filter to narrow down the application modules in the tree.

To filter the application module tree:

  • Turn on Show only shared application modules to display only those modules that are inherited by all workspaces in the shared space.
  • Turn on Show only selected application modules to display only the modules you have selected.

Click Sort > Add sorting field to sort the application modules according to selected properties.

Back to top

Assign items to application modules

Assign features, tests, and defects to application modules to help you assess product quality.

To find unassigned items, click Unassigned in the application module tree.

To assign items:

  1. Open the relevant items' tab in the Backlog or Quality module, and select the items to assign.
  2. In the toolbar, click the Assign to Application Modules button.
  3. In the dialog box, select the relevant application modules, and then click OK.

If you are assigning automated tests, click Assignment Rule to create a rule that assigns automated tests. For details, see To create test assignment rules from the Tests tab:.

Note: To assign a single item, set the Application modules field in the item.

Back to top

Quality by application module

Use the Quality by Application Module widget in the dashboard to see an overview of the application modules, and identify those that need attention. You can choose application modules, filter by application module fields, and configure the threshold for switching an area from On track to Needs attention.

In the following example, the size of the application module in the widget is determined by the number of story points developed in the release, and Needs attention is determined by critical open defects, low automation, or risky commits.

Back to top

Trace tests to application modules

The following flow is a typical example of a manual test traceability:

  1. The backlog owner creates a new feature and assigns it to an application module.
  2. A tester creates a manual acceptance test for the feature (or one of its user stories) in the Backlog module. The test automatically inherits the feature’s application module.
  3. Access the test from the feature to understand feature coverage, and from the application module to understand the area coverage.

Back to top

Track anomalies

When working with ALM Octane, it is useful to see anomalies to prevent delays in the development cycle. Examples of anomalies are defects stuck in one phase for an extended period of time, or a defect reassigned to many users.

Admins can define rules that flag anomalies within ALM Octane entities. For details, see Anomaly flags.

Once your admin has set up the anomaly flags, add the Flag rules column to your items grid. It will show the anomaly if it is present. The tooltip shows details about the anomaly's threshold.

Back to top

Track runs across all tests

A unified Runs tab offers you a central view of runs across all tests, both planned and executed. You can filter the grid as you like, and perform bulk updates on runs. For details, see Unified test runs grid.

Back to top

Measure quality items waste

Available in versions: 16.2.100 and later

You can track and measure waste time for the following quality items: manual and Gherkin tests, MBT tests, test suites, test and test suite runs, as well as BDD scenario runs.

For details on waste tracking, see Track waste.

Next steps: