您的位置:软件测试 > 开源软件测试 > 开源测试管理工具 > Testlink
testlink&mantis系列:Testlink配置修改
作者:网络转载 发布时间:[ 2013/12/20 10:26:22 ] 推荐标签:

1.1.4. 语言设置

/** @var string Default localization for users */

// The value must be available in $g_locales (see cfg/const.inc.php).

// Note: An attempt will be done to establish the default locale

// automatically using $_SERVER['HTTP_ACCEPT_LANGUAGE']

//$tlCfg->default_language = 'en_GB';

=》

$tlCfg->default_language = 'zh_CN';


1.2. Testlink数据库配置

testlinkconfig_db.inc.php

<?php

// Automatically Generated by TestLink Installer

define('DB_TYPE', 'mysql');

define('DB_USER', 'testlink');

define('DB_PASS', 'testlink');

define('DB_HOST', 'localhost');

define('DB_NAME', 'testlink');

define('DB_TABLE_PREFIX', 'tt');

?>


1.3. Testlink和mantis集成

1、首页-Issue Tracker Management

配置内容如下:

Type:mantis (Interface: db)

Configuration:

<!-- Template mantisdbInterface -->

<issuetracker>

<dbhost>localhost</dbhost>

<dbname>bugtracker</dbname>

<dbtype>mysql</dbtype>

<dbuser>root</dbuser>

<dbpassword></dbpassword>

<uriview>http://192.168.134.120/mantis/view.php?id=</uriview>

<uricreate>http://192.168.134.120/mantis/</uricreate>

</issuetracker>

2、测试项目管理配置Issue Tracker,选择刚才配置::mantis (Interface: db)

相关链接:
上一页12下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd