搜索资源列表
06-WhiteBoxtesting
- 06-White Box testing 软件工程白盒测试-06-White Box testing software engineering White Box
dachuan
- 白盒测试(White-box Testing,又称逻辑驱动测试,结构测试)是把测试对象看作一个打开的盒子。利用白盒测试法进行动态测试时,需要测试软件产品的内部结构和处理过程,不需测试软件产品的功能。白盒测试又称为结构测试和逻辑驱动测试。-White Box (White-box Testing, also known as logic-driven test Structure testing) is seen as a test target to open the box. White Bo
SixMethordforWiteBoxTesting
- 白盒测试作为测试人员常用的一种测试方法,越来越受到测试工程师的重视。白盒测试并不是简单的按照代 码设计用例,而是需要根据不同的测试需求,结合不同的测试对象,使用适合的方法进行测试。因为对于不同复杂度的代码逻辑,可以衍生出许多种执行路径,只有 适当的测试方法,才能帮助我们从代码的迷雾森林中找到正确的方向。本文介绍六种白盒子测试方法:语句覆盖、判定覆盖、条件覆盖、判定条件覆盖、条件组合覆 盖、路径覆盖。-staff as a commonly used test methods, test engi
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
testingCase
- 如何设计测试用例 测试种类:白盒测试、黑盒测试、静态测试、动态测试 测试种类的组合:静态白盒测试、静态黑盒测试、动态白盒测试、动态黑盒测试 -How to design the test cases test species: the white-box testing, black box testing, static testing, dynamic test test species combination: static white-box testing, static black-
Software-test-ppt_3
- 华为软件测试教程3—白盒测试:白盒测试准则、测试工具和模型分析等。-HW s software testing course 3 for white box testing.
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
WhiteBoxTesting
- 关于白盒测试方法的中文说明文档,介绍了如何有效进行白盒测试。-Introduce how to do white box testing.
White-boxtesting
- 白盒测试理论,包括白盒测试的方法,以及白盒测试常见的手段-White-box testing theories, including the white-box testing methods, and common means of white-box testing
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.
the-art-of-software-testing
- 软件测试的艺术,对于从未接触过软件测试的人可以起到一定的指导作用,对于有了一定基础的人可以让其更深入的了解。里面主要介绍了黑盒测试、白盒测试等。-the art of software testing describes the black-box testing,white-box testing. It is both good for the people who has no knowledge of software testing and the the people who hav
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
Software-Testing-Techniques_2013
- 软件测试的书籍,包含软件测试中黑盒测试,白盒测试,单元测试,集成测试等方面的详细解释,始于初学者学习。-Software testing books, including a detailed explanation of software testing, black box testing, white box testing, unit testing, integration testing, etc., began beginners to learn.
White-Box-Testing1
- 针对软件测试中的白盒测试技术,分析了当前白盒测试的主要方法及存在的测试用例繁多,测试不充分,效率低下等问题。为了解决这些问题,重点介绍了DD图、流程图等概念,并以构造DD图无约束边集合和程序流程树为基础,给出了一个基于程序流程树的测试模型,该模型通过五个步骤来对程序代码进行测试。第一个步骤是提取程序片段,包括重要度评价与程序切分。如果是在集成测试阶段,需要分析模块复杂度,选取当前最重要的模块进行测试。如果是在单元测试阶段,可认为当前的惟一模块就是最重要模块。然后,将复杂程序代码利用程序切片技术,
White-Box-Testing2
- 软件开发过程中白盒测试方法和工具的研究及应用,第一部分为绪论。主要阐述论文的研究课题背景和研究方法第二部分主要阐述软件测试的理论知识研究,从软件测试的基本理论,软件测试的分类,软件测试的过程模型等。第三部分主要研究白盒测试的理论知识,测试原则,实施步骤。第四部分主要研究目前业界使用比较普遍的白盒测试工具,并进行对比研究。第五部分主要将以上研究的白盒测试理论运用到实践,通过运用klocwork工具实践研究河南移动项目。CAJ格式-the Research and Application of th
White-Box-Testing3
- 利用插桩技术实现嵌入式软件“白盒”测试是行之有效的方法。本课题的主要任务是通过对嵌入式软件的特点以及现有插桩技术进行研究,提出了在嵌入式软件“白盒”测试中插桩技术面临的主要问题:代码膨胀率和程序执行效率,利用GCC作为开发平台,针对这两个问题进行研究,实现了插桩技术。论文针对嵌入式软件插桩技术中出现的两个问题,对插桩模型进行了改进,提出了策略性插桩模型。经过一系列的研究,提出利用替换宏定义、策略插桩来解决代码膨胀问题和提高插桩速度进而解决程序执行效率问题 然后专门针对嵌入式软件的不确定性,特别提