Column: Priority

From Catglobe Wiki
Jump to: navigation, search



Column: Priority

Column

Priority

Source

The priority from 1 to 3 of the returned test case resource

Automatically given column name

Priority

Column type

Number

Resource types that use it

Test case

How axis set information is built

Priority for test cases is a fixed enumeration so the value is always the same. The axis set generated will look like below:

Axis text: "Priority"
Math base: "Priority"
Pct base: "Priority!=empty"

Option 1: Name="High"; Value="Priority==1"
Option 2: Name="Medium"; Value="Priority==2"
Option 3: Name="Low"; Value="Priority==3"

Comment

N/A