Monday, May 3, 2021

Differentiate testing from debugging

Testing and debugging are not the same process.

If testing can help to identify defects, then debugging is a software development process that involves testing, analyzing of test results, correcting of defects, and the confirmation testing to verify that identified defects has been right fixed.

At the same time, in the Agile development, testers can participate in the debugging process.

No comments:

Post a Comment

Explain the relationships between software development activities and test activities in the software development lifecycle

Regardless of the development model, there are several principles of good testing: