51Testing软件测试论坛
标题: testlink1.7R3和bugzilla集成 [打印本页]
作者: 小刀 时间: 2007-9-5 18:26
标题: testlink1.7R3和bugzilla集成
前提条件:
1.
Bugzilla安装完成
2.
如果是bugzilla和testlink不在同一服务器,需要远程访问bugzilla数据库的帐户
集成配置:
1.
打开testlink下config.inc.php文件
查找$g_interface_bugs='NO';
修改为$g_interface_bugs='BUGZILLA';
注意:一定要大写BUGZILL
2.
打开testlink下cfg文件夹下的bugzilla.cfg.php文件夹,做如下修改
//Set the bug tracking system Interface
/** The DB host to use when connecting to the Bugzilla db */
define('BUG_TRACK_DB_HOST', '192.168.0.77');
/** The name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bug');
/** The DB type being used by Bugzilla */
define('BUG_TRACK_DB_USER', 'mysql');
/** The DB password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_PASS', '123456');
/** The DB type to use for connecting to the bugtracking db */
define('BUG_TRACK_DB_TYPE', 'mysql');
/** link of the web server */
define('BUG_TRACK_HREF', "http://192.168.0.77/cgi-bin/index.cgi/show_bug.cgi?id=");
说明:bugzilla访问地址+/show_bug.cgi?id=
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.0.77/cgi-bin/index.cgi/");
注意:以上标记为“说明”的是我自己增加的说明性文字。
修改完成后,如果bugzilla可以访问到,则在testlink下,执行测试的时候,每个执行结果记录后,都会有一个小虫子标记,如果某个测试用例执行失败,在bugzilla提交相关bug后,在testlink中点击该小虫子标记,可以填写bugzilla中的bug号。然后,会在执行结果中显示该bug号,点击bug号,则可以直接链接到bugzilla中提交的bug。
注意:testlink使用方法不在这里说明。
作者: 小刀 时间: 2007-9-6 17:26
没有人回复,遗憾啊!
作者: lslcxlsl 时间: 2007-12-12 17:41
我替你在顶下 我集成mantis 后报错
内容如下不知是否那地方配置有问题(testlink版本是1.71)
Fatal error: Call to a member function getEnterBugURL() on a non-object in C:\www\testlink17\lib\execute\bug_add.php on line 42
作者: wh_nemo 时间: 2007-12-19 16:32
我也是遇到这个错误 ,高手指点一下吧
作者: junlingliu 时间: 2008-6-10 16:09
多谢楼主的分享,配置一切顺利! 再谢!
作者: junlingliu 时间: 2008-6-11 12:13
testlink在使用超级链接时 老出错阿,有人么名功能帮忙吗?
怎么连接本地的文件阿?
作者: huaxianya 时间: 2009-4-14 20:34
标题: 我的也是这种错误
我的也是这种错误,请高山帮忙指点一下哈!!!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) |
Powered by Discuz! X3.2 |