Multiple choice technology testing

Debugging and testing is done by

  1. Developers and testers respectively

  2. testers

  3. Developers

  4. user

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

Debugging is the process of identifying and fixing defects, which is primarily done by developers who write the code. Testing is the process of evaluating software to find defects, which is primarily done by testers who verify the system from a user perspective. This separation of concerns helps maintain objectivity in testing.