Is it possible to rename the test case fields 'Test Type' and 'Test phase'? If so, what files would need to be edited?
Announcement
Collapse
No announcement yet.
Changing test case field names?
Collapse
X
-
From one of the templates (or a copy of one) you can edit TestCaseTemplate.html and PrjTestCaseTemplate.html and replace the <!--TL_TESTTYPE_HEADING--> and <!--TL_TESTPHASE_HEADING--> tags with your customised equivalent.
You can also edit TestCaseEdit.html and PrjTestCaseEdit.html so editing via the web version uses the new names but the edit dialog in the standalone version of TestLog will remain static.
-
The <!-- --> means it is a HTML comment, when TestLog processes the template file it searches for the comment tags that we use and replace them with the plain text equivalent.
<!--TL_PROBLEMS_HEADING--> is not a tag recognised by TestLog and won't be processed to contain anything, you need to enter your own plain text entry such as "Problem" instead of a unrecognised HTML comment.
There is more information on the tags that are used throughout the templates in the Display Templates section of the help file.
Comment
Comment