ExamGecko
Question list
Search
Search

Related questions











Question 214 - CTFL-2018 discussion

Report
Export

Which of the following statements are 'testing general principles''?

I, Exhaustive testing is impossible

II, The defects found during the pre-release tests, or the operational failures, are uniformly distributed across the system's software modules

II,I, Testing can show the presence of defects, but cannot demonstrate their absence

IV, Testing is context-independent

A.
I, II,I
Answers
A.
I, II,I
B.
I, II,
Answers
B.
I, II,
C.
I, IV
Answers
C.
I, IV
D.
II, II,I
Answers
D.
II, II,I
Suggested answer: A

Explanation:

I and II,I are ''testing general principles''. These principles state that exhaustive testing is impossible and testing can show the presence of defects but cannot demonstrate their absence.These principles reflect the limitations and objectives of testing software systems4states these principles as follows:

Exhaustive testing is impossible: Testing everything (all combinations of inputs and preconditions) is not feasible except for trivial cases. Instead of exhaustive testing, risk analysis and priorities should be used to focus testing efforts.

Testing shows the presence of defects: Testing can show that defects are present, but cannot prove that there are no defects. Testing reduces the probability of undiscovered defects remaining in the software but, even if no defects are found, it is not a proof of correctness.

B, C, and D are incorrect answers. II, and IV are not ''testing general principles''. These statements are false or misleading. The defects found during the pre-release tests or the operational failures are not uniformly distributed across the system's software modules (II,), as they tend to cluster in certain areas or components. Testing is not context-independent (IV), as it depends on the specific objectives, requirements, risks, and characteristics of the system under test.

asked 18/09/2024
Sébastien PIERRE
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first