Multiple choice technology testing

Who would USUALLY perform debugging activities?

  1. A. Developers.

  2. B. Analysts.

  3. C. Testers.

  4. D. Incident Managers.

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

Debugging is the process of identifying, locating, and correcting bugs within the source code, which is traditionally and primarily performed by developers who write the code. Testers typically find and report defects, but they do not debug the source code to resolve them.