(Bilgisayar) Bir program veya metodu kodu "kara kutu" farz ederek muhtemel girdi değerlerine göre alınacak verileri test etme işlemidir. Yâni siz programın içindeki mantığı bilmezsiniz, kodu bilmezsiniz, kodun nasıl çalıştığını bilmezsiniz. sadece elinizde belli girdiler vardır, bu girdilere karşı alacağınız çıktılara göre test edersiniz
Englisch - Englisch
Definition von black-box testing im Englisch Englisch wörterbuch
(Bilgisayar) Black-box testing implies that a tester doesn't know how an application is designed at the code level, i.e., it involves dynamic testing of compiled applications. The tester interacts with the software system via its interface and analyzes the application reaction. Therefore black-box testing is one of the most popular testing types as: 1) It doesn't require access to the code, algorithms, and internal data structure (all of them can be a closely guarded trade secret of a software development company); 2) It gives an opportunity to test software products from the point of view of the end-user