语法:
{{testlink(对象名, ID)}} {{testcase(ID)}}
对应表:
对象名 | 对象表述 | 备注 |
case | 测试案例 | |
suite | 测试套件 | |
project | 测试项目 | TestLink的1.8以上 |
plan | 测试计划 | |
milestone | 里程碑 | |
build | 建设信息 | |
cfield | 自定义字段 | |
keyword | 关键字信息 | |
user | 用户信息 |
例:
{{testcase(sample-1)}} {{testlink(case, sample-1)}} {{testlink(suite, 2)}} {{testlink(project, 1)}} {{testlink(plan, 5)}} {{testlink(milestone, 1)}} {{testlink(build, 1)}} {{testlink(cfield, 1)}} {{testlink(user, 1)}}TestLink:case#OL--136
语法:
{{testlink(对象名, ID [, ...])}} {{testreport(ID, PlanID [, 显示项, ...])}}
对像名表:
对象名 | 对象表述 | 备注 |
report | 测试报告 | 需要两个ID。您可以指定输出的报表项的说法。 |
planreport | 测试计划报告 | 需要两个ID。您可以指定输出的报表项的说法。 |
metrics | 指标度量 | |
result | 查看测试结果 | 状态可以被指定为一个参数 |
graph | 查看图形的结果 |
显示项表:
显示項 | 説明 | report | planreport |
toc | 目录 | ○ | ○ |
header | 测试套件的说明 | ○ | ○ |
summary | 测试用例概要 | ○ | ○ |
body | 主要内容 | ○ | ○ |
author | 作者 | ○ | ○ |
keyword | 与相关的关键字测试案例 | ○ | ○ |
cfields | 自定义字段相关的测试案例 | ○ | ○ |
passfail | 备注和成功/失败 | ○ | |
metrics | 度量 | ○ | |
testplan | 测试计划说明 | ○ |
例:
{{testreport(2,6)}} {{testlink(report, 2, 6)}} {{testreport(2,6, header, summary, toc, body, cfields, passfail, metrics, author, keyword)}} {{testlink(planreport, 2, 6)}} {{testlink(planreport, 2, 6, header, summary, toc, body, cfields, author, testplan, keyword)}} {{testlink(metrics, 6)}} {{testlink(graph, 6)}}TestLink:report#6-4766 TestLink:report#6-5649
语法:
{{testlink(result, ID,状态)}}
状态表:
状态 | 描述 |
f | 测试失败的情况 |
b | 测试被封锁的情况 |
n | 未执行的测试用例 |
例:
{{testlink(result, 6)}} {{testlink(result, 6, f)}}
失败的用例: TestLink:result#4766(f)
失败的用例: TestLink:result#5649(f)
语法:
{{testfile(格式名,対象名, ID [, ...])}}
对应表:
工具名 | 格式名 | 对象名 |
OpenOffice Writer | odt | report, planreport |
OpenOffice Calc | ods | metrics, result |
MS Word | doc | report, planreport |
MS Excel | xls | metrics, result |
例:
{{testfile(doc, report, 2,6)}} {{testfile(odt, planreport, 2, 6, header, summary, toc, body)}} {{testfile(xls, metrics, 6)}} {{testfile(ods, result, 6)}} {{testfile(ods, result, 6, n)}}