您的位置:軟件測試 > 開源軟件測試 > 開源測試管理工具 > Testlink
testlink&mantis系列:Testlink配置修改
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時(shí)間:[ 2013/12/20 10:26:22 ] 推薦標(biāo)簽:

1.1.4. 語言設(shè)置

/** @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數(shù)據(jù)庫配置

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

配置內(nèi)容如下:

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、測試項(xiàng)目管理配置Issue Tracker,選擇剛才配置::mantis (Interface: db)

相關(guān)鏈接:
上一頁12下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請(qǐng)使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd