Test automation: Difference between revisions

Content deleted Content added
Tag: Reverted
Restored revision 1223009124 by Johnuniq (talk)
Line 127:
# reporting results
 
===Unit Testingtesting frameworks===
A growing trend in software development is the use of [[unit testing]] frameworks such as the [[xUnit]] frameworks (for example, [[JUnit]] and [[NUnit]]) that allow the execution of unit tests to determine whether various sections of the [[code]] are acting as expected under various circumstances. [[Test case]]s describe tests that need to be run on the program to verify that the program runs as expected.