简单3步,轻松集成Testlink和MantisBT

发布时间:2020-04-14 07:05:05 作者:ilanqing
来源:网络 阅读:3643

软件环境:


一、先来说一说集成的好处吧:



二、再来说集成的步骤:

第一步:配置Mantis的mantisconfig_inc.php文件

在mantis中开启允许匿名登录

mantis的匿名用户对所有的项目都具有浏览权限

#  --- anonymous login -----------

#  Allow anonymous login

$g_allow_anonymous_login  = ON;

$g_anonymous_account  = 'dummy';

 

第二步:配置testlink的主目录下的/cfg/mantis.cfg.php文件

/**  The DB host to use when connecting to the mantis db */

define('BUG_TRACK_DB_HOST',  'calypso');

/**  The name of the database that contains the mantis tables */

define('BUG_TRACK_DB_NAME',  'mantis_bt');

/**  The DB type being used by mantis */

define('BUG_TRACK_DB_USER',  'mantis_bt_user');

/**  The DB password to use for connecting to the mantis db */

define('BUG_TRACK_DB_PASS',  'mantis_bt_password');

/**  link to the bugtracking system, for viewing bugs */

define('BUG_TRACK_HREF',  "http://calypso/mantis/view.php?id=");

/**  link to the bugtracking system, for entering new bugs */

define('BUG_TRACK_ENTER_BUG_HREF',"http://calypso/mantis/");

 

第三步:enable BTS集成

打开config.inc.php文件中

//

/**  [Bug Tracking systems] */

/**

*  TestLink uses bugtracking systems to check if displayed bugs resolved,  verified,

*  and closed bugs. If they are it will strike through them

*

* NO  : no bug tracking system integration

*  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

*  TRACKPLUS : edit configuration in TL_ABS_PATH/cfg/trackplus.cfg.php

*/

$g_interface_bugs='NO';

将“$g_interface_bugs='NO';  " copy到custom_config.inc.php文件中 ,并将'NO'修改为‘MANTIS’

$g_interface_bugs='MANTIS';


三、TestLink用户的使用步骤如下:  

简单3步,轻松集成Testlink和MantisBT


推荐阅读:
  1. redmine和testlink的迁移和集成
  2. 简单几行程序轻松分析Excel

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

mantis testlink mantisbt st

上一篇:两个iOS应用之间的跳转

下一篇:iOS 开发学习笔记 3

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》