本次澳洲代写主要为马尔科夫链相关的限时测试

示例:FSM 图
(请参阅第 3 页中的示例马尔可夫链)

FSM 图是为 Android 应用程序的搜索词功能创建的

测试用例

测试用例:01

测试用例 ID 01
测试类型黑盒
路径测试 S1 → S2 → S4 → S2 → S1
目的识别与搜索字符串匹配的前一个单词
先决条件 应用程序必须在 Android 上安装并运行,并且必须加载故事书
输入数据 所选书籍中的文本字符串
进行测试的步骤 1. 在 S1 的主菜单中运行程序
2.选择搜索图标S12
3.验证单词搜索对话框出现(S2)
4. 在文本字段中输入搜索文本“…”(S21)
4. 选择“查找下一个”按钮 (S21)
5. 等等…
.
.
.
12.验证用户返回到主菜单(S1)
多路径:是/否 是
退出标准:通过/失败通过
备注 根据团队的反馈对测试用例所做的更改:
A. 在测试用例中添加验证步骤而不是单独提供它们
B. 提供更大的可见性以显示 FSM 的转变
测试用例:02

测试用例 ID 02
测试类型黑盒
路径测试 S1 → S2 → S3 → S2 → S1
目的识别与搜索字符串匹配的下一个单词
先决条件 应用程序必须在 Android 上安装并运行,并且必须加载故事书
输入数据 所选书籍中的文本字符串
进行测试的步骤 1. 在 S1 的主菜单中运行程序
2.选择搜索图标S12
3.验证单词搜索对话框出现(S2)
4. 在文本字段中输入搜索文本“…”(S21)
4. 选择“查找下一个”按钮 (S21)
5.在当前阅读位置突出显示后验证匹配的单词(S3)
.
.
.
12.验证用户返回到主菜单(S1)
多路径:是/否 是
退出标准:通过/失败通过
备注 根据团队的反馈对测试用例所做的更改:
A. 在测试用例中添加验证步骤而不是单独提供它们
B. 提供更大的可见性以显示 FSM 的转变

Sample: FSM Diagram

(Please see Sample Markov Chain in Page 3)

 

The FSM diagram has been created for the search word functionality of … application for Android

 

Test Cases

 

Test Case: 01

 

Test Case ID 01
Type of Test Blackbox
Path Tested S1 → S2 → S4 → S2 → S1
Purpose Identify the previous word that matches a searched string
Prerequisite Application must be installed and running on Android and a story book must be loaded
Input Data A text string that is in the book selected
Steps to carry out the test 1. Running the program in the main menu at S1

2. Select the search icon S12

3. Validate that the word search dialog appears (S2)

4. Enter the search text “…” in the Text field (S21)

4. Select the button “Find next” (S21)

5. Etc…

.

.

.

12. Validate that the user is returned to the main menu (S1)

Multiple paths: Yes/No Yes
Exit Criteria: Pass/Fail Pass
Notes The changes made to the test case after based on team’s feedback:

A. Adding validation steps to the test cases instead of providing them separately

B. Greater visibility is provided to show the transitions of the FSM

Test Case: 02

 

Test Case ID 02
Type of Test Blackbox
Path Tested S1 → S2 → S3 → S2 → S1
Purpose Identify the next word that matches a searched string
Prerequisite Application must be installed and running on Android and a story book must be loaded
Input Data A text string that is in the book selected
Steps to carry out the test 1. Running the program in the main menu at S1

2. Select the search icon S12

3. Validate that the word search dialog appears (S2)

4. Enter the search text “…” in the Text field (S21)

4. Select the button “Find next” (S21)

5. Validate the matching word after the present reading position is highlighted (S3)

.

.

.

12. Validate that the user is returned to the main menu (S1)

Multiple paths: Yes/No Yes
Exit Criteria: Pass/Fail Pass
Notes The changes made to the test case after based on team’s feedback:

A. Adding validation steps to the test cases instead of providing them separately

B. Greater visibility is provided to show the transitions of the FSM