Testing & QA Prompts
Prompts to create bulletproof test suites (JUnit 5, Vitest, Pytest, Playwright) that target tricky edge cases, mock boundaries properly, and verify data contracts.
Curated Prompts in Testing & QA
All CategoriesUnit Test Suite Generator with Edge Cases
Generate comprehensive, mutation-tested unit tests with AAA pattern, boundary cases, and proper mock boundaries.
Integration & Contract Test Plan (Testcontainers / Playwright)
Create robust integration test suites with real databases in Docker containers and contract verification.
API Endpoint Fuzzing & Boundary Value Test Matrix
Generate adversarial fuzzing test cases, SQL injection payloads, and schema violation matrices for REST endpoints.
Database Migration Rollback & Data Integrity Test Plan
Validate database schema migrations for zero data loss, backward compatibility, and forward/backward rollbacks.
Mutation Testing & Missing Branch Coverage Finder
Audit test suites by simulating mutant bugs (flipped conditionals, off-by-one errors) to expose weak assertions.
Explore Other Prompt Domains
Browse prompts tailored for other engineering disciplines and workflows.
Code Review & Quality
Rigorous pull request and service audits focusing on correctness, concurrency, and security.
Debugging & Incident Analysis
Hypothesis-driven root cause analysis for production exceptions, memory leaks, and deadlocks.
Architecture & API Design
System design reviews, schema indexing, and backward-compatible REST/gRPC API contracts.
Refactoring & Modernization
Safe legacy codebase transformation, async modernization, and design pattern refactoring.
Agile, Scrum & Product Specs
User story refinement, Gherkin acceptance criteria, and atomic ticket task decomposition.
DevOps, CI/CD & Cloud
Multi-stage Docker optimization, Kubernetes manifests, and zero-downtime database migrations.
AI Coding Agents & Rules
Context prompts, .cursorrules generation, and autonomous subagent execution loops.