CTFL-2018 Exam QuestionsBrowse all questions from this exam

CTFL-2018 Exam - Question 20


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

Show Answer
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

3 comments
Sign in to comment
bhuppiiOption: C
Jun 8, 2023

C is correct

Jay15Option: C
Aug 17, 2023

C is correct

xrpuserOption: C
Aug 24, 2023

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.