Terminology list
>
Grey box testing

Grey box testing

[SWE]
-

Definition

A combination of black box and white box testing. You have some or partial knowledge about the underlying code and structure of the product, but you don't know everything. Testing is still done from an outside perspective, but we can also use the knowledge we have about the building blocks of the system (such as viewing log files).

Controversy

Test Types

Read more