-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1395 from zyf2020/master
- Loading branch information
Showing
7 changed files
with
129 additions
and
18 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
#实验一 | ||
# 实验一 | ||
|
||
##实验目标 | ||
## 一、实验目标 | ||
|
||
#下载StarUML和Git | ||
1.熟悉GitHub实验过程 | ||
2.安装与使用StarUML | ||
|
||
#注册git账号 | ||
|
||
#确认选题及其功能要求 | ||
## 二、实验内容 | ||
- 安装GitHub并使用Git Bash | ||
- 安装StarUML并创建第一个图 | ||
|
||
#建立第一个UML模型图 | ||
## 三、实验步骤 | ||
- 安装GitHub | ||
- 注册GitHub账号 | ||
- 安装破解StarUML | ||
- 实验GitHub克隆老师项目 | ||
- 使用Markdown编写实验报告 | ||
|
||
#使用git上传本地使用文件 | ||
|
||
#在GitHup将git上的文件发送至老师账号 | ||
## 四、实验结果 | ||
1.画图 | ||
|
||
|
||
##实验内容 | ||
![第一个UML图](./Model1.jpg) | ||
![StarUML图](./soft.jpg) | ||
|
||
##选题标题:答题系统 | ||
|
||
##功能需求 | ||
图1.在StarUML上创建的第一个图 | ||
|
||
#题目数据库建立,包括1个字符串型的题目类型,含单选题,多选题,判断题;以及字符串型的正确答案和错误答案。 | ||
|
||
#功能1:题目类型的选择:选择答题类型 | ||
![StarUML图](./soft.jpg) | ||
|
||
#功能2:判断答题对错与否 | ||
图2.StarUML软件截图 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# 实验二:用例建模 | ||
|
||
## 1.实验目标 | ||
|
||
-理解并使用用例建模 | ||
-理解用例规约 | ||
|
||
## 2.实验内容 | ||
|
||
-确认issues选题:#465我爱做题网 | ||
-进行用例建模 | ||
-编写用例规约 | ||
|
||
## 3.实验步骤 | ||
|
||
(1)确认我爱做题网功能 | ||
- 增加题目 | ||
- 删除题目 | ||
- 答题 | ||
|
||
(2)用例建模 | ||
- 确定参与者 | ||
- 老师 | ||
- 学生 | ||
- 确定用例 | ||
- 增加题目 | ||
- 删除题目 | ||
- 答题 | ||
|
||
## 4.实验结果 | ||
|
||
![用例图](./Lab2_UseCaseDiagram.jpg) | ||
图1:我爱做题网的用例图 | ||
|
||
## 表1:增加题目用例规约 | ||
|
||
用例编号 | 01 | 备注 | ||
-|:-|- | ||
用例名称 | 增加题目 | | ||
前置条件 | 老师登录题库管理界面 | *可选* | ||
后置条件 | | *可选* | ||
基本流程 | 1.老师点击【新增题目】按钮 |*用例执行成功的步骤* | ||
~| 2.系统显示输入题目信息画面 | | ||
~| 3.老师输入题目信息 | | ||
~| 4.老师点击"保存"按钮 | | ||
~| 5. 系统检查题目信息是否完整填写 | | ||
~| 6. 系统检查题目信息是否合法 | | ||
~| 7. 系统保存题目信息 | | ||
~| 8.系统提示【保存成功】 | | ||
扩展流程 | 5.1 系统检查题目信息未完整填写,提示【请完善题目信息】 |*用例执行失败* | ||
~| 6.1 检查题目信息不合法,提示【输入信息不合法】 | | ||
|
||
## 表2:删除题目用例规约 | ||
|
||
用例编号 | 02 | 备注 | ||
-|:-|- | ||
用例名称 | 删除题目 | | ||
前置条件 | 老师登录题库管理界面 | *可选* | ||
后置条件 | | *可选* | ||
基本流程 | 1.老师选择题目点击【删除题目】按钮 |*用例执行成功的步骤* | ||
~| 2.系统检查该题目是否存在 | | ||
~| 3.系统提示【删除成功】 | | ||
扩展流程 | 2.1系统检查题目不存在,提示【删除失败】 |*用例执行失败* | ||
|
||
## 表3:答题用例规约 | ||
|
||
用例编号 | 03 | 备注 | ||
-|:-|- | ||
用例名称 | 答题 | | ||
前置条件 | 学生登录答题页面 | *可选* | ||
后置条件 | | *可选* | ||
基本流程 | 1.学生进行答题 |*用例执行成功的步骤* | ||
~| 2.学生点击"提交"按钮 | | ||
~| 3.系统检查是否有未填题目 | | ||
~| 4.系统保存题目答案 | | ||
~| 5.系统显示题目答案 | | ||
~| 6.系统答题成绩 | | ||
扩展流程 | 3.1系统检查存在未填题目,提示【有题目未填】 |*用例执行失败* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 实验三活动图 | ||
|
||
## 1.实验目标 | ||
- 掌握过程建模方法 | ||
- 掌握活动图的画法 | ||
|
||
|
||
## 2.实验内容 | ||
- 个人选题:我爱做题网 | ||
- 根据实验二的用例规约画出活动图图 | ||
|
||
|
||
## 3.实验步骤 | ||
- 找出实验二的用例建模的基本流程和扩展流程 | ||
- 根据基本流程得出活动图的总体流程 | ||
- 根据扩展流程找出所有的分支点和分支条件 | ||
- 根据总体流程和分支点进行画图 | ||
|
||
|
||
## 4.实验结果 | ||
![活动图1](./Lab3_activity01.jpg) | ||
|
||
图1:活动图1题库管理 | ||
|
||
![活动图2](./Lab3_activity02.jpg) | ||
|
||
图2:活动图2选题 | ||
|
||
![活动图3](./Lab3_activity03.jpg) | ||
|
||
图3:活动图3答题 | ||
|
||
|