adplus-dvertising
frame-decoration

Question

What is the Anticomposition property?

a.

Adequately testing components in isolation implies they are adequately tested in their composition

b.

Adequately testing the composition of components doesn't imply that components have been adequately tested in isolation

c.

Adequately testing one program suffices for the other if they differ in inessential ways

d.

The more complex a program, the more testing it requires

Answer: (b).Adequately testing the composition of components doesn't imply that components have been adequately tested in isolation Explanation:The Anticomposition property states that even if components have been adequately tested in isolation, we still have to test their composition in order to ascertain that their interfaces and interactions work properly.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the Anticomposition property?

Similar Questions

Discover Related MCQs

Q. What is the Renaming property?

Q. What is the Complexity property?

Q. What is the Statement coverage property?

Q. What are the All-Nodes and All-Edges coverage metrics lacking?

Q. What are the three techniques compared in the experiment described by Basili and Selby?

Q. Who participated in the experiment described by Basili and Selby?

Q. What were some of the results of the experiment described by Basili and Selby?

Q. What do the experiments indicate about the best test technique?

Q. What percentage of major errors in the Space Shuttle software were found during early inspections, according to Myers (1988)?

Q. How do inspections compare to other manual techniques in terms of fault detection capabilities?

Q. What are the additional benefits of inspections in context of Software Testing?

Q. What is the result of the design review efficiency, compared to the code review efficiency, in Boehm's study?

Q. What was the result of the testing phase in Boehm's study?

Q. What is the conclusion about the use of multiple techniques versus a single technique, based on the results of Boehm's study?

Q. What is the purpose of unit testing in software testing?

Q. What are the two approaches to integration testing?

Q. What is a test driver in bottom-up testing?

Q. What is the purpose of test stubs in top-down testing?

Q. What are the disadvantages of bottom-up testing?

Q. What is the purpose of combining both top-down and bottom-up testing methods?