Practice free →
HomeSoftware TestingSoftware Testingfundamentals_levels_techniques › Black-box testing is characterised by

Black-box testing is characterised by

AKnowledge of internal source code paths
BTesting based only on external specifications
CAlways performed after white-box testing
DUsed only for performance load testing
Answer & Solution
Correct answer: B. Testing based only on external specifications
Black-box (specification-based) testing treats the system as a black box, testing against inputs and expected outputs without internal-code knowledge. White-box uses internal structure for test design.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions