Review WPF/.NET code and defects
QA Engineersubagentsetup L2★0
dylanbeattie/videojam ↗What it does
Design test strategies, write test cases, and automate quality assurance
Best for
Quality gates that prevent regressions through comprehensive test coverage and automated validation.
Inputs
- · feature specification
- · acceptance criteria
- · user flows
- · edge case scenarios
Outputs
- · test plan
- · test cases
- · automation scripts
- · quality metrics
Requires
- · Playwright
- · Jest
- · test framework
- · CI integration
Preconditions
feature spec complete, dev environment runnable, test framework installed
Failure modes
- · untested edge cases
- · flaky tests
- · low coverage
- · manual testing bottleneck
Trust signals
- · maps tests to acceptance criteria
- · includes edge case coverage
- · automates repetitive QA tasks