Test Strategy Design

Installation
SKILL.md

Test Strategy Design Skill

Purpose

Enable the QA Lead Agent to define the overall approach to quality assurance for a project, ensuring all risks are mitigated through appropriate testing.

Test Pyramid Strategy

Based on Mike Cohn's Test Pyramid:

  1. Unit Tests (70%): Component level, fast, isolated. (Dev responsibility)
  2. Integration Tests (20%): API level, service interaction. (Dev/QA responsibility)
  3. E2E / UI Tests (10%): User journey, slow, fragile. (QA responsibility)

Test Plan Components

1. Scope

  • In Scope: Modules, browsers (Chrome, Safari), devices (iOS, Android).
  • Out of Scope: Performance (unless specified), third-party system internals.

2. Testing Types

  • Functional: Sanity, Smoke, Regression.
Related skills
Installs
First Seen