diff --git a/module/execution/test/ui/createexecution.php b/module/execution/test/ui/createexecution.php index 3f555ffa8b..97340e599d 100755 --- a/module/execution/test/ui/createexecution.php +++ b/module/execution/test/ui/createexecution.php @@ -6,7 +6,42 @@ title=创建执行 timeout=0 cid=1 - */ + +- 创建执行成功 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行成功 +- 创建看板成功 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行成功 +- 执行名称为空,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 计划开始时间为空,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 计划结束时间为空,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 不同项目下同名执行,创建成功 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行成功 +- 执行名称重复,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 看板名称重复,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 创建阶段关联产品为空,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 执行的计划开始时间早于项目的计划开始时间,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 +- 执行的计划结束时间晚于项目的计划结束时间,创建失败 + - 最终测试状态 @SUCCESS + - 测试结果 @创建执行表单页提示信息正确 + +*/ chdir(__DIR__); include '../lib/createexecution.ui.class.php'; diff --git a/module/execution/test/ui/importbug.php b/module/execution/test/ui/importbug.php index 3243d11351..b5e7aff7d3 100644 --- a/module/execution/test/ui/importbug.php +++ b/module/execution/test/ui/importbug.php @@ -2,10 +2,25 @@