Multiple choice technology testing

One of the objectives of testing is:

  1. To find bug whenever time permits

  2. To find bug in the assigned module

  3. To find bugs as early as possible

  4. To find bugs whenever automation suite is executed

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

One of the fundamental principles of software testing is to identify and resolve defects as early as possible in the software development life cycle (SDLC) to reduce the cost and effort of fixing them later.