ExamGecko
Question list
Search
Search

Related questions











Question 276 - CTFL-2018 discussion

Report
Export

Testing and Debugging are key activities in the software development lifecycle.

Which of the following are DEBUGGING activities?

a) Designing tests to find failures.

b) Locating the cause of failures.

c) Analysing and fixing the defects.

d) Executing tests to show failures.

A.
a and d.
Answers
A.
a and d.
B.
a and b.
Answers
B.
a and b.
C.
b and c.
Answers
C.
b and c.
D.
c and d.
Answers
D.
c and d.
Suggested answer: C

Explanation:

Testing and debugging are two different activities that are related to finding and removing defects and failures in software. Testing is the process of evaluating software by applying test cases to find failures and provide information on its quality. Debugging is the process of finding, analyzing, and removing the causes of failures in software. Designing tests to find failures and executing tests to show failures are testing activities. Locating the cause of failures and analyzing and fixing the defects are debugging activities.

asked 18/09/2024
William Hyde
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first