您的位置:软件测试 > 开源软件测试 > 开源测试管理工具 > Testlink
TestLink增加在执行用例界面的历史相关bug功能
作者:网络转载 发布时间:[ 2015/7/1 14:43:31 ] 推荐标签:测试管理工具

  在之前配置TestLink的过程中,考虑在执行的过程中,显示该用例关联过的缺陷,作为测试执行参考,需要在execSetResults.php里面增加部分代码,代码如下:
//blew function is added by hengleiwang 2013/3/21
/*
Add this function to list all of them bugs that have been related to this testcases
*/
function exec_get_testcase_related_bugs(&$db,&$bug_interface,$tcversionSet)
{
$bugs = null;
$bugs = get_bugs_for_testcase($db,$bug_interface,$tcversionSet);
return $bugs;
}
$gui->case_related_bug = exec_get_testcase_related_bugs($db,$g_bugInterface,$gui->tcversionSet);
if (count($gui->case_related_bug) == 0)
{
$gui->case_related_bug = null;
}
inc_exec_controls.tpl
{*input the code here for test cases related bugs;*---by henrywang}
{* Execution Bugs (if any) *}
{if isset($gui->case_related_bug)}
<div class="exec_history_title">
关联到这个用例的缺陷
</div>
<table style="width:95%;">
<tr style="background-color: {$bg_color}" >
<td colspan="{$my_colspan}" style="align:center;">
{*BUGID 3587*}
{include file="inc_show_bug_table_without_del.tpl"
bugs_map=$gui->case_related_bug
}
</td>
</tr>
{/if}
</table>
{*end the input*------by henrywang}
inc_show_bug_table_without_del.tpl
{*
Testlink Open Source Project - http://testlink.sourceforge.net/
$Id: inc_show_bug_table.tpl,v 1.10 2010/07/09 11:41:15 mx-julian Exp $
rev :
20100709 - Julian - show greyed delete icon if delete is not allowed
20070304 - franciscom - added single quotes on bug_id on deleteBug_onClick() call

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