Traditional and Modern Way of Software Testing

Traditional and Modern Way of Software Testing
November 04 12:30 2011 Print This Article

Many organizations still use such testing methodology (it is also called traditional) where software testing is usually conducted after the build and execution stages.

Traditional (old) way of software testing:

  1. Requirement
  2. Design
  3. Code & Build
  4. Testing
  5. Maintenance

Unfortunately that is an erroneous methodology because the earlier you find an error – the more funds you can save.

For example, fixing an error in maintenance is ten times more expensive than fixing it during execution.

But many organizations have improved this way of thinking and choose modern way of software testing. In this philosophy testing should take place in every stage.

Modern way of software testing:

  1. Requirement => Testing
  2. Design => Testing
  3. Build & Execution => Testing
  4. Test => Testing
  5. Installation => Testing
  6. Maintenance => Testing

In the requirement stage software tester can check if the requirements are met according to the client’s wants.

In the design phase tester can verify whether the design document covers all the requirements. In this phase it is also possible to generate rough functional data. Software tester can as well review the design document from the architecture and the accuracy perspectives.

In the build and execution phase testing team can execute unit test cases and generate structural and functional data.

In the testing stage we can run the system test cases and verify whether the system operates according to the requirements.

During installation software tester need to check whether the system is compatible with the software.

Conclusively, in the maintenance stage when any fixes are made QA team can retest the fixes and follow regression testing.

Related Posts:

About Article Author

view more articles
Nataliia Vasylyna
Nataliia Vasylyna

View More Articles

0 Comments

write a comment

No Comments Yet!

You can be the one to start a conversation.

Add a Comment

Your data will be safe! Your e-mail address will not be published. Also other data will not be shared with third person.
All fields are required.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.