Multiple choice general knowledge

testing which aims to test the functionality of software according to the applicable requirements is.

  1. Specification-based testing

  2. Grey box testing

  3. both

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Specification-based testing (also called black-box testing) focuses on verifying software functionality against requirements and specifications without examining internal code structure. It tests what the system should do based on documented requirements, user needs, and functional specifications. This contrasts with structure-based (white-box) testing which examines internal implementation.