Archive for the ‘White Box Testing’ Category

White Box Testing

Discuss White Box Testing A detailed look into the white box testing technique.

“Definition of White Box Testing – A software testing technique whereby explicit knowledge of the internal workings of the item being tested are used to select the test data”.
Unlike black box testing, white box testing uses specific knowledge of programming code to [...]

Comments (2)

White Box Testing

A software testing technique whereby explicit knowledge of the internal workings of the item being tested are used to select the test data.
Unlike black box testing, white box testing uses specific knowledge of programming code to examine outputs. The test is accurate o­nly if the tester knows what the program is supposed to do. He [...]

Leave a Comment