Whitebox

« Back to Glossary Index

White box testing is a testing method where the tester has full access to the internal workings of a system, such as source code, architecture, and configuration. This allows for in-depth inspection of errors and vulnerabilities. It is often used to thoroughly evaluate logic, security, and code quality.

« Back to Dictionary Index