Complete ISTQB Foundation Level (CTFL) aligned workflow for QA test engineers covering: Test Planning → Test Analysis → Test Design → Test Implementation → Test Execution → Test Completion
| Node.js 18+ | Required for CLI script and Playwright | | Playwright | npm init playwright@latest for automation | | Text editor | For creating/editing markdown and CSV artifacts | | Git | Recommended for testware version control |
Use: assets/templates/playwright-spec.ts and references/automation-playwright-best-practices.md.
수동 및 자동 테스트를 위해 CTFL(ISTQB Foundation Level)에 맞춰진 QA 툴킷입니다. 테스트 계획, 테스트 전략, 테스트 조건, 테스트 사례, 버그 보고서, 결함 로그, 회귀 스위트, 추적성 매트릭스 또는 탐색 헌장을 생성하라는 요청을 받을 때 사용합니다. 위험 기반 테스트, 테스트 설계 기술(동등성 분할, 경계 값 분석, 결정 테이블, 상태 전환), 테스트 추정, 정적 테스트 검토 및 테스트 프로세스 관리를 지원합니다. 테스트 구현을 위한 Playwright 자동화 지침이 포함되어 있습니다. 출처: fugazi/test-automation-skills-agents.