搜索资源列表
AutoTestCase
- 软件测试之测试用例自动生成 包括健壮性测试,边界测试,路径测试,etc-software testing automatic test case generation, including robustness testing, testing boundaries, the road test, etc.
test_set
- 数字识别测试bitmap, 可以作为数字识别的测试用例-digital identification test bitmap can be used as digital identification Test
TestTools
- 完成C++Test软件的自动生成测试用例工具
Poj_1102_.rar
- 看了测试用例后,大家估计已经明白题目的意思了吧!题目很简单,但是就是很烦。 开始直接是没思路,不知道怎么模拟,但是想了带该半个小时,就搞定了。就是把每个数存到数组里面。 ,A friend of you has just bought a new computer. Until now, the most powerful computer he ever used has been a pocket calculator. Now, looking at his new computer,
9
- 9. 背包问题源码。设有一个背包可以放入物品的重量为s,现有n件物品,重量分别为w[0],w[1],...,[n-1]。问题是能否从这n件物品中选择若干件放入此背包中使得放入的重量之和正好等于s。如果存在一种符合上述要求的选择,则称此背包问题有解;否则称此背包问题无解。 数据输入: 第一行:测试集合个数m。 第二行:第一个测试用例的s值。 第三行:第一个测试用例的物品数量n。 第四行:第一个测试用例的n件物品的重量,中间用空格分开。 第五行:第二个测试用例的s值。 第
file-test191
- servicemix产品中file组件的测试用例说明和例子-Products in the servicemix component test case file notes and example
triangle
- VC实现的三角形判断小程序,可用作简单测试用例-VC of the triangle to determine the realization of small procedures, can be used as a simple test case
RWXML8
- 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
CVBDELPHIcallDLL
- C++ VB DELPHI调用DLL.zip 的一些测试用例-C++ VB DELPHI call dll.zip testcase
chengfa
- 十字链表乘法运算 采用文档格式进行输入测试用例 以及文档格式输出并保存-Cross multiplication list document format used for input test cases, as well as the output file format and save
wmflogicgenery
- 由于最近做一个项目需要对MATLAB电路图做测试,且需要满足MCDC且覆盖每个门,由于 手工生成非常麻烦而且也容易出错,所以做了个工具来自动生成测试用例-With the recent need to do a project on the MATLAB test circuit, and the need to meet and MCDC coverage of each door, hand-generated as a result of a very troublesome and
DlgMySql
- 使用mysql数据库的测试用例程。有数据添加、删除等例子-Mysql database using the test case process. Data add, delete, etc. Examples of
TreeStructure
- 树形结构,生成测试用例,能生成有效测试用例,无效测试用例-Tree-like structure, generate test cases, can generate effective test cases and invalid test cases
Xtreme.Suite.Pro.ActiveX
- 测试用例 自己做的第一个c++例子 用来注册会员用的 -Test
produce-consume
- 创建生产和消费者线程 在Windows2000环境下,创建一个控制台进程,在此进程中创建n个线程来模拟生产 者或者消费者。这些线程的信息由我们在本程序定义的“测试用例文件”中予以指定 -Create production and consumer threads Windows2000 environment, create a console process, this process creates n threads to simulate the producer or co
测试用例模板
- 为测试人员提供便捷的软件测试用例模板,挺好的资料(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)