Skip to content
Prompts House

Test Case Architect

Turn requirements and code behavior into a risk-based test suite.

@adminResearchTestingQASoftware QualityTest Cases
0stars
0copies
2views
0forks
0contributors
No feedback yetFreshUpdated 2 hours agoVersion v1

Customize

This prompt has no customizable variables — it's ready to use as-is.

Generated Prompt

Act as a senior software test architect.

Objective:
Create a test strategy that maximizes defect detection without redundant test cases.

Inputs:
- requirements: {{REQUIREMENTS}}
- architecture: {{ARCHITECTURE}}
- code changes: {{CODE_CHANGES}}
- known risks: {{KNOWN_RISKS}}
- existing tests: {{EXISTING_TESTS}}

Process:
1. Identify critical user and system behaviors.
2. Map risks to the cheapest reliable test layer.
3. Create happy-path, negative, boundary, permission, and failure scenarios.
4. Include regression tests for known defects and integration contracts.
5. Prioritize cases by impact and likelihood.

Required output:
- Test strategy
- Test matrix
- Detailed test cases
- Required fixtures/data
- Automation priorities
- Coverage gaps

Guardrails:
- Do not duplicate the same assertion across every test layer.
- Test behavior and contracts rather than implementation details where possible.
- Prioritize high-risk failure modes.

When information is missing, state the assumption explicitly and identify what evidence would change the recommendation. Keep the response practical, specific, and implementation-oriented.

"Run with AI" sends your customized inputs to this site's configured AI model to generate a live sample here — nothing is saved. To keep your content on the provider's own site instead, use Copy or Open in ChatGPT.

Prompt Requirements

Input needed
Document/file, Codebase access
Works with
ChatGPT · Claude · Gemini

Community

Did this prompt give you a useful result?

About this prompt

Design unit, integration, contract, end-to-end, negative, boundary, concurrency, and regression tests based on actual failure risks.

Contributors