搜索资源列表
managedspy
- ManagedSpy是一个诊断工具,和Spy++类似。它显示受托管的属性,允许你记录事件,并且是一个使用ManagedSpyLib的很好例子。ManagedSpyLib引入了一个称为ControlProxy的类。一个ControlProxy是一个System.Windows.Forms.Control的代表,允许你获得或设置属性并预定事件好似你正在目标进程中运行着一样。使用ManagedSpyLib来做自动化测试,为兼容性做事件记录进程
VisualUnit1
- VC++系统中对自己编制的代码进行白盒测试的VC代码类及例子-VC system of the code was developed for the White Box VC category code and examples
(2)VisualUnit
- VC++系统中对自己编制的代码进行白盒测试的VC.NET 2003代码类及例子-VC system of the code was developed for the White Box 2003 VC.NET category code and examples
(3)VisualUnit
- VC++系统中对自己编制的代码进行白盒测试的VC.net 代码类及例子-VC system of the code was developed for the White Box VC.net category code and examples
(4)VisualUnit
- C++系统中对自己编制的代码进行白盒测试的C++代码类及例子-C system of the code was developed for the White Box category C code and examples
VisualUnit_anzhuang
- 白盒测试工具安装包,可以嵌入VC等编程工具中,对代码进行白盒测试-installation tool kits can be embedded programming tools such as Visual C + +, the code of White Box
06-WhiteBoxtesting
- 06-White Box testing 软件工程白盒测试-06-White Box testing software engineering White Box
SoftwareTestPPT
- 软件测试课件 黑盒测试 白盒测试 测试自动化-Courseware software testing white-box testing Black Box Testing Test Automation
SoftwareTesting
- 软件测试课件,里面有黑盒和白盒测试的原理及测试用例-Courseware software testing, there are black box and white-box testing of the theory and test cases
waes
- cryptanalysis of an aes white box
White-boxtesting
- 白盒测试理论,包括白盒测试的方法,以及白盒测试常见的手段-White-box testing theories, including the white-box testing methods, and common means of white-box testing
white-box-test
- 关于白盒测试的方法,包含各种覆盖的使用和区别-On the white box approach, the use and includes a variety of different coverage
wbaes
- White-Box AES source code
White-box-testing
- 一个白盒测试的文档。帮助你了解什么是白盒测试,怎样进行白盒测试,白盒测试一些基本工具等。-A white box testing. To help you understand what is a white box testing, how to carry out the white box test, white box testing some of the basic tools.
What-is-white-box-Testing2
- What is white box Testing details
black-box-white-box-testing
- 白盒测试和黑盒测试技术详解,列在一起可以发现他们的优缺点-Detailed white box and black box testing techniques, are listed together with their advantages and disadvantages can be found
White-Box-Testing
- 白盒测试课件 包括 逻辑覆盖测试 基本路径测试-White Box Testing
White-Box-Testing1
- 针对软件测试中的白盒测试技术,分析了当前白盒测试的主要方法及存在的测试用例繁多,测试不充分,效率低下等问题。为了解决这些问题,重点介绍了DD图、流程图等概念,并以构造DD图无约束边集合和程序流程树为基础,给出了一个基于程序流程树的测试模型,该模型通过五个步骤来对程序代码进行测试。第一个步骤是提取程序片段,包括重要度评价与程序切分。如果是在集成测试阶段,需要分析模块复杂度,选取当前最重要的模块进行测试。如果是在单元测试阶段,可认为当前的惟
White-Box-Testing2
- 软件开发过程中白盒测试方法和工具的研究及应用,第一部分为绪论。主要阐述论文的研究课题背景和研究方法第二部分主要阐述软件测试的理论知识研究,从软件测试的基本理论,软件测试的分类,软件测试的过程模型等。第三部分主要研究白盒测试的理论知识,测试原则,实施步骤。第四部分主要研究目前业界使用比较普遍的白盒测试工具,并进行对比研究。第五部分主要将以上研究的白盒测试理论运用到实践,通过运用klocwork工具实践研究河南移动项目。CAJ格式-the
White-Box-Testing3
- 利用插桩技术实现嵌入式软件“白盒”测试是行之有效的方法。本课题的主要任务是通过对嵌入式软件的特点以及现有插桩技术进行研究,提出了在嵌入式软件“白盒”测试中插桩技术面临的主要问题:代码膨胀率和程序执行效率,利用GCC作为开发平台,针对这两个问题进行研究,实现了插桩技术。论文针对嵌入式软件插桩技术中出现的两个问题,对插桩模型进行了改进,提出了策略性插桩模型。经过一系列的研究,提出利用替换宏定义、策略插桩来解决代码膨胀问题和提高插桩速度进而解