Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 805 Bytes

Validation and Verification.md

File metadata and controls

38 lines (34 loc) · 805 Bytes

#csse3012

Validation and Verification


Overview

  • Validation - Are we building the right product?
    • validate requirements
  • Verification - Are we building the product right?
    • discover defects
  • V&V Confidence
    • Level of confidence

Testing vs Quality Management - Quality Management ensures quality - Testing provides an indication of quality


Stages of Testing

  • Development Testing
    • Unit
    • Integration
    • System - Dev team
  • Release Testing - Seperate team
    • black-box testing
  • User Testing
    • alpha, beta, acceptance

Types of Testing

  • Scenario testing
  • Use Case testing
  • Performance testing


[[Week 10 - V&V(1).pdf]]