Jump to content

Test/debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RussBot (talk | contribs) at 23:33, 28 August 2006 (Robot-assisted fixing links to disambiguation page (you can help!) Test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A term used to describe the combined Testing and Debugging of Computer programs. Testing is the process that is performed to execute a program with sample test data. The procedure used to identify variance from the specified program operation is known as debugging. The two processes are therefore inextricably linked and frequently described as such.

See also