Valid CTFL_Syll2018 Dumps shared by ExamDiscuss.com for Helping Passing CTFL_Syll2018 Exam! ExamDiscuss.com now offer the newest CTFL_Syll2018 exam dumps, the ExamDiscuss.com CTFL_Syll2018 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CTFL_Syll2018 dumps with Test Engine here:
Choose below the best characterization of the difference between black-box testing and white-box testing
Correct Answer: D
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. References: Certified Tester Foundation Level Syllabus, Section 4.3