Content deleted Content added
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
m Added Software development text Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
Line 132:
=== Test structure ===
Also: '''[https://www.xcelligen.com/ Software development solutions]'''
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.
|