Multiple choice general knowledge

Software testing can also be stated as the process of validating and verifying that a software program/application/product:

  1. meets the business and technical requirements that guided its design and development;

  2. works as expected

  3. can be implemented with the same characteristics.

  4. None

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Software testing validates and verifies that software meets business and technical requirements, works as expected, and can be implemented with the required characteristics. These are the three fundamental objectives of testing: requirement validation, functional verification, and implementation characteristics assessment. Testing provides confidence that the software is fit for its intended purpose.