liulangchina 发表于 2010-1-22 09:54:39

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');
说明:访问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:35

:) 收藏了

castle 发表于 2010-3-1 08:47:22

楼主,我的cgi-bin目录没有index.cgi这个文件啊 ?很多地方的整合文件说这个地方的访问地址应该为'BUG_TRACK_ENTER_BUG_HREF',"http://192.168.0.77/Bugzilla/");
怎么你的是这个呢?

castle 发表于 2010-3-3 15:52:52

怎么看不到第三贴

同同爱学习 发表于 2010-3-4 16:06:21

先收藏,再研究

castle 发表于 2010-3-7 12:48:17

整合不成功 ,那条虫子怎么都出现不了,求解

11111 发表于 2010-3-15 19:18:16

我用bugfree和testlink整合过,总觉着吧bugfree比bugzilla好用一些,方便查找,安装也比较方便。其实这两种的整合,也只是一种关联啦,并不是说testlink中的用例执行不通过时,可以直接填入bug系统。而是首先bug系统中有这个bug,testlink对bug系统中的bug进行关联。

smilewang626 发表于 2010-4-12 14:48:04

testlink是与bugzilla搭配好还是与bugfree搭配好呢?

cellair 发表于 2010-4-25 11:14:05

多谢 正好需要 集成的办法

wingle 发表于 2010-5-16 16:47:26

感觉Bugzilla安装比较繁琐,Mantis就方便多了,也是PHP的。我用的就是TestLink + Mantis。

jonlyzhu 发表于 2011-3-8 14:44:50

:loveliness:mark...LZ辛苦了。

amosliuster 发表于 2017-7-21 16:08:50

请问一下testlink和bugzilla关联后,怎么使用?还请指教。谢谢!方便qq联系吗?我的qq是89200701.谢谢!

winson1234 发表于 2017-8-1 10:06:11

to see see

winson1234 发表于 2017-8-14 10:56:44

to see see
页: [1]
查看完整版本: bugzilla与testlink集成的方法