Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2 #152 实验二修改 #868

Merged
merged 2 commits into from
Mar 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions students/1714080902627/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
~| 2.系统显示会议申请界面; |
~| 3.会议申请人选择申请开会时间、物资信息,点击申请按钮; |
~| 4.系统查询物资信息,比较申请物资数量小于空余物资数量; |
~| 5.系统查询会议资源信息,检查不存在开会时间相冲,保存申请信息; |
~| 5.系统查询会议资源信息,检查不存在开会时间相冲,保存会议申请; |
~| 6.系统提示“申请成功”; |
扩展流程 | 4.1系统查询物资信息,比较申请物资数量大于空余物资数量,提示“物资不充足,申请失败!”; |*用例执行失败*
~| 5.1系统查询会议资源信息,检查存在开会时间相冲,提示“开会时间相冲,申请失败!”; |
Expand All @@ -63,9 +63,9 @@
后置条件 | | *可选*
基本流程 | 1.会议管理员点击记录会议按钮; |*用例执行成功的步骤*
~| 2.系统显示会议记录页面; |
~| 3.会议管理员输入当天会议纪要信息,填写会议公文; |
~| 3.会议管理员选择当天会议时间,填写会议纪要公文; |
~| 4.会议管理员点击记录提交按钮; |
~| 5.系统查询记录信息,检查会议纪要信息与申请信息相匹配,保存记录信息; |
~| 5.系统查询记录信息,检查会议时间与已申请开会时间相匹配,保存记录信息; |
~| 6.系统提示“会议记录保存成功”; |
扩展流程 | 5.1系统查询记录信息,检查记录信息与申请信息不匹配; |*用例执行失败*
扩展流程 | 5.1系统查询记录信息,检查会议时间与已申请开会时间不匹配; |*用例执行失败*
~| 5.2系统提示“信息不匹配,记录保存失败”; |