Tuesday, 12 May 2015

MT - 4- Debugging & Testing - Is there a difference ?

Both the terms looks alike but there are lots of differences. The main intention of testing is to find bugs and check that built system is in accordance with the client requirements but the intent of debugging is to locate the bug. When any defect is logged by a tester the developer debugs the particular code or module to locate the exact bug. In debugging we analyse ,locate and fix the causes of failures in the software. On the contrary testing is either a static or dynamic process of finding a bug in the system. In testing we check the sync  between the requirement and end product.

No comments:

Post a Comment