Black box test for Win8 app
Test project name: "Pirates Wang Shileo" black box test
Test tool: VS 2013
Test time: 2015.4.10
Test person: Hu Chuan Treatments
Project Overall Plan:
(1) Enter the app
(2) Click on the app content
(3) Exit
Detailed test Plan
(1) Click on the "Fox" button
(2) Click the Back button
(3) Direct exit
Test Case:
Use Case number |
Use case name |
Module name |
Operation Steps |
Input data |
Expected output results |
1 |
Go to App |
Initial interface |
Click the app icon and record |
Mouse Click |
Enter the game |
2 |
Go to the "Fox" page |
Game interface |
Click on the "Fox" button |
Mouse Click |
The "Fox" related page appears |
3 |
Exit the "Fox" page |
Game interface |
Click "Back Button" |
Mouse Click |
Back to the initial interface |
Testing process:
Use Case 1:
Generate Code:
To insert a control:
Write code:
Test success:
These are the entire process of black-box testing for Windows Store applications in the WIN8 environment using VS2013.
Examples of "black box testing"