Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

% per StatusNumber of Tests per Status
${Overall Execution Status.NameOfStatus.Percentage}${Overall Execution Status.NameOfStatus.Count}

See the real example:

Code Block
titleExpand to see the examples on sample code of a Test Execution details
collapsetrue
Todo: ${Overall Execution Status.TODO.Percentage}% (Overall Execution Status.TODO.Count})
Fail: ${Overall Execution Status.FAIL.Percentage}% (Overall Execution Status.FAIL.Count})
Pass: ${Overall Execution Status.PASS.Percentage}% (Overall Execution Status.PASS.Count})
Executing: ${Overall Execution Status.EXECUTING.Percentage}% (Overall Execution Status.EXECUTING.Count})
Aborted: ${Overall Execution Status.ABORTED.Percentage}% (Overall Execution Status.ABORTED.Count})

Iterating over Tests

As it is not known in advance how many Tests exist in a Test Plan, there is a notation that allows iterating a section over all the Tests of a Test Plan. The notation is:

...