ExamGecko
Question list
Search
Search

Related questions











Question 264 - CTFL-2018 discussion

Report
Export

Choose below the best characterization of the difference between black-box testing and white-box testing

A.
For black-box testing, the testers do not need to know the test object in advance
Answers
A.
For black-box testing, the testers do not need to know the test object in advance
B.
For white-box testing, the testers have to consult specifications and developers before running any tests
Answers
B.
For white-box testing, the testers have to consult specifications and developers before running any tests
C.
Black box testing uses static analysis. White box testing uses dynamic analysis
Answers
C.
Black box testing uses static analysis. White box testing uses dynamic analysis
D.
Black-box testing is based on the test basis documentation. White-box testing is based on an analysis of the code itself.
Answers
D.
Black-box testing is based on the test basis documentation. White-box testing is based on an analysis of the code itself.
E.
Black-box testing is based on an analysis of the code itself White-box testing is based on the test basis.
Answers
E.
Black-box testing is based on an analysis of the code itself White-box testing is based on the test basis.
Suggested answer: D

Explanation:

Black-box testing and white-box testing are two approaches to test design that differ in the way they derive test cases from the test basis. Black-box testing is based on an analysis of the test basis documentation, such as requirements, specifications, user stories, or use cases, without looking at the internal structure or code of the system under test. White-box testing is based on an analysis of the code itself, such as statements, branches, paths, or data flows, to design test cases that cover specific aspects of the code. Black-box testing focuses on the external behavior and functionality of the system, while white-box testing focuses on the internal logic and structure of the system.

asked 18/09/2024
Jermaine Wells
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first