Advertisment

Software testing life cycle

author-image
CIOL Bureau
Updated On
New Update

Software testing is the process used to help identify the correctness, completeness, security, and quality of developed computer software.

Advertisment

Testing is a process of technical investigation, performed on behalf of stakeholders, that is intended to reveal quality-related information about the product with respect to the context in which it is intended to operate.

Although testing varies between organizations, there is a cycle to testing:

  1. Requirements Analysis: Testing should begin in the requirements phase of the software development life cycle.
  2. Design Analysis: During the design phase, testers work with developers in determining what aspects of a design are testable and under what parameter those tests work.
  3. Test Planning: Test Strategy, Test Plan(s), Test Bed creation.
  4. Test Development: Test Procedures, Test Scenarios, Test Cases, Test Scripts to use in testing software.
  5. Test Execution: Testers execute the software based on the plans and tests and report any errors found to the development team.
  6. Test Reporting: Once testing is completed, testers generate metrics and make final reports on their test effort and whether or not the software tested is ready for release.
  7. Retesting the Defects

Some defects can be handled by a workaround in the production environment. Others might be deferred to future releases of the software, or the deficiency might be accepted by the business user. There are yet other defects that may be rejected by the development team (of course, with due reason) if they deem it inappropriate to be called a defect.

Click here for more...!

tech-news