Content deleted Content added
m Added Software development text Tags: Reverted Visual edit Mobile edit Mobile web edit |
Reverted 1 edit by Xcelligen Inc (talk): Spam |
||
Line 132:
=== Test structure ===
Effective layout of a test case ensures all required actions are completed, improves the readability of the test case, and smooths the flow of execution. Consistent structure helps in building a self-documenting test case. A commonly applied structure for test cases has (1) setup, (2) execution, (3) validation, and (4) cleanup.
* Setup: Put the Unit Under Test (UUT) or the overall test system in the state needed to run the test.
|