Welcome![Sign In][Sign Up]
Location:
Search - 测试用例

Search list

[Program doc软件测试实验报告

Description:

一、实验目的

1.掌握白盒测试、黑盒测试用例的设计。

2.熟悉使用Junit框架进行基于java语言的单元测试。

 

二、实验要求:

1、使用白盒测试用例设计方法为下面的程序设计测试用例:

程序要求:10个铅球中有一个假球(比其他铅球的重量要轻),用天平三次称出假球。

程序设计思路:第一次使用天平分别称5个球,判断轻的一边有假球;拿出轻的5个球,取出其中4个第二次称,两边分别放2个球:如果两边同重,则剩下的球为假球;若两边不同重,拿出轻的两个球称第三次,轻的为假球。

2、使用等价类划分法设计下面的测试用例:

输入三个整数作为边,分别满足一般三角形、等腰三角形和等边三角形。

 


Platform: | Size: 1021082 | Author: qimuhan | Hits:

[Software Engineering指南:测试用例

Description: 测试用例是为某个特殊目标而编制的一组测试输入、执行条件以及预期结果,以便测试某个程序路径或核实是否满足某个特定需求。-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 specific needs.
Platform: | Size: 269312 | Author: 顾雷 | Hits:

[Software EngineeringTestCase

Description: 使用场景设计测试用例
Platform: | Size: 177152 | Author: 刘莉 | Hits:

[Software Engineeringblacktest

Description: 1、编写测试驱动 2、设计相应的黑盒测试用例,用标准表格列出测试用例,测试结果(测试报告);-a prepared two test drive design with the corresponding TESTING cases, the use of standard forms listed Test Case, test results (testing);
Platform: | Size: 4096 | Author: song | Hits:

[Technology ManagementTDManagement

Description: TD管理规范,包括如何编写测试用例,如何报bug等-TD Practice, including how to write test cases, how to bug reports, etc.
Platform: | Size: 14336 | Author: 郑航飞 | Hits:

[Otherregex

Description: 正则表达式编辑测试工具 可以随意输入测试用例 有打开保存功能-Edit regular expressions testing tool can enter the test case has opened the preservation function
Platform: | Size: 10240 | Author: 陈放 | Hits:

[Other07320@52RD_test_case

Description: 手机测试的测试用例!毫不容易找到的-Mobile phone testing test cases! Not easy to find the
Platform: | Size: 1071104 | Author: netwalk | Hits:

[Software EngineeringEffectiveSoftwareTesting

Description: 此书对如何有效做测试计划,设计测试用例,以及执行测试提供了有价值的建议。-Book on how to effectively make the test plan, design test cases, as well as the implementation of the test provided valuable suggestions.
Platform: | Size: 778240 | Author: dial you | Hits:

[CSharpGeApiTest

Description: 用于开发Ge的测试用例,适合开发googleearth的初级人员入门。-Ge for the development of test cases for the development of junior staff googleearth entry.
Platform: | Size: 59392 | Author: 飞翔 | Hits:

[OtherTriangleAnalysis

Description: 三角形边长测试数据生成程序 编程实现: 当输入三角形3条边的取值范围后,根据相应的软件测试用例选取理论,自动生成三角形三条边的测试用例。 同时给出相应的三角形类型预期结果。 -Triangle side length test data generation programming realize: When the input side of the triangle 3 range, in accordance with the relevant software test cases selected theory, automatic generation of test cases three sides of a triangle. At the same time, given the type of the corresponding triangle expected results.
Platform: | Size: 118784 | Author: 王欣 | Hits:

[JSP/JavaRegMatherTest3

Description: Java 正则表达式测试用例:后向引用二法 backreferences-Java regular expression test case: after the Second Act to invoke backreferences
Platform: | Size: 1024 | Author: Pudn, FK | Hits:

[OtherGDcpc

Description: 两道程序设计竞赛题目、代码(含注释)和测试用例,希望对大家有用!-2 Programming Contest subject code (including the Notes) and test cases, in the hope that useful to everybody!
Platform: | Size: 564224 | Author: | Hits:

[Windows DevelopXPTLPDBFCFUGDEQDHWOCCPCYWJTVQVFOtest

Description: 程序中实现了边界值测试、健壮性测试、随机测试三种常用的方法,根据输入范围自动生成的测试用例,给出预期结果。-Procedures to achieve the boundary value testing, robustness testing, random testing of three commonly used method, according to input range automatically generated test cases, given the expected results.
Platform: | Size: 275456 | Author: yunuoran | Hits:

[Software Engineeringtest_case

Description: 手机软件测试用例,下载后可以初步了解手机测试的基本规范和基本内容,对初学者有很好的指导作用-Test Case cell phone software, download mobile phone after a preliminary test to understand the basic norms and the basic content has a very good for beginners guide
Platform: | Size: 1071104 | Author: zengjian3 | Hits:

[Software Engineeringsofttesting

Description: 软件工程中的测试用例,对于刚开始涉及软件测试行业的同志有帮助-Software Engineering in the test case, for the beginning involved in software testing industry has to help comrades
Platform: | Size: 20480 | Author: hcj | Hits:

[OtherTestAudio_Arena

Description: 基于3Garena平台的测试用例。 了解基本开发流程,-sdk
Platform: | Size: 34816 | Author: yangkaichun | Hits:

[Software Engineeringclienttestrule.xls

Description: 中国移动TD-CDMA终端测试用例,很详细,很好的-TD terminate test case
Platform: | Size: 385024 | Author: 鲍彬 | Hits:

[Software EngineeringSoftwaretestcasetemplate

Description: 软件测试用例模板.里面有九个测试用例.对测试初学者帮助很大,具有指导性的作用。-Software test case template. There are nine test cases. The test is very helpful for beginners, is instructive.
Platform: | Size: 732160 | Author: 海亮 | Hits:

[Software Engineering测试用例

Description: 基于三角形的测试用例的生成,包括边界值测试,健壮性测试、随机测试用例(Generation of test cases based on triangles)
Platform: | Size: 979968 | Author: 754153179 | Hits:

[Otherwav音频测试用例

Description: wav测试用例,用于视音频开发。原生pcm(wav test pcm ffmepg development)
Platform: | Size: 28299264 | Author: Raymond999999 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net