The purpose and the object of software testing - a test basis

The purpose of software testing

  1. Testing is the process of improving the program, aimed at making the system more in line with the user's habits, let the system give customers high user experience on the line.
  2. Testing should be committed to find errors so far not found.
  3. From the user's point of view, we want to expose the hidden software errors and defects in software testing and reduce problems after the software line, making products more easily accepted.
  4. From software developers, we want to test the process of becoming an error does not exist to prove the product has been correctly implement user requirements.

Software testing purposes summary

  1. With minimal time and effort to systematically identify a variety of potential software errors and defects.
  2. Functional and performance needs with proven software items consistent with the description.
  3. Provide analysis for the reliability analysis software by the results of the test data.
  4. The test does not indicate a problem does not exist in the software, it only shows that there is a problem in the software needs to be improved.

Objects software testing

   For the end user, project leader, reviewers, products, software design and development, testers test instructions.

Guess you like

Origin www.cnblogs.com/katyhudson/p/11598272.html