This article analyses the basic methods of software white-box-testing.
对软件白盒测试的基本方法进行分析。
Most of this type of testing employs white box test methods.
大多数这种类型的测试利用白盒测试方法。
Usually, a unit test exercises some particular method in a particular context, thus it falls in the broader category of white box testing.
通常情况下,一个单元测试在特殊环境下只测试一些特殊的方法,因此它将白箱测试分为更广泛的种类。
White box testing requires knowledge and access to the code of the application under development and is generally executed by development level testers.
白盒测试需要知识和访问开发下面应用软件的代码,并且通常由开发水平测试人员执行。
The second chapter is about the specific techniques of white-box testing, black-box testing, and several other methods that can be applied at different levels.
第二章是关于特定技术的白盒测试,黑盒测试和能在不同的层次使用的数个其它方法。
In white-box testing, the test engineer has access to the internal data structures and algorithms.
在白箱测试中,测试工程师能够访问内部数据结构和算法。
For unit and integration testing, the white-box phasing of TMap can be applied; for acceptance testing, the reader should refer to the acceptance tests "section below."
对于单元和集成测试,TMap的白盒测试阶段可以应用;对于验收测试,读者可以阅读下面的验收测试一节。
Every line of code should be walked through in a "white box" testing manner.
每一行代码都应该被白盒测试覆盖。
There are different types of testing. The main division is between black box testing and white box testing .
测试有多种类型。主要分为黑盒测试和白盒测试。
Chapter four summarizes the common technologies of software testing: black box testing and white box testing.
第四章总结了常用的软件测试技术:黑盒测试技术和白盒测试技术。
White box testing and black box testing are frequently used in software testing.
白盒测试和黑盒测试是软件测试中的常用方法。
The black box is not an alternative to white box testing which is usually performed early in the software development process (unit testing).
这个黑盒不能替代早期在软件开发过程的单元测试中经常使用的白盒测试。
This paper introduces the methods, tools and practice of software white-box testing, including software static analysis, coverage testing and runtime error checking.
主要介绍了进行软件白盒测试,包括静态测试分析、覆盖测试分析、运行时错误检测的方法、工具及实践。
It suggests the content of static testing, dynamic testing, white-box testing and black-box testing as well as their advantages and disadvantages.
介绍了软件测试方法的大致分类,阐述了软件工程的静态测试、动态测试和黑、白盒测试法的基本内容及其优缺点。
White box or structural testing is designed to test the way that a piece of software is built.
白盒测试或结构化测试是应测试软件构建方式而生的。
These processes are often referred to as white box and black box testing.
这两个过程通常被称为白盒测试和黑盒测试。
Both Black Box software testing and White Box software testing can not perform thorough testing due to the great quantities of testing cases.
不论是黑盒测试方法还是白盒测试方法,由于测试情况数量巨大,都不可能进行彻底的测试。
The white -box-testing method in the software testing is introduced;
首先介绍软件测试中白盒测试的方法;
Test-Driven Development is a programming technique using in the coding stage of the unified provision system. Coding standards is the base of white box testing.
统一开通系统建设项目在软件编码阶段实践了测试驱动的方式,编码规范的制订也为软件的白盒测试奠定了基础。
Test-Driven Development is a programming technique using in the coding stage of the unified provision system. Coding standards is the base of white box testing.
统一开通系统建设项目在软件编码阶段实践了测试驱动的方式,编码规范的制订也为软件的白盒测试奠定了基础。
应用推荐