Versions Compared

Key

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

...

Table of Contents


Test Set Status

Export all Test Set Status with name and percentage from the Test Set

Code Block
${Test Set Status}


You can print the status of the Test Set by using the following notation:

% per StatusNumber of Tests per Status
${Test Set Status.NameOfStatus.Percentage}${Test Set Status.NameOfStatus.Count}

...

Code Block
#Test Set Status Percentage + total of testes per status
Todo: ${Test Set Status.TODO.Percentage} % (${Test Set Status.TODO.Count})
Fail: ${Test Set Status.FAIL.Percentage} % (${Test Set Status.FAIL.Count})
Pass: ${Test Set Status.PASS.Percentage} % (${Test Set Status.PASS.Count})
Executing: ${Test Set Status.EXECUTING.Percentage} % (${Test Set Status.EXECUTING.Count}) 
Aborted: ${Test Set Status.ABORTED.Percentage} % (${Test Set Status.ABORTED.Count})

...