Which statement correctly describes debugging?
Which statement correctly describes debugging?
Debugging is primarily the responsibility of developers. Developers identify, locate, and correct defects in the software, and testers confirm that the corrections have cleared the original defects by re-testing the software. This ensures that the software is functioning as expected after the fixes.
D is correct
Executing tests can show failures that are caused by defects in the software. Debugging is the development activity that finds, analyzes, and fixes such defects
Executing tests can show failures that are caused by defects in the software. Debugging is the development activity that finds, analyzes, and fixes such defects
Answer - C Executing tests can show failures that are caused by defects in the software. Debugging is the development activity that finds, analyzes, and fixes such defects
Answer - D Executing tests can show failures that are caused by defects in the software. Debugging is the development activity that finds, analyzes, and fixes such defects
Debugging is the development activity that finds, analyzes, and fixes such defects