SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the disadvantage of black box testing?
A
Chances of having repetition of tests that are already done by programmer.
B
The test input need to be from large sample space.
C
It is difficult to identify all possible inputs in limited testing time. So, writing test cases is slow and difficult.
D
All of the above.
Explanation: 

Detailed explanation-1: -Expensive. White-box testing becomes highly time and money-consuming to undertake as it is more thorough. Code base that changes quickly. If the code base is changing quickly, automated test cases are useless. Incomplete cases. Time consuming. More errors.

There is 1 question to complete.