SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is NOT a disadvantage of White Box Testing?
|
It can be quite complex and expensive
|
|
It demands a detailed understanding of programming and implementation
|
|
It is more thorough as all code paths are usually covered
|
|
It is time-consuming
|
Explanation:
Detailed explanation-1: -The disadvantages to white-box testing include its cost, rapidly changing code, and missed cases.
Detailed explanation-2: -It allows finding hidden errors to find internal errors because it checks and works by internal functionality. It helps to find issues and optimize code to adopt different techniques to test a developed application or website. It requires internal knowledge to do Testing, which helps in maximum code coverage.
There is 1 question to complete.