Regression Test | Glossary

 

Definition

Regression testing is done to computer programs to ensure that that recently added changes are compatible with older programming. It’s a routine part of program development and is done by code testing specialists in larger organizations. They develop code test scenarios and exercises that test new units of code (aka test buckets). Old test cases are run against new versions before the release of a software product to ensure that they are still functional.

Further Reading

  • “Multiple Regression: Testing and Interpreting Interactions”(book), by Leona S. Aiken, Raymond R. Reno, and Stephen G. West.
  • For more on Regression Testing, read here.

Quality Review Technique | Glossary

 

Definition

Quality review is a team method, that is required to inspect errors in a product in a controlled and documented manner. The reported errors are then fixed. It is a process with defined roles and activities. The roles involved in a Quality Review are:

  • The Producer : The author of the product that is being reviewed.  He/she has to ensure that reviews have access to requisite information to perform the job.
  • The Chairman : The person responsible for ensuring the proper organization and smooth running of the Quality Review in all phases.
  • The Reviewer : The person with a vested interest in the quality of the product and skills necessary to assess the quality of product.
  • The Scribe : The person responsible for taking notes of actions described at a meeting.

 

Further Reading

  • For more on Quality Review Technique, read here.