您的位置:軟件測(cè)試 > 開源軟件測(cè)試 > 開源Bug管理工具 > Mantis
testlink&mantis系列:Testlink提交BUG到mantis方式簡化
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時(shí)間:[ 2013/12/18 11:11:38 ] 推薦標(biāo)簽:

1. Testlink提交BUG到mantis方式簡化
1.1. Testlink提交BUG鏈接修改
1.1.1. 執(zhí)行用例時(shí),提交BUG的窗口鏈接修改為鏈接到mantis提交問題的頁面

修改testlinkgui emplatesexecuteinc_exec_show_tc_exec.tpl

如下:

 {if $tc_old_exec.build_is_open}

           <a href="javascript.:open_bug_add_window({$gui->tproject_id},{$tc_old_exec.id},{$tc_old_exec.execution_id},'link')">

=》

  {if $tc_old_exec.build_is_open}

         {* 2013-01-06 luly 增加BUG時(shí),進(jìn)行testlink關(guān)聯(lián) *}

           {* <a href="javascript.:open_bug_add_window({$gui->tproject_id},{$tc_old_exec.id},{$tc_old_exec.execution_id},'link')"> *}

           <a href="http://192.168.134.120/mantis/bug_report_page.php?exec_id={$tc_old_exec.execution_id}" target='_blank'>

           {* *********************************************************** *}


         
1.1.2. mantis 提交bug的時(shí)候判斷是否有exec_id參數(shù)傳入

修改mantisug_report_page.php

<input type="hidden" name="project_id" value="<?php echo $t_project_id ?>" />后增加一行:

<input type="hidden" name="exec_id" value="<?php echo $_GET["exec_id"]; ?>" />

如下:

<tr>

<td class="form-title" colspan="2">

<input type="hidden" name="m_id" value="<?php echo $f_master_bug_id ?>" />

<input type="hidden" name="project_id" value="<?php echo $t_project_id ?>" />

<?php echo lang_get( 'enter_report_details_title' ) ?>

</td>

</tr>

=》

<tr>

<td class="form-title" colspan="2">

<input type="hidden" name="m_id" value="<?php echo $f_master_bug_id ?>" />

<input type="hidden" name="project_id" value="<?php echo $t_project_id ?>" />

<!--2013-01-06 luly 增加BUG時(shí),進(jìn)行testlink關(guān)聯(lián)-->

<input type="hidden" name="exec_id" value="<?php echo $_GET["exec_id"]; ?>" />

<!--***********************************************************--><?php echo lang_get( 'enter_report_details_title' ) ?>

</td>

</tr>

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