搜索资源列表
软件集成、确认和系统测试方法
- 一本有关软件集成测试,确认测试,系统测试的很好的书-a software integration testing, validation testing, system testing very good book
Counter-integration-testing-case
- 集成测试用例案例,较为详细介绍集成测试用例构成,供参考。-Integrated test case, constitute a more detailed integration test cases for reference.
softtest
- 该资料为软件测试工作指南,包括了单元测试、集成测试、系统测试三个部分。用于指导项目开发人员开展测试。-This material is the work guide for software test , including unit test, integrated test, system test.
software_testing
- 单元、集成和系统测试方法,挺好的资料,供学习软件测试-Unit, integration and system testing methods, quite good information for learning software testing
Integrationtesting
- 集成测试PPT 单锦辉 北京大学软件研究所 内容 集成测试的必要性 集成测试的方法 • 基于分解的集成 • 基于调用图的集成 • 基于路径的集成 案例研究 -Integration testing PPT single Jinhui Institute of Software, Peking University, the need for content integration testin
SoftUnitTest
- 测试是软件开发的重要环节之一。按照软件开发的过程测试可分为:单元测试、集成测试、系统测试、域测试(Field test)等。我们这里将讨论面向程序员的单元测试。本文首先介绍单元测试的定义,为什么要使用单元测试?单元测试能给我们带来的好处。之后我们将介绍单元测试的范畴,最后将讨论很多朋友不写单元测试的借口。希望本文能够再次引起您对单元测试的重视,并说服您老板对编写单元测试的支持,能让美丽的单元测试真正应用到您的项目之中-Testing is an essential part of softwar
software-test-and-technology
- 全书共三篇,分十七章 软件测试的原理,四章,阐述软件测试的重要性、基本概念和方法等 软件测试的技术,七章,介绍软件测试在各个阶段(单元测试、集成测试、系统测试、验收测试和安装测试)的技术和方法,以及典型测试领域的特点和技术 软件测试的实践,六章,介绍软件测试 的团队和环境的建立,以及如何设计测 试用例、报告软件缺陷、写测试报告、 测试项目的管理 -The book 3, chapter 17 sub-principles of software test
2121
- 有了黑盒测试为什么还需要白盒测试? 有了白盒测试为什么还需要黑盒测试 ? 如何做好软件测试的代码审查 - 静态白盒测试 如何做好软件接口测试和路径测试 - 动态白盒测试 动态白盒接与路径测试 黑盒测试概述 单元测试 集成测试 系统测试 验收测试 性能测试 黑盒性能测试注意事项 软件测试工具概述 测试工具的认识误区 软件测试自动化与常用软件测试工具功能分析 - 测试工具的种类 测试工具的选择 测试工具WinRunner的使用方法简介
5
- 件的整个生命周期都离不开测试技术的辅助,无论单元测试、集成测试、系统测试,或者白盒测试、黑盒测试等都是从不同的方面去保障软件的质量。
8
- 件的整个生命周期都离不开测试技术的辅助,无论单元测试、集成测试、系统测试,或者白盒测试、黑盒测试等都是从不同的方面去保障软件的质量。
testingplan
- 超市管理系统测试计划 目录 1. 简介 2 1. 1目的 2 1. 2背景 2 1.3范围 2 2. 超市管理系统测试参考文档和超市管理系统测试提交文档 3 2.1超市管理系统测试参考文档 3 2.2超市管理系统测试提交文档 3 3.超市管理系统测试进度 3 4.超市管理系统测试资源 4 4.1人力资源 4 4.2超市管理系统测试环境 4 4.3超市管理系统测试工具 4 5.系统风险、优先级 4 6.超市管理系统测试策
Howtowriteintegratedtestplan
- 标题为“集成测试计划怎么写”格式为txt格式-Entitled " how to write integrated test plan" format txt format
CantataPP_Vs._LDRA
- cantata++单元、集成测试工具简介-cantata++ unit testing tool integration Introduction
201012295
- 软件集成测试工作流程指南,介绍集成测试具体如何进行,有参考价值。-Workflow Integration Testing Guidelines
ruanjianceshiziliaoPPT
- 这是参加一个软件测试培训的资料,里面包括黑盒测试,压力测试,集成测试等。-This is to participate in a software testing training materials, which include black box testing, stress testing, integration testing.
Software-test-ppt_5
- 华为软件测试教程5—集成测试。集成测试概述、策略、用例设计等-Huawei Software Testing Tutorial 5- integration testing. Integration testing overview, strategy, design, use case
Tarena--GWAP
- 达内——通用电子商务平台项目(模似当当网,GWAP) 包括以下文档: 需求分析说明书 详细设计说明书 集成测试报告 -Up- General e-commerce platform project (the analogue Dangdang GWAP) include the following documents: requirements analysis specification detailed design specification, integrati
The-Good-Softwore-Testing(2011)
- 软件测试基础教程 测试的基本概念 测试是软件生存周期中十分重要的一个过程,是产品发布、提交给最终用户前的稳定化阶段。 1、 测试的分类: 从测试方法的角度可以分为手工测试和自动化测试。 手工测试:不使用任何测试工具,根据事先设计好的测试用例来运行系统,测试各功能模块。 自动化测试:利用测试工具,通过编写测试脚本和输入测试数据,自动运行测试程序。目前最常用的自动化测试工具是基于GUI的自动化测试工具,基本原理都是录制、回放技术。 从整体的角度可以分为单元测试、集成测
Software-Testing-Techniques_2013
- 软件测试的书籍,包含软件测试中黑盒测试,白盒测试,单元测试,集成测试等方面的详细解释,始于初学者学习。-Software testing books, including a detailed explanation of software testing, black box testing, white box testing, unit testing, integration testing, etc., began beginners to learn.
软件测试
- 测试计划,测试日志,测试用例说明,单元测试报告,集成测试计划等