Which of the following testing technique is used to find dead code and reveals error in hidden code based on best practices technique?
Select one:
a. White Box Testing
b. Black Box Testing
c. Gray Box Testing
d. None of the above
Answers
White-box testing is the technique which is used to find dead code and reveals error in hidden code based on best practices technique. White-box testing are also known as clear box testing, white box testing, Structural testing, transparent box testing. There are three techniques of white box testing and they are-
a. Statement coverage
b. Branch coverage
c. Path coverage
The testing technique which is used to find dead code and reveals error in hidden code based on best practices technique is white box testing. So, the correct choice of answer for the given question from the given list of answers is a. White Box Testing. It is used to "test" the "internal structure" of the coding which includes accuracy, time consumption, space consumption, and application. This testing includes designing test cases to check the coding.