• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

bugzilla 与testlink 整合使用

发布: 2008-6-11 22:38 | 作者: 网络转载 | 来源: 测试时代采编 | 查看: 1465次 | 进入软件测试论坛讨论

领测软件测试网

安装好bugzilla和testlink后,

打开testlink安装目录下,找到config.inc.php
查找如下字段,修改为bugzilla 红色字体部分。
/**
* @var STRING TL_INTERFACE_BUGS = ['NO', 'BUGZILLA','MANTIS','JIRA']
* BUGZILLA: edit configuration in TL_ABS_PATH/cfg/bugzilla.cfg.php
* MANTIS  : edit configuration in TL_ABS_PATH/cfg/mantis.cfg.php
* JIRA    : edit configuration in TL_ABS_PATH/cfg/jira.cfg.php
*/
define('TL_INTERFACE_BUGS','BUGZILLA');
require_once(TL_ABS_PATH . 'lib/bugtracking/int_bugtracking.php');

另外修改testlink下的cfg目录内文件bugzilla.cfg.php

配置mysql连接相关信息及bugzilla发布地址
<?php
/**
* TestLink Open Source Project - http://testlink.sourceforge.net/
* $Id: bugzilla.cfg.php,v 1.3 2005/08/25 17:40:56 schlundus Exp $
*
* Currently the only bug tracking system is bugzilla.
* TestLink uses bugzilla to check if displayed bugs resolved, verified,
* and closed bugs. If they are it will strike through them
*/

//Set the bug tracking system Interface
/** The DB host to use when connecting to the Bugzilla db */
define('BUG_TRACK_DB_HOST', 'localhost');
/** The name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bugs');
/** The DB type being used by Bugzilla */
define('BUG_TRACK_DB_USER', 'bugs');
/** The DB password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_PASS', 'xxxxxx');
/** link of the web server */
define('BUG_TRACK_HREF', "http://xxx.xxx.xxx.xxx/test/show_bug.cgi?id=");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',http://xxx.xxx.xxx.xxx/);
?>

可以正常使用了,如果没提示出错的话

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: bugzilla Bugzilla testlink TestLink Testlink


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网