Konubinix' opinionated web of thoughts

Gray-Box Testing

Fleeting

black-box tester is unaware of the internal structure of the application to be tested, while a white-box tester has access to the internal structure of the application. A gray-box tester partially knows the internal structure, which includes access to the documentation of internal data structures as well as the algorithms used.

https://en.wikipedia.org/wiki/Gray-box_testing