Home > Common Problem > body text

What are the techniques that are not white box testing?

藏色散人
Release: 2020-05-06 11:50:46
Original
15823 people have browsed it

What are the techniques that are not white box testing?

What are the techniques that are not white box testing?

The technology that does not belong to white box testing is "boundary value analysis", and boundary value analysis belongs to black box testing.

The technologies that belong to white box testing are decision coverage, statement coverage and condition combination coverage.

Related introduction:

White box testing is also called structural testing, transparent box testing, logic-driven testing or code-based testing. White box testing is a test case design method. The box refers to the software being tested. White box means that the box is visible, that is, it is clear what is inside the box and how it works. The "white box" method fully understands the internal logical structure of the program and tests all logical paths. The "white box" method is exhaustive path testing. When using this solution, the tester must examine the internal structure of the program and start by examining the logic of the program to derive test data. The number of independent paths through a program is astronomical.

Black box testing is also called functional testing. It tests whether each function can be used normally. During testing, the program is regarded as a black box that cannot be opened. The program interface is tested without considering the internal structure and internal characteristics of the program. It only checks whether the program functions are used normally according to the requirements specification. Whether the program can properly receive input data and produce correct output information. Black box testing focuses on the external structure of the program, without considering the internal logical structure, and mainly tests the software interface and software functions.

The above is the detailed content of What are the techniques that are not white box testing?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!