1 / 10

第7章    软件测试

第7章    软件测试. 7.1 基本概念 一、软件测试的目标 软件测试的目标是: 1、测试是为了发现程序中的错误而执行程序的过程; 2、好的测试方案是极可能发现迄今为止尚未发现的错误的测试方案; 3、成功的测试是发现了至今为止尚未发现的错误的测试。. 第7章    软件测试. 二、 软件测试的方法与技术 1、 代码复审(人工测试) 2、动态测 试 (1)黑盒测试法 (2)白盒测试法 3、 代码复审与动态测试的比较. 第7章    软件测试. 三、 软件测试的步骤 1、 单元测试 2、 集成测试 3、 验收测试 4 、 系统测试.

Download Presentation

第7章    软件测试

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 第7章    软件测试 7.1 基本概念 一、软件测试的目标 软件测试的目标是: 1、测试是为了发现程序中的错误而执行程序的过程; 2、好的测试方案是极可能发现迄今为止尚未发现的错误的测试方案; 3、成功的测试是发现了至今为止尚未发现的错误的测试。

  2. 第7章    软件测试 二、软件测试的方法与技术 1、代码复审(人工测试) 2、动态测试 (1)黑盒测试法 (2)白盒测试法 3、代码复审与动态测试的比较

  3. 第7章    软件测试 三、软件测试的步骤 1、单元测试 2、集成测试 3、验收测试 4、系统测试

  4. 第7章    软件测试 7.2 测试用例的设计 一、黑盒测试法 1、等价分类法 2、边界值分析法 3、错误推测法

  5. 第7章    软件测试 二、白盒测试法 1、语句覆盖 2、判定覆盖 3、条件覆盖 4、判定/条件覆盖 5、条件组合覆盖 6、点覆盖 7、边覆盖 8、路径覆盖

  6. 第7章    软件测试 7.3 单元测试 1、测试的重点 (1)模块接口测试 (2)局部数据结构 (3)执行路径 (4)出错处理

  7. 第7章    软件测试 2、单元测试的步骤 (1)配置测试环境 (2)编写测试数据 (3)进行多个单元的并行测试

  8. 第7章    软件测试 7.4 集成测试 1、自顶向下集成测试 2、自底向上集成测试 3、混合方式测试

  9. 第7章    软件测试 7.5 验收测试 1、验收测试的范围 2、软件配置复查 3、Alpha和Beta测试

  10. 第7章    软件测试 7.6 系统测试 1、恢复测试 2、安全测试 3、强度测试 4、性能测试

More Related