51Testing软件测试论坛

标题: TestDirector:Rename Defect Tab using SQL Statement [打印本页]

作者: pcl2004_27    时间: 2006-10-30 14:20
标题: TestDirector:Rename Defect Tab using SQL Statement
Description

      How to rename the Defect tab by using a SQL Insert into statement.


Solution

      TD 8.0

1. Select the Site Administrator link from the TestDirector window
2. In Site Administrator under the "Projects" tab select the project that you want to modify.
3. Click on the "DATACONST" table
4. In the SQL box type the following:

insert into DATACONST
(DC_CONST_NAME,DC_VALUE)
values ('REPLACE_TITLE','Defect;MyDefectName;Defects;MyDefectNames')

5. Log into the project. The defect tab should know have the name that you gave it.




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2