Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Unit Test

System Integration Test

User Acceptance Test

  1. Core team: Technical & Functional responsibility
  2. Focused/isolated testsCovers discrete transactions and programs, not end-to-end scenarios
  3. Scripts optional
  4. List of what was tested is required
  1. Core team: Functional leads responsibility, but may optionally involve business
  2. Scripts required
  3. focused/isolated tests Include discrete transactions and programs and/or end-to-end scenarios, but end. End-to-end scenarios must cover discrete tests of critical functions
  4. Cover all critical scenarios or transactions.
  5. Also target functionality and processes that are more likely to be affected by the system updates such as highly customized functions or those which have been affected by prior updates
  1. Business owner responsibility
  2. Scripts required
  3. End-to-end scenarios
  4. Don't duplicate tests performed in System Integration Test phase