搜索资源列表
测试用例设计指南
- 测试设计遵循与软件设计相同的工程原则。好的软件设计包含几个对测试设计进行精心 描述的阶段-tests designed to follow the same design and software engineering principles. Good software design contains several of the tests meticulously describes the design stage
指南:测试用例
- 测试用例是为某个特殊目标而编制的一组测试输入、执行条件以及预期结果,以便测试某个程序路径或核实是否满足某个特定需求。-Test Case for a special target and the establishment of a group test input, the conditions of implementation and expected results, procedures to test certain path or verify whether they meet
软件测试实验报告
- 一、实验目的 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.
rc2
- 实验题目:白盒测试 实验目的:(1) 掌握白盒测试技术,并能应用白盒测试技术设计测试用例; (2) 能用Junit 实施测试。 进行测试用例设计; (2) 对测试用例进行优化设计; -Experiment Title: The white-box testing experimental purposes: (1) master the white-box testing techniques, and can use white-box testing technol
Counter-integration-testing-case
- 集成测试用例案例,较为详细介绍集成测试用例构成,供参考。-Integrated test case, constitute a more detailed integration test cases for reference.
testcase
- 关于软件功能测试的,测试类相关文档,包括测试计划、测试用例、测试报告等-Functional tests on the software, test category-related documents, including test plans, test cases, test reports, etc.
new
- 一个从UML的状态图的MDL文件获取测试用例的源码-One from the UML state diagram of the MDL file access to the source test case
GA_Test
- 利用GA算法实现软件测试的测试用例选取,对参数估计进行GA估计-GA algorithm using software testing test cases selected, the parameter estimate is estimated GA
RWXML8
- 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
TreeStructure
- 树形结构,生成测试用例,能生成有效测试用例,无效测试用例-Tree-like structure, generate test cases, can generate effective test cases and invalid test cases
rc1
- 实验题目:黑盒测试 实验目的:(1) 能熟练应用黑盒测试技术进行测试用例设计; (2) 对测试用例进行优化设计; -Experiment Title: Black-box testing experimental purposes: (1) be able to skillfully make use of black box testing test case design techniques (2) to test to optimize design
SQA
- 本文是以一个小项目为背景,按照瀑布模型进行开发的。该项目是学生为了便于技术资 料整理而开发的一个小工具,由于规模不大,比较适合于教学演示。在《软件测试技术概论》一书中,学生介绍了很多测试概念,但是很多指导老师反映这些概念很难应用于实践,因此在本文中,学生以该项目为实例指导指导老师如何来做测试,包括白盒测试和黑盒测试,以及在测试工作中需要涉及的基本测试文档,如测试计划、测试方案、测试用例、测试报告等。在本文的第23 章中,学生把该书中的一些经验与《软件测试技术概论》中的众多概念进行了对照和解释
MusicSiteTestReport2
- 自己撰写的一份软件测试报告,写的很详细,测试用例选的比较全-I' ve written a software test reports, written by a very detailed comparison of all test cases selected
测试用例模板
- 为测试人员提供便捷的软件测试用例模板,挺好的资料(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)
测试用例
- 基于三角形的测试用例的生成,包括边界值测试,健壮性测试、随机测试用例(Generation of test cases based on triangles)
编写有效用例
- 需求用例的编写,1.什么是测试用例? 在测试过程中很重要的一类文档,它是测试工作的核心、是一组在测试时输入输出的标准、是软件需求的具体对照。 2.测试用例的作用: 检验软件是否满足客户需求、体现一个测试人员的工作量、展现测试用例的设计思路(Writing requirement use case)
测试用例示例
- 一些用例测试的实例文档,可以帮助初学者学习如何写测试用例。(Instance documentation for some use case tests)