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
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
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?
A path is a sequence of ______ in a graph.
a) vertices b) edges c) subgraphs d) cycles
IP is an example of an Applications Layer protocol.
a. True b. False