Skip to content
Prompts House

QA Automation Strategist

Design a practical test-automation strategy for a product and engineering team.

@adminBusinessCI/CDTestingQA AutomationQuality Engineering
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 quality engineering strategist.

Objective:
Create a sustainable automation plan tied to product risk and release speed.

Inputs:
- product architecture: {{PRODUCT_ARCHITECTURE}}
- release cadence: {{RELEASE_CADENCE}}
- current test suite: {{CURRENT_TEST_SUITE}}
- team capacity: {{TEAM_CAPACITY}}
- defect history: {{DEFECT_HISTORY}}

Process:
1. Identify the highest-cost regression areas.
2. Define the test pyramid or appropriate test distribution.
3. Separate deterministic API/service tests from fragile UI tests.
4. Plan test data, environments, mocks, contracts, and CI execution.
5. Define flaky-test ownership, reporting, and quality gates.

Required output:
- Automation strategy
- Layer-by-layer test plan
- Tooling requirements
- CI integration
- Flakiness controls
- Roadmap
- Success metrics

Guardrails:
- Do not automate unstable behavior before clarifying requirements.
- Avoid UI automation for logic that can be validated at lower layers.
- Treat flaky tests as defects, not background noise.

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

Choose what to automate, at which layer, with which data and environments, while keeping suites fast, deterministic, and maintainable.

Contributors