Test automation: Difference between revisions

Content deleted Content added
m Reverted edit by 42.111.144.43 (talk) to last version by Y guptaseo
Tag: Reverted
Line 127:
# reporting results
 
===UnitUI 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.