ChatGPT Prompts for Quality Assurance: Testing, Audits, Defect Tracking
Quality assurance is about preventing problems, not just catching them. Whether you're in software QA, manufacturing quality control, or process auditing, ChatGPT can help you design test plans, write audit checklists, analyze defect patterns, and build quality frameworks — if you use prompts that think like a QA professional, not a generic assistant.
Want 190,000+ professional AI prompts?
Get Skillent Pro — $9/monthTest Planning & Design
1. Test Plan Generator
Role: You are a senior QA engineer creating a test plan.
Task: Create a comprehensive test plan for [feature/system description].
Context: [Application type — web/mobile/API/desktop], [user base], [criticality]
Include:
1. Test Scope (what is being tested, what is explicitly excluded)
2. Test Strategy (unit, integration, system, acceptance, regression)
3. Test Environment Requirements (hardware, software, data, configurations)
4. Test Cases Overview (categories and estimated count)
5. Entry Criteria (what must be true before testing starts)
6. Exit Criteria (what must be true before testing is complete)
7. Risk Assessment (what could go wrong during testing)
8. Resource Requirements (people, tools, time)
9. Schedule (test phases with dates)
10. Deliverables (test cases, defect reports, summary report)
Format: Formal test plan document ready for review.
Constraint: Include specific pass/fail criteria — no vague success language.
2. Test Case Writer
Role: QA test case designer
Task: Write detailed test cases for [feature description].
Requirements: [Paste requirements/user stories]
For each test case:
1. Test Case ID (TC-001 format)
2. Title (descriptive, action-oriented)
3. Preconditions (what must be set up before testing)
4. Test Steps (numbered, specific, reproducible)
5. Expected Result (precise — what should happen)
6. Actual Result (blank — to be filled during execution)
7. Pass/Fail criteria
8. Priority (Critical/High/Medium/Low)
9. Test type (Functional/Boundary/Negative/Performance/Usability)
Generate 15-20 test cases covering: happy path, edge cases, error handling, boundary values, negative tests.
Format: Test case table ready for execution.
Constraint: Each step must be specific enough that a new tester can execute it without additional context.
3. Regression Test Suite Optimizer
Role: QA automation lead
Task: Optimize the regression test suite for [application].
Current suite: [Number of tests, average execution time, pass rate, last run date]
Recent changes: [List features added/modified in last release]
For the optimized suite:
1. Which tests to keep (high value, catch real bugs)
2. Which tests to remove (flaky, always pass, deprecated features)
3. Which tests to merge (redundant coverage)
4. Which tests to automate (currently manual but high value)
5. Which tests to parameterize (same logic, different inputs)
6. Priority order for execution (smoke tests first, then critical path)
Output:
1. Before/after comparison (count, execution time, coverage)
2. Optimized suite structure (grouped by priority)
3. Automation recommendations (which framework, which tests first)
Format: Optimization report with justification for each change.
Defect Management
4. Bug Report Template Generator
Role: QA engineer writing a bug report
Task: Create a structured bug report for [issue description].
Issue: [Describe what happened — expected vs actual behavior]
Environment: [OS, browser, device, version, test environment]
Steps to reproduce: [Numbered steps]
Output:
1. Summary (1 sentence — clear, specific, searchable)
2. Priority (P1-P4 with justification)
3. Severity (Critical/Major/Minor/Cosmetic)
4. Environment details (full configuration)
5. Steps to reproduce (numbered, exact)
6. Expected result
7. Actual result
8. Attachments needed (screenshots, logs, video)
9. Possible root cause (if identifiable)
10. Workaround (if one exists)
11. Related test case ID
Format: Ready-to-file bug report.
Constraint: Summary must be specific — not just the word broken.
5. Defect Trend Analysis
Role: QA metrics analyst
Task: Analyze defect trends from [time period].
Data: [Total defects found, by severity, by module, by developer, open vs closed, MTTR]
For each trend:
1. What is the pattern? (increasing, decreasing, stable)
2. Is it concerning? (compare to historical baseline)
3. What is driving it? (new feature complexity, staffing changes, process changes)
4. What should we do? (specific action)
Output:
1. Defect dashboard summary (found, fixed, open, deferred — by severity)
2. Module quality ranking (which modules have the most issues?)
3. Root cause categories (code, requirements, environment, data, integration)
4. Trend analysis (are we getting better or worse?)
5. Top 3 recommendations (with expected impact)
Format: Defect analysis report for the QA lead and engineering manager.
6. Root Cause Analysis for Defects
Role: QA engineer performing RCA
Task: Conduct a root cause analysis for [recurring defect or pattern].
Defect(s): [Describe the issue(s), frequency, when first seen]
Method: 5 Whys + Ishikawa (fishbone) diagram
Categories: People, Process, Tools, Requirements, Environment, Data
Output:
1. 5 Whys chain (at least 5 levels)
2. Fishbone diagram (text representation with branches)
3. Most likely root cause(s) with confidence level
4. Contributing factors
5. Corrective action (fix the root cause)
6. Preventive action (prevent similar issues in future)
7. Process improvement (what to change in QA process)
8. Test improvement (what to add to test suite)
Format: RCA document suitable for engineering team review.
Quality Audits & Compliance
7. Quality Audit Checklist
Role: QA audit specialist
Task: Create a quality audit checklist for [process/department/system].
Audit scope: [What is being audited]
Standards: [ISO 9001 / SOC 2 / internal standards / regulatory]
For each audit item:
1. Requirement (what the standard says)
2. Evidence needed (document, record, observation, interview)
3. Sampling method (100%, random sample, risk-based)
4. Compliance criteria (what constitutes pass)
5. Finding categories (Conformity / Minor NC / Major NC / Observation)
6. Risk if non-compliant (operational, regulatory, reputational)
Generate 25-40 audit items organized by category.
Format: Audit checklist ready for an auditor to execute.
Include: Audit plan summary (scope, schedule, team, reporting).
8. CAPA (Corrective and Preventive Action) Report
Role: Quality compliance specialist
Task: Draft a CAPA report for [nonconformity description].
Nonconformity: [What was found, when, severity, audit reference]
Include:
1. Problem Statement (precise description of the nonconformity)
2. Immediate Containment (what was done right away to limit damage)
3. Root Cause Analysis (method used, findings)
4. Corrective Action (specific steps to fix the immediate issue, owner, due date)
5. Preventive Action (systemic changes to prevent recurrence, owner, due date)
6. Effectiveness Check (how will we verify the fix worked? when?)
7. Documentation Updates (what procedures/policies need updating)
8. Training Requirements (who needs training on the new process)
9. Approval signatures (QA manager, process owner)
Format: CAPA form ready for quality system submission.
Constraint: Every action must have an owner and due date — no vague timelines.
Process & Continuous Improvement
9. Quality Metrics Dashboard Design
Role: Quality performance analyst
Task: Design a quality metrics dashboard for [team/process/product].
For each metric:
1. Metric name
2. Definition (formula or calculation method)
3. Target (benchmark or goal)
4. Alert threshold (when to escalate)
5. Data source
6. Frequency (daily/weekly/monthly)
7. Owner (role responsible)
8. Trend direction (is up good or bad?)
9. Why it matters (business impact)
Metrics to cover: Defect rate, test coverage, defect density, MTTR, escaped defects, customer-reported issues, test pass rate, automation coverage
Format: Dashboard specification with 12-15 metrics.
Include: How to visualize each metric (trend chart, gauge, table, heatmap).
10. Test Automation Strategy
Role: QA automation architect
Task: Create a test automation strategy for [application type].
Current state: [Manual %, automated %, tools used, team skills]
For each layer:
1. Unit tests (framework, coverage target, who writes them)
2. API/integration tests (framework, scope, data management)
3. UI tests (framework, which browsers, what % of critical path)
4. Performance tests (tools, scenarios, thresholds)
5. Security tests (tools, frequency, scope)
Output:
1. Automation pyramid (proportion at each layer)
2. Tool recommendations (with rationale, not just popular)
3. Implementation roadmap (3-month, 6-month, 12-month)
4. Team skill gaps and training plan
5. ROI estimate (hours saved vs hours to build/maintain)
6. Maintenance strategy (who updates tests, how often)
Format: Strategy document for engineering leadership review.
11. Quality Gate Definition
Role: QA release manager
Task: Define quality gates for [project/release pipeline].
For each gate:
1. Gate name (e.g., Code Review Gate, Integration Test Gate)
2. When it occurs (which stage in the pipeline)
3. Entry criteria (what must be true to enter)
4. Checks performed (specific tests, metrics, reviews)
5. Pass criteria (specific thresholds: pass rate, 0 P1 defects, code coverage)
6. Fail actions (what happens when the gate fails — block, warn, conditional pass)
7. Override authority (who can waive the gate and under what conditions)
Generate 5-7 quality gates from code commit to production release.
Format: Quality gate framework document for the CI/CD pipeline.
Constraint: Every gate must have automated checks where possible.
12. Customer Feedback Analysis for Quality
Role: Quality insight analyst
Task: Analyze customer feedback for quality improvement opportunities.
Feedback source: [Support tickets / app reviews / NPS comments / user interviews]
Data: [Paste or describe the feedback volume and themes]
For each quality theme:
1. Theme description (what customers are saying)
2. Frequency (how many mentions, what % of total feedback)
3. Severity (how much it impacts customer satisfaction)
4. Likely root cause (in product, process, or expectation gap)
5. Quality improvement action (specific fix or investigation)
6. Priority (based on frequency x severity)
7. Owner (which team should address it)
Output:
1. Top 10 quality themes from customer feedback
2. Prioritized improvement backlog
3. Quick wins (can fix in 1 sprint) vs strategic improvements (need planning)
4. Feedback loop recommendation (how to close the loop with affected customers)
Format: Customer-driven quality improvement report.
190,000+ professional AI prompts for every industry.
Get Skillent Pro — $9/monthBest Practices
For more quality-focused content, see our ChatGPT prompts for QA testers and AI prompts for process improvement.
Disclaimer: These prompts are tools for quality assurance professionals, not substitutes for professional judgment. AI output must be reviewed by a qualified QA engineer. Skillent and Valles Global, LLC are not responsible for decisions made based on AI-generated content.
Ready to level up your work with AI?
Get Skillent Pro — $9/month