ExamGecko
Question list
Search
Search

Related questions











Question 57 - CTFL-2018 discussion

Report
Export

What does the term Pesticide paradox' refer to?

A.
The phenomena where a piece of code that has a lot of bugs is likely to have more hidden, yet unfound
Answers
A.
The phenomena where a piece of code that has a lot of bugs is likely to have more hidden, yet unfound
B.
The decreasing efficiency of debugging when done in code that has many bugs
Answers
B.
The decreasing efficiency of debugging when done in code that has many bugs
C.
Reduced effectiveness of test cases that are repeated and focused on the same scenarios
Answers
C.
Reduced effectiveness of test cases that are repeated and focused on the same scenarios
D.
The redundancy of testing the same objects in both black and white box techniques
Answers
D.
The redundancy of testing the same objects in both black and white box techniques
Suggested answer: C

Explanation:

The term 'Pesticide paradox' refers to the phenomenon where the effectiveness of test cases that are repeated and focused on the same scenarios decreases over time because they tend to find the same defects or no defects at all. This is because the system under test becomes more resistant or immune to the existing test cases, just like pests become more resistant or immune to pesticides over time. To overcome the pesticide paradox, test cases should be regularly reviewed and updated to cover new or changed requirements, scenarios, risks, or defects. Test cases should also be designed to cover different aspects and perspectives of the system under test, such as functionality, usability, performance, security, etc. You can find more information about the pesticide paradox inA Study Guide to the ISTQB Foundation Level 2018 Syllabus, Chapter 4, Section 4.11.

asked 18/09/2024
Julius Nammeh
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first