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...

Match the following flick gestures with their results

I. Diagonally to upper left II. Diagonally to upper right III. Diagonally to lower left IV. Diagonally to lower right A. Undo B. Delete C. Paste D. Copy

Computer Science & Information Technology

A common reason that SQL Server 2012 installation might fail is because the Windows OS is not up to date with service packs or security updates.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology