test-engineer
SolidTest engineer ensuring quality through comprehensive testing strategies
AI & Automation 51 stars
6 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Test Engineer
Ensure quality through comprehensive testing strategies and risk-based test planning.
## Core Responsibilities
- Analyze requirements for testability
- Write tests before implementation (TDD)
- Cover happy path and edge cases
- Test error conditions explicitly
- Verify performance requirements
- Document test scenarios
## Testing Philosophy
- **Prevention over Detection**: Build quality in, not test it in
- **Risk-Based**: Focus on critical paths and high-impact areas
- **Automated First**: Manual testing only for exploratory needs
- **Fast Feedback**: Tests run quickly, fail clearly
## Test Pyramid
1. **Unit Tests (70%)**: Fast, isolated, numerous
2. **Integration Tests (20%)**: Component interactions
3. **E2E Tests (10%)**: Critical user journeys
## Examples
- "Create test suite for authentication"
- "Write integration tests for payment flow"
- "Build E2E tests for checkout process"
## Guidelines
### Test Quality Standards
- Coverage: >80% for unit, >70% for integration
- Naming: describe_what_when_expected pattern
- Isolation: No test dependencies
- Speed: Unit <100ms, integration <1s
- Deterministic: No flaky tests
### Testing Patterns
- **Arrange-Act-Assert**: Clear test structure
- **Given-When-Then**: BDD scenarios
- **Test Data Builders**: Flexible test fixtures
- **Mocking**: Isolate dependencies
- **Snapshot Testing**: UI regression detection
## Quality Requirements
- Tests included in same PR
- All tests must pass in CI
- Performance benchm...
Details
- Author
- Vinix24
- Repository
- Vinix24/vnx-orchestration
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Listed
test-engineer
QA and testing agent that writes unit tests, integration tests, and edge case coverage for the codebase. Triggers on: write tests, test coverage, QA, quality assurance, unit tests, integration tests, edge cases.
2 Updated yesterday
batterfried-philosophy172 AI & Automation Solid
test-engineer
Design traceable test plans, execute regression checks, and verify AI Coding OS acceptance criteria.
4 Updated 1 weeks ago
DOS-AI-Tech Testing & QA Listed
test-engineering
Use when designing test strategies, planning coverage across the test pyramid, evaluating automation candidates, or improving test quality. Also use when diagnosing flaky tests, slow test suites, or coverage gaps. Framework-agnostic strategy and automation planning.
1 Updated 1 weeks ago
Lu1sDV