(Bilgisayar) Bir program veya metodu kodun bütün dallanmalarını(branch) veya yollarını(path) kapsayacak şekilde test etme işlemidir. yazılımın yapısal durumuyla ilgili olan testlerdir. yani white box testing yazılımın içinde bulnan mantık ile ilgilidir
الإنجليزية - الإنجليزية
تعريف white-box testing في الإنجليزية الإنجليزية القاموس.
(Bilgisayar) White-box testing (also called glass-box or clear box testing) is the test in which a tester knows the internal program structure and its code. As a result, the tester can execute each program statement and function; check each intended error handling, etc. This testing involves source code reviews, walkthroughs, as well as design and execution of tests based on the access to the program code. White-box testing requires deeper knowledge of programming languages and technologies than black-box testing