xinminghe 发表于 2007-6-1 00:10:00

案例研究5:测试中断安装软件的功能

Purpose:
Verify the app can be canceled during installation
Test Steps:
1. Launch
2. From the drop down menu select "File", "New" and "Project"
3. The New project Dialog box should appear
4. In “Project Types”, select “Other Project Types” and under this, “Setup and deployment”. From the “Templates” select a setup project, give the project a name for example "Deploy1" and press “OK”
5. From the “Build” menu click “Build Solution” and wait until the project has been built
6. Close the project and navigate to the folder where you saved your project
7. Double click the Setup folder and then double click the Debug folder
8. Click the Setup.exe to launch the Windows Installer

AlexanderIII 发表于 2007-6-1 08:49:08

这是什么

snv_abo 发表于 2007-7-6 18:01:16

这个是Test case。可以说写得很乱。
1. Launch
2. From the drop down menu select "File", "New" and "Project"
这两个是Step没错,可Step3:“The New project Dialog box should appear” 应该是出现的结果或现象,而并不是步骤。
Please update this case. Thanks!
你不如试试这样的格式:
步   骤                输入数据(可选)      预期结果   
1.。。。
2.。。。
3.。。。      
……………………

系列列表               结果               注释
1.
2.
3.
……
页: [1]
查看完整版本: 案例研究5:测试中断安装软件的功能