Exam CTFL-2018 All QuestionsBrowse all questions from this exam
Question 20

Which of the following is a key difference between black box and white box test design techniques?

    Correct Answer: C

    White box techniques can measure the extent of code coverage by evaluating the specific internal paths and branches of the application’s code. This is a key feature of white box testing, which involves looking inside the application to test its internal structures. In contrast, black box techniques do not look at the code itself but focus on testing the application's functionality against its requirements or specifications, without any knowledge of the internal workings.

Discussion
xrpuserOption: C

This information is found on Page 55 of the syllabus. So, the key difference that BEST describes the distinction between black-box and white-box test design techniques is: C. White box techniques can measure the extent of code coverage, black box techniques cannot.

Jay15Option: C

C is correct

bhuppiiOption: C

C is correct