ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 273 - CTFL4 discussion

Report
Export

Which one of the following statements correctly describes the term 'debugging'?

A.
There is no difference between debugging and testing.
Answers
A.
There is no difference between debugging and testing.
B.
Debugging is a confirmation activity that checks whether fixes resolved defects.
Answers
B.
Debugging is a confirmation activity that checks whether fixes resolved defects.
C.
Debugging is the development activity that finds, analyses and fixes defects.
Answers
C.
Debugging is the development activity that finds, analyses and fixes defects.
D.
Debugging is of no relevance in Agile development.
Answers
D.
Debugging is of no relevance in Agile development.
Suggested answer: C

Explanation:

Debugging is the development activity that finds, analyses and fixes defects. Unlike testing, which aims to identify defects in the software, debugging is the process that developers use to locate and correct the errors found during testing. This involves diagnosing the root causes of these defects and making necessary code changes to resolve them. Debugging is a critical part of the development cycle and ensures that the software functions correctly after defects are fixed.

Reference: ISTQB CTFL Syllabus V4.0, Section 1.1.2

asked 18/09/2024
B Erol
57 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first