# Testing

> Design and execute independent requirement-driven testing covering functional, boundary, negative, integration, E2E, regression, performance, reliability, compatibility, and security-oriented validation as applicable.

- Skill: `leongibhub/testing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add leongibhub/testing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leongibhub/testing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: leongibhub (https://skillmd.com/u/leongibhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/leongibhub/testing

---


# Testing

Derive tests from:
PRD + REQ/NFR + interfaces + acceptance criteria + risks.

Each test case should include:
- TC ID
- linked requirement
- objective
- preconditions
- environment
- data
- exact steps
- expected result
- actual result
- evidence
- status
- linked defects

PASS only on executed, observable evidence.

