搜索资源列表
managedspy
- ManagedSpy是一个诊断工具,和Spy++类似。它显示受托管的属性,允许你记录事件,并且是一个使用ManagedSpyLib的很好例子。ManagedSpyLib引入了一个称为ControlProxy的类。一个ControlProxy是一个System.Windows.Forms.Control的代表,允许你获得或设置属性并预定事件好似你正在目标进程中运行着一样。使用ManagedSpyLib来做自动化测试,为兼容性做事件记录进程交互通讯,或白盒测试。 -ManagedSpy is a
VisualUnit1
- VC++系统中对自己编制的代码进行白盒测试的VC代码类及例子-VC system of the code was developed for the White Box VC category code and examples
软件测试实验报告
- 一、实验目的 1.掌握白盒测试、黑盒测试用例的设计。 2.熟悉使用Junit框架进行基于java语言的单元测试。 ? 二、实验要求: 1、使用白盒测试用例设计方法为下面的程序设计测试用例: 程序要求:10个铅球中有一个假球(比其他铅球的重量要轻),用天平三次称出假球。 程序设计思路:第一次使用天平分别称5个球,判断轻的一边有假球;拿出轻的5个球,取出其中4个第二次称,两边分别放2个球:如果两边同重,则剩下的球为假球;若两边不同重,拿出轻的两个球称第三次,轻的为假球。 2、使用等价
tc.rar
- 关于软件测试的一些具体内容 包括主流的白盒 黑盒测试,On software testing, including some of the specific content of the mainstream of white-box black-box testing
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
白盒测试
- 软件测试实验的白盒测试,包括测试计划和测试报告
4GWM_UT
- 这份材料是本周进行内训时要用的讲义。是根据200705月底去深圳参加的一个培训的材料与后期进行的调研资料整理而成的一份关于白盒测试与单元测试方面的文档资料,对测试技术的研究有一定的价值。-this material is compositions this week for the overhead when necessary. Under 200,705 to the end of Shenzhen to attend a training materials and later-stage
FieldTrialGuidelinesTw11
- 软件测试书籍,黑盒测试,白盒测试,测试自动化-Software testing books, black-box testing, white-box testing, test automation
whiteBox
- 一个很好的白盒测试的实例,真的很好哦,包括了三角形、nextday和利润三个例子-White-box testing a very good example of true Oh well, including the triangle, nextday and profits three examples
SoftwareTesting
- 软件测试课件,里面有黑盒和白盒测试的原理及测试用例-Courseware software testing, there are black box and white-box testing of the theory and test cases
testsoftwareintroduction
- 常用嵌入式软件白盒测试工具介绍,包括VcTester,CodeTest,RTRT,CppUnit等-some testing softeware
whitetesting
- 白盒测试指南,对正要学习软件测试的人员很有帮助-White-box testing guidelines for software testing staff are going to learn very helpful
test
- 里面含有一些关于软件测试的文章,主要介绍了黑盒测试和白盒测试的相关内容-Which contains a number of articles on software testing, black box testing and white box introduces the relevant content
SQA
- 本文是以一个小项目为背景,按照瀑布模型进行开发的。该项目是学生为了便于技术资 料整理而开发的一个小工具,由于规模不大,比较适合于教学演示。在《软件测试技术概论》一书中,学生介绍了很多测试概念,但是很多指导老师反映这些概念很难应用于实践,因此在本文中,学生以该项目为实例指导指导老师如何来做测试,包括白盒测试和黑盒测试,以及在测试工作中需要涉及的基本测试文档,如测试计划、测试方案、测试用例、测试报告等。在本文的第23 章中,学生把该书中的一些经验与《软件测试技术概论》中的众多概念进行了对照和解释
Testcase
- 测试用例 是为某个特殊目标而编制的一组测试输入、执行条件以及预期结果,以便测试 某个程序路径或核实是否满足某个特定需求。 主要内容 解释 从用例中生成测试用例 从补充规约中生成测试用例 o 为性能测试生成测试用例 o 为安全性/访问控制测试生成测试 o 为配置测试生成测试用例 o 为安装测试生成测试用例 o 为其他非功能性测试生成测试用 为单元测试生成测试用例 • 白盒测试 • 黑盒测试 为产品验收
test
- 黑盒测试(等价类划分+边界值分析+决策表方法)白盒测试(语句覆盖、分支覆盖、条件覆盖、分支/条件覆盖、条件组合覆盖及基本路径测试方法)分析三角形问题-Black box testing (equivalence class boundary value analysis+ by+ decision table method) white box (statement coverage, branch coverage, condition coverage, branch/condition c
ruanjianceshi
- 五类测试工具 1.负载压力测试工具 2.功能测试工具 3.白盒测试工具 4.测试管理工具 5.测试辅助工具-Five kinds of test tools 1. Loading pressure test tool 2. Function test tool 3. White-box testing tools 4. Test management tools 5. Test support tools
Application-test-trainning-material
- 有关于软件测试的资料培训,性能测试,系统测试,白盒测试,黑盒测试-Information on the training of software testing, performance testing, system testing, white box, black box testing
实验报告一
- 软件测试第一次实验实验报告(关于白盒测试的各种覆盖)(The first experiment report of software testing)
Threading Test
- Threading Test,一款以黑盒方式做白盒测试的工具,非常好(Threading Test,the best software for test!)