What do you mean by white box testing in software engineering ?
Answers
Answered by
1
White Box Testing is a software testing method in which the internal structure/ design/ implementation of the item being tested is known to the tester.
in an input and output way
Answered by
1
Answer :-
➛ White Box Testing is software testing technique in which internal structure, design and coding of software are tested to verify flow of input-output and to improve design, usability and security.
➛ The term “WhiteBox” was used because of the see-through box concept. The clear box or WhiteBox name symbolizes the ability to see through the software’s outer shell (or “box”) into its inner workings.
➛ White box testing is also known as glass box testing, structural testing, clear box testing, open box testing and transparent box testing.
Similar questions