搜索资源列表
AutoTestCase
- 软件测试之测试用例自动生成 包括健壮性测试,边界测试,路径测试,etc-software testing automatic test case generation, including robustness testing, testing boundaries, the road test, etc.
PL0-translate
- PL/0语言是Pascal语言的一个子集,是一种简单而且可扩充的语言,在我的测试用例中有具体的体现。它通过词法分析、语法分析、语义分析等过程,生成目标代码,目标代码是一种形似汇编语言的栈操作指令。-PL / 0 Pascal language is a language subset is a simple and extensible language, In my test case with concrete expression. Through lexical analysis, pa
test_set
- 数字识别测试bitmap, 可以作为数字识别的测试用例-digital identification test bitmap can be used as digital identification Test
fm24c04
- FM24C04测试用例程,经本人调试,可以使用.对于51初学者有很好的参考作用.-FM24C04 way, I debugging, can be used. For 51 beginners have a good reference.
TORM
- 这是个Tiny Object/Relational Mapping System,使用的数据库是MySQL,只实现了部分功能,包括添加,删除,更新等,另外还带有测试用例(也可以自己写,仅供参考),希望可以给大家一点帮助,也希望各位高手指教-This is a Tiny Object / Relational Mapping Syste m, the use of the MySQL database is only a partial functions, including add, dele
sdfefefa
- 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve the
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.
SourceCode
- 封装了数字图像处理的常用算法,有测试用例-Package of commonly used digital image processing algorithms, there are test cases
Testbenching-Example
- FPGA设计测试用例介绍PPT文档,对于初写测试用例很有帮助。-FPGA Design of test cases to introduce PPT files, helpful for the beginning of writing test cases.
TreeStructure
- 树形结构,生成测试用例,能生成有效测试用例,无效测试用例-Tree-like structure, generate test cases, can generate effective test cases and invalid test cases
des_demo
- DES加解密代码,经过优化,含有测试用例-DES encryption and decryption code, optimized, containing test cases
123
- 黑盒测试的测试用例设计,很好的测试用例,很基础,能看懂,有效果-Black box testing the test case design, a good test case, it is based, can read and understand, there are effects
test.cases.refer.linux
- linux开发设计测试用例参考学习development and design of test cases refer to learning linux -development and design of test cases refer to learning linux
测试用例模板
- 为测试人员提供便捷的软件测试用例模板,挺好的资料(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)
thought-pos-master
- 该代码时thoughtworks新人培训的代码,主要看测试用例和编程风格,适合去面试的同学们(The code when the code is trained by ThoughtWorks newcomers, mainly test cases and programming style, suitable for the students to interview.)
软件测试
- 软件测试 里面有测出的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)