Created On: 10 February 2011
Problem:
Is it possible to change the display name of the existing status values and add new custom statuses in SilkCentral Test Manager?
Resolution:
Currently, it is not possible to add new statuses in SilkCentral Test Manager, but we can change the display name for the existing execution statuses. This will only change the status in SilkCentral Test Manager GUI - the status values in the database will not change.
In order to change the display name for the existing status, you have to make changes to the "lang-tm.properties" file located in "tm.jar" of SilkCentral Test Manager "lib" directory.
In "lang-tm.properties" file from com\segue\tm, you will find the existing execution status values like below:
status.any=Any
status.passed=Passed
status.failed=Failed
......
......
Here, you can change the status values like:
status.any=Any
status.passed=Passed1
status.failed=Failed1
......
......
After making the changes, place the changes back in “tm.jar” file in lib and restart the SilkCentral services.
Now in the SilkCentral Test Manager GUI, you should see these changed values.

In order to change the display name for the existing status, you have to make changes to the "lang-tm.properties" file located in "tm.jar" of SilkCentral Test Manager "lib" directory.
In "lang-tm.properties" file from com\segue\tm, you will find the existing execution status values like below:
status.any=Any
status.passed=Passed
status.failed=Failed
......
......
Here, you can change the status values like:
status.any=Any
status.passed=Passed1
status.failed=Failed1
......
......
After making the changes, place the changes back in “tm.jar” file in lib and restart the SilkCentral services.
Now in the SilkCentral Test Manager GUI, you should see these changed values.
