Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 5.3.3

...

This custom processor expects the following parameters:

Scroll Table Layout
widths30%,70%

filterId

This value is taken from the slice parameter and does not need to be configured (see Invoking the Slice).

daysThis value is taken from the slice parameter and does not need to be configured (see Invoking the Slice).
database

This value can be set to mysql or oracle. The default is mysql. The database parameter is configured in the REST API node that is calling the processor--not taken from the slice parameter.

...

The endpoint takes the following parameters:

Scroll Table Layout
widths30%,70%

filterId

The slice will use the filter ID to find all associated test cases to calculate the TSI score.

runs

The slice will calculate all tests based on this number of runs.

threshold

The slice will warn the user if the calculated TSI score exceeds the given threshold.

days

The slice will use this value to determine how many days of data to gather.

...

These widgets use the term "Unstable" to refer to tests marked with the "stabilize" test case action (either by running the Test Stability Index artifact, or manually), and the term "Stable" to refer tests with any other action.

Scroll Table Layout
widths30%,70%

Fail – StableThe test failed. The TSI slice did not mark the test with the "stabilize" action since it always failed in the past.
Fail – UnstableThe test failed. The TSI slice marked the test with the "stabilize" action because it sometimes passed in the past, but is currently failing.
Pass – StableThe test passed. The TSI slice did not mark the test with the "stabilize" action since it always passed in the past.
Pass – UnstableThe test passed. The TSI slice marked the test with the "stabilize" action because it sometimes failed in the past, but is currently passing.
Incomplete – StableThe test is incomplete. The TSI slice did not mark the test with the "stabilize" action since it was always incomplete in the past.
Incomplete – UnstableThe test is incomplete. The TSI slice marked the test with the "stabilize" action because it sometimes passed or failed in the past, but is currently incomplete.

...