Unit Test Suite Generator from Code
Generate comprehensive unit tests for existing code — covering happy paths, edge cases, error conditions, and...
Prompts for unit testing, integration testing, E2E automation, test strategy design, coverage analysis, and quality assurance workflows.
15 prompts found
Generate comprehensive unit tests for existing code — covering happy paths, edge cases, error conditions, and...
Set up a complete E2E testing framework with page objects, fixtures, CI integration, and parallel execution fo...
Create a comprehensive test strategy covering unit, integration, E2E, and performance testing for a new featur...
Generate integration tests for REST or GraphQL APIs with authentication, database state management, and contra...
Build a reusable test data factory system with realistic fake data, relationship handling, and state machines...
Create load testing scripts with realistic user scenarios, ramp-up strategies, and performance baseline defini...
Set up mutation testing to measure real test suite effectiveness — find tests that pass but do not actually ca...
Set up automated visual regression testing that catches unintended UI changes with screenshot comparison and a...
Implement consumer-driven contract testing between microservices to prevent integration failures without full...
Identify, diagnose, and fix flaky tests in your test suite with root cause analysis and deterministic refactor...
Build automated accessibility testing into your CI pipeline — axe-core scanning, keyboard navigation tests, an...
Analyze test coverage gaps in your codebase and generate the missing tests to reach your coverage target effic...