51Testing软件测试论坛
标题:
怎样在bugfree中添加状态?
[打印本页]
作者:
yiha
时间:
2007-8-6 17:12
标题:
怎样在bugfree中添加状态?
因为公司的需要,觉得现在bugfree中bug的状态还需要添加,请问各位,怎么添加?
更改什么文件,还是在数据库中添加呢?
拜托各位了sdlkfj2
作者:
天使之泪
时间:
2007-10-9 12:00
2007-08-06 17:50:17
http://forum.1zsoft.com/viewtopic.php?id=1377
elvis2008 答:打开INCLUDE\LANGFILE\CHINESEUTF8.PHP找到如下:/* Define the Resolution. */$BugConfig["Resolutions"] = array( "" => "",
"By Design" => "By Design",
"Duplicate" => "Duplicate",
"External" => "External",
"Fixed" => "Fixed",
"Not Repro" => "Not Repro ",
"Postponed" => "Postponed",
"Will not Fix" => "Won't Fix", //别忘了加一个逗号
"test" => "test" //直接在这里添加
);
注意不要忘记在新添加的一行与此前的最后一行之间还要增加一个逗号。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2