What are Approaches for Manual and Automated Testing?

by Nataliia Vasylyna | November 24, 2014 10:00 am

When test engineers perform web site testing, desktop testing or mobile testing, they expect to find many defects. It is not because they consider the system to be bad or the developers incompetent, but because such state of mind helps to be effective during software testing.

This attitude is always useful for manual testing. The main rule of a tester says that a defect[1]-free application does not exist.

But, as a rule, software bugs are not expected to be found during automated regression testing. Regression tests are created so that they can easily pass. They are performed to make sure that the detected errors have been corrected, and the system works fine. Any automated tests are expected to run without problems.

So, One of the Differences Between Manual and Automated Testing is That:

Errors are found both during manual and automated testing. But it is wise to remember this peculiarity of the approach to each of them. The opposite approaches ultimately focus on the same result – release of a high-quality application.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. defect: https://blog.qatestlab.com/2011/10/11/main-types-of-defects-in-software-testing/
  2. What Design Approaches Can Be Applied to Testing?: https://blog.qatestlab.com/2016/02/16/applied-design-approaches/

Source URL: https://blog.qatestlab.com/2014/11/24/what-is-the-difference-between-approaches-to-manual-and-automated-testing/