需要修改的配置文件为testlink下的C:\xampp\htdocs\testlink\cfg\mantis.cfg.php和
C:\xampp\htdocs\testlink\config.inc.php
<?php
/**
* TestLink Open Source Project -http://testlink.sourceforge.net/
* $Id: mantis.cfg.php,v 1.7 2007/03/05 18:22:04franciscom Exp $
*
* Constants used throughout TestLink are defined withinthis file
* they should be changed for your environment
*
* 20051229 - scs - added DEFINE for the DB-Type
*/
//Set the bug tracking system Interface to MANTIS 1.2.15
//also tested with MANTIS 1.2.15.a3
/** The DB host to use when connecting to the mantis db*/
define('BUG_TRACK_DB_HOST','localhost');
/** The name of the database that contains the mantistables */
define('BUG_TRACK_DB_NAME','bugtracker');
/** The DB type being used by mantis
values: mysql,mssql,postgres
*/
define('BUG_TRACK_DB_TYPE','mysql');
/** The DB password to use for connecting to the mantisdb */
define('BUG_TRACK_DB_USER','root');
define('BUG_TRACK_DB_PASS','');
/* link of the web server for mantis*/
/* anonymous login into mantis has to be turned on, and amantis user has to created with viewer rights to all public projects
/* Change the following in your mantis config_inc.php(replace dummy with your created user)
# --- anonymous login -----------
# Allowanonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'dummy';
*/
define('BUG_TRACK_HREF',"http://localhost/mantis/view.php?id=");
/** link to the bugtracking system, for entering new bugs*/
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost/mantis/");
?>
config.inc.php需要修改的配置项如下标黄部分:
在testlink执行完测试用例后,向maints提交问题
提交到maints对应编号的问题
提交完成后,testlink显示如下
然后按照maints的流程把问题解决之后