QA

Ref:

Tools:

Term

Shakedown: period of testing

Equivalence Partitioning = Equivalence Class Partitioning = ECP

Boundary value analysis = BVA

Functional Specification Docuemnt

Testing Type

  • Regression Testing: confirm that a recent program or code change has not adversely affected existing features
  • Performance Testing: determine how a system performs in terms of responsiveness and stability under a certain load
  • Smoke Test: ensuring that the most important functions work (Build Verification Testing)
  • Sanity Test: Determine that the proposed functionality works roughly as expected