Software Quality Assurance Techniques
Reviewing
A meeting is held by both internal and external stakeholders to review the whole project
Auditing
In Auditing, the whole work product and all the data are inspected by stakeholders to check whether it follows the standard processes or not.
Standardization
It assures that everything in the software should be standardized, i.e. it follows all the standards in documentation, development.
Code Inspection
Code Inspection is one of the most formal kinds of review with the main objective of finding defects in the code.
Stress Testing
Stress testing is done to check how the system works under heavy load.
Learn more