51Testing软件测试论坛

标题: bugzilla与testlink集成的方法 [打印本页]

作者: liulangchina    时间: 2010-1-22 09:54
标题: bugzilla与testlink集成的方法
这个是和bugzilla集成的方法,和BUGFREE集成类似,
集成配置:
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');
说明:安装bugzilla的服务器地址
/** The name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bug');
说明:bugzilla的数据库名称
/** The DB type being used by Bugzilla */
define('BUG_TRACK_DB_USER', '[url=http://www.ltesting.net/html/17/category-catid-

417.html]mysql[/url]
');
说明:访问bugzilla数据库的帐户
/** The DB password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_PASS', '123456');
说明:访问bugzilla数据库的密码
/** 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访问地址
作者: wsr123321    时间: 2010-2-7 14:37
收藏了
作者: castle    时间: 2010-3-1 08:47
楼主,我的cgi-bin目录没有index.cgi这个文件啊 ?很多地方的整合文件说这个地方的访问地址应该为'BUG_TRACK_ENTER_BUG_HREF',"http://192.168.0.77/Bugzilla/");
怎么你的是这个呢?
作者: castle    时间: 2010-3-3 15:52
怎么看不到第三贴
作者: 同同爱学习    时间: 2010-3-4 16:06
先收藏,再研究
作者: castle    时间: 2010-3-7 12:48
整合不成功 ,那条虫子怎么都出现不了,求解
作者: 11111    时间: 2010-3-15 19:18
我用bugfree和testlink整合过,总觉着吧bugfree比bugzilla好用一些,方便查找,安装也比较方便。其实这两种的整合,也只是一种关联啦,并不是说testlink中的用例执行不通过时,可以直接填入bug系统。而是首先bug系统中有这个bug,testlink对bug系统中的bug进行关联。
作者: smilewang626    时间: 2010-4-12 14:48
testlink是与bugzilla搭配好还是与bugfree搭配好呢?
作者: cellair    时间: 2010-4-25 11:14
多谢 正好需要 集成的办法
作者: wingle    时间: 2010-5-16 16:47
感觉Bugzilla安装比较繁琐,Mantis就方便多了,也是PHP的。我用的就是TestLink + Mantis。
作者: jonlyzhu    时间: 2011-3-8 14:44
mark...LZ辛苦了。
作者: amosliuster    时间: 2017-7-21 16:08
请问一下testlink和bugzilla关联后,怎么使用?还请指教。谢谢!方便qq联系吗?我的qq是89200701.谢谢!
作者: winson1234    时间: 2017-8-1 10:06
to see see
作者: winson1234    时间: 2017-8-14 10:56
to see see




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