+ [task#131110] Add comment of bug ui test file .

This commit is contained in:
huairong
2024-10-29 14:20:47 +08:00
committed by 李阳
parent 3acdc55db9
commit f62a2a97ce
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env php
<?php
/**
title=项目下bug列表操作检查
timeout=0
cid=1
- 执行tester模块的checkTab方法,参数是'allTab', '10'
- 最终测试状态 @SUCCESS
- 测试结果 @allTab下显示条数正确
- 执行tester模块的checkTab方法,参数是'unresolvedTab', '4'
- 最终测试状态 @SUCCESS
- 测试结果 @unresolvedTab下显示条数正确
- 执行tester模块的switchProduct方法,参数是'firstProduct', '5'
- 最终测试状态 @SUCCESS
- 测试结果 @切换firstProduct查看数据成功
- 执行tester模块的switchProduct方法,参数是'secondProduct', '5'
- 最终测试状态 @SUCCESS
- 测试结果 @切换secondProduct查看数据成功