-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom fields to be used on Requirements
- Loading branch information
Showing
2 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
After having received a request related to adding Priority | ||
attribute to requirements, I've done a minor search about | ||
common requirements attributes. | ||
Choice has been provide custom fields that can be useful. | ||
Here you will find these custom fields on the TestLink | ||
Custom fields XML format ready to be imported and used. | ||
|
||
Hope can be useful. | ||
Francisco Mancardi - 20151205 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?xml version='1.0' encoding='ISO-8859-1'?> | ||
<custom_fields> | ||
<custom_field> | ||
<name><![CDATA[TLCFRQ_PRIORITY_MOSCOW]]></name> | ||
<label><![CDATA[Priority (MOSCOW)]]></label> | ||
<type><![CDATA[6]]></type> | ||
<possible_values><![CDATA[M: Must have|S: Should have|C: Could have|W: Won’t Have]]></possible_values> | ||
<default_value><![CDATA[]]></default_value> | ||
<valid_regexp><![CDATA[]]></valid_regexp> | ||
<length_min><![CDATA[0]]></length_min> | ||
<length_max><![CDATA[0]]></length_max> | ||
<show_on_design><![CDATA[1]]></show_on_design> | ||
<enable_on_design><![CDATA[1]]></enable_on_design> | ||
<show_on_execution><![CDATA[0]]></show_on_execution> | ||
<enable_on_execution><![CDATA[0]]></enable_on_execution> | ||
<show_on_testplan_design><![CDATA[0]]></show_on_testplan_design> | ||
<enable_on_testplan_design><![CDATA[0]]></enable_on_testplan_design> | ||
<node_type_id><![CDATA[7]]></node_type_id> | ||
</custom_field> | ||
<custom_field> | ||
<name><![CDATA[TLCFRQ_TECHNICAL_RISK]]></name> | ||
<label><![CDATA[Technical Risk]]></label> | ||
<type><![CDATA[6]]></type> | ||
<possible_values><![CDATA[Very High|High|Average|Low|Very Low]]></possible_values> | ||
<default_value><![CDATA[]]></default_value> | ||
<valid_regexp><![CDATA[]]></valid_regexp> | ||
<length_min><![CDATA[0]]></length_min> | ||
<length_max><![CDATA[0]]></length_max> | ||
<show_on_design><![CDATA[1]]></show_on_design> | ||
<enable_on_design><![CDATA[1]]></enable_on_design> | ||
<show_on_execution><![CDATA[0]]></show_on_execution> | ||
<enable_on_execution><![CDATA[0]]></enable_on_execution> | ||
<show_on_testplan_design><![CDATA[0]]></show_on_testplan_design> | ||
<enable_on_testplan_design><![CDATA[0]]></enable_on_testplan_design> | ||
<node_type_id><![CDATA[7]]></node_type_id> | ||
</custom_field> | ||
<custom_field> | ||
<name><![CDATA[TLCFRQ_FEASIBILITY]]></name> | ||
<label><![CDATA[Feasibility]]></label> | ||
<type><![CDATA[6]]></type> | ||
<possible_values><![CDATA[Yes|No|Investigate]]></possible_values> | ||
<default_value><![CDATA[]]></default_value> | ||
<valid_regexp><![CDATA[]]></valid_regexp> | ||
<length_min><![CDATA[0]]></length_min> | ||
<length_max><![CDATA[0]]></length_max> | ||
<show_on_design><![CDATA[1]]></show_on_design> | ||
<enable_on_design><![CDATA[1]]></enable_on_design> | ||
<show_on_execution><![CDATA[0]]></show_on_execution> | ||
<enable_on_execution><![CDATA[0]]></enable_on_execution> | ||
<show_on_testplan_design><![CDATA[0]]></show_on_testplan_design> | ||
<enable_on_testplan_design><![CDATA[0]]></enable_on_testplan_design> | ||
<node_type_id><![CDATA[7]]></node_type_id> | ||
</custom_field> | ||
<custom_field> | ||
<name><![CDATA[TLCFRQ_STABILITY]]></name> | ||
<label><![CDATA[Stability]]></label> | ||
<type><![CDATA[6]]></type> | ||
<possible_values><![CDATA[Mature|Stable|Still changing]]></possible_values> | ||
<default_value><![CDATA[]]></default_value> | ||
<valid_regexp><![CDATA[]]></valid_regexp> | ||
<length_min><![CDATA[0]]></length_min> | ||
<length_max><![CDATA[0]]></length_max> | ||
<show_on_design><![CDATA[1]]></show_on_design> | ||
<enable_on_design><![CDATA[1]]></enable_on_design> | ||
<show_on_execution><![CDATA[0]]></show_on_execution> | ||
<enable_on_execution><![CDATA[0]]></enable_on_execution> | ||
<show_on_testplan_design><![CDATA[0]]></show_on_testplan_design> | ||
<enable_on_testplan_design><![CDATA[0]]></enable_on_testplan_design> | ||
<node_type_id><![CDATA[7]]></node_type_id> | ||
</custom_field> | ||
</custom_fields> |