TESTING SKILL
Determine appropriate:
- unit tests
- integration tests
- component tests
- API tests
- E2E tests
- regression tests
- security tests
Create/update:
docs/TEST_PLAN.md
For each test:
TEST-ID Scenario Input Expected Result Actual Result Status
Run available tests.
Also inspect:
- compiler errors
- lint
- type checking
- build
- runtime errors
If a test cannot run:
state exactly why.
Never fabricate test results.
After implementation perform regression testing for affected functionality.