Describe the how test cases are derived from behavior models to facilitate interclass testing?

What will be an ideal response?


• Test cases must cover all states in the state transition diagram
• Breadth first traversal of the state model can be used (test one transition at a time and only make use of previously tested transitions when testing a new transition)
• Test cases can also be derived to ensure that all behaviors for the class have been adequately exercised

Computer Science & Information Technology

You might also like to view...

All adjustment layers on the Layers panel would be considered ____ layers.

a. locked b. similar c. transformed d. adjusted

Computer Science & Information Technology

Design an algorithm for maintaining join indices incrementally—that is, so that the addition of new tuples to the relations involved in the join do not require the entire join to be recomputed from scratch.

What will be an ideal response?

Computer Science & Information Technology

A path is a sequence of ______ in a graph.

a) vertices b) edges c) subgraphs d) cycles

Computer Science & Information Technology

IP is an example of an Applications Layer protocol.

a. True b. False

Computer Science & Information Technology