搜索资源列表
测试用例设计指南
- 测试设计遵循与软件设计相同的工程原则。好的软件设计包含几个对测试设计进行精心 描述的阶段-tests designed to follow the same design and software engineering principles. Good software design contains several of the tests meticulously describes the design stage
testTemp
- 软件测试用例摸板 可以工大家参考~~~~` 具体的看内容咯-software purity test case we can work ~~~~` specific reference to the contents 1,10
TriangleAnalysis
- 三角形边长测试数据生成程序 编程实现: 当输入三角形3条边的取值范围后,根据相应的软件测试用例选取理论,自动生成三角形三条边的测试用例。 同时给出相应的三角形类型预期结果。
软件测试实验报告
- 一、实验目的 1.掌握白盒测试、黑盒测试用例的设计。 2.熟悉使用Junit框架进行基于java语言的单元测试。 ? 二、实验要求: 1、使用白盒测试用例设计方法为下面的程序设计测试用例: 程序要求:10个铅球中有一个假球(比其他铅球的重量要轻),用天平三次称出假球。 程序设计思路:第一次使用天平分别称5个球,判断轻的一边有假球;拿出轻的5个球,取出其中4个第二次称,两边分别放2个球:如果两边同重,则剩下的球为假球;若两边不同重,拿出轻的两个球称第三次,轻的为假球。 2、使用等价
testcase.rar
- 这是软件测试中测试用例常用到得文档,里面有很多测试用例文档,都是本人很长时间积累下来的,共享吧,This is a test case commonly used in software testing to a document, there are a lot of test case documents, are a long time I have accumulated, share it
Softwaretestcasetemplate
- 软件测试用例模板.里面有九个测试用例.对测试初学者帮助很大,具有指导性的作用。-Software test case template. There are nine test cases. The test is very helpful for beginners, is instructive.
testcase
- 关于软件功能测试的,测试类相关文档,包括测试计划、测试用例、测试报告等-Functional tests on the software, test category-related documents, including test plans, test cases, test reports, etc.
GA_Test
- 利用GA算法实现软件测试的测试用例选取,对参数估计进行GA估计-GA algorithm using software testing test cases selected, the parameter estimate is estimated GA
SoftwareTesting
- 软件测试课件,里面有黑盒和白盒测试的原理及测试用例-Courseware software testing, there are black box and white-box testing of the theory and test cases
ceshiyonglizhinan
- 测试用例指南,对刚学软件测试人员很用帮助-Test guidelines, the staff are just learning to use software testing help
SQA
- 本文是以一个小项目为背景,按照瀑布模型进行开发的。该项目是学生为了便于技术资 料整理而开发的一个小工具,由于规模不大,比较适合于教学演示。在《软件测试技术概论》一书中,学生介绍了很多测试概念,但是很多指导老师反映这些概念很难应用于实践,因此在本文中,学生以该项目为实例指导指导老师如何来做测试,包括白盒测试和黑盒测试,以及在测试工作中需要涉及的基本测试文档,如测试计划、测试方案、测试用例、测试报告等。在本文的第23 章中,学生把该书中的一些经验与《软件测试技术概论》中的众多概念进行了对照和解释
MusicSiteTestReport2
- 自己撰写的一份软件测试报告,写的很详细,测试用例选的比较全-I' ve written a software test reports, written by a very detailed comparison of all test cases selected
vs2010测试功能
- 简单的软件测试以及用例。爱神的箭啊哈等哈数据的。(adsddasdsafsdgdsgfdgdsadasffs)
测试用例模板
- 为测试人员提供便捷的软件测试用例模板,挺好的资料(Provide a handy template for testing software for testers, which is good information)
测试用例设计思路
- 为软件测试工程师提供了很多种设计测试用例的思路和方法(It provides many ideas and methods for designing test cases for Software Test Engineers)
软件测试基础
- 软件测试的方法,设计用例的各种方法,还有性能测试、安全测试的介绍(Methods of software testing, various methods of designing use cases, and performance testing, security testing are introduced)
软件测试
- 软件测试 里面有测出的bug数据单 还有几个简单的测试用例(software test There are some bug data sheets in the software test and a few simple test cases)
软件测试
- 测试计划,测试日志,测试用例说明,单元测试报告,集成测试计划等
编写有效用例
- 需求用例的编写,1.什么是测试用例? 在测试过程中很重要的一类文档,它是测试工作的核心、是一组在测试时输入输出的标准、是软件需求的具体对照。 2.测试用例的作用: 检验软件是否满足客户需求、体现一个测试人员的工作量、展现测试用例的设计思路(Writing requirement use case)
软件测试理论
- 介绍关于软件测试中的一些理论,黑盒测试用例的方法以及测试的流程