Test Case Prompts
## More Examples
#### Generate test cases from feature descriptions or user stories
> "Create positive and negative test cases for a password reset flow."
</br>
#### Suggest exploratory testing ideas based on feature or risk areas
> "Give exploratory test ideas for a product filtering system on an e-commerce site."
</br>
#### Structure well-written, professional bug reports
> "Format this bug description into a Jira-style ticket with summary, steps, and expected vs. actual behavior."
</br>
#### Create API test cases and Postman test scripts
> "Write a Postman test that validates a 201 response and checks the JSON schema of a created user."
</br>
#### Generate XPath and CSS selectors for UI automation
> "Give an XPath to locate the second button inside a modal with class `login-popup`."
</br>
#### Write automation scripts (Selenium, Cypress, Playwright, etc.)
> "Generate a Playwright script in TypeScript that logs in and verifies the dashboard page."
</br>
#### Build reusable Page Object Models or helper methods
> "Create a Selenium Page Object for a login page with methods for username, password, and login."
</br>
#### Create or convert Jira issue templates (bugs, tasks, subtasks)
> "Create a Jira subtask for verifying form validation on a new registration page."
</br>
#### Rewrite messy notes into clean documentation or summaries
> "Rewrite this test report as a professional QA summary with bullet points and findings."
</br>
#### Generate realistic test data for manual or automation testing
> "Give me 10 examples of valid and invalid U.S. phone numbers."
</br>
#### Get mock API responses or build REST/GraphQL payloads
> "Write a GraphQL mutation for creating a user with email, name, and role."
</br>
#### Translate QA tasks or bug reports for non-technical teams
> "Summarize this bug report for the product team in non-technical language."
</br>
#### Create QA documentation templates (test plans, strategy docs, etc.)
> "Generate a one-page test strategy template for a mobile app launch."
</br>
#### Prepare for QA job interviews with mock questions
> "Give me 5 interview questions for a QA position involving API testing."
</br>
#### Learn new QA tools interactively
> "Teach me how to use Cypress from scratch, with small examples."
</br>
#### Plan your learning path from manual to automation testing
> "Create a 90-day learning roadmap for a manual tester to learn Selenium with Java."
</br>
#### Get course, book, or blog recommendations
> "List high-quality, up-to-date free courses for learning QA automation with Python."
</br>
#### Validate UI/UX behavior or micro-interactions
> "What should be tested in a tooltip that appears on hover in a form input field?"
</br>
#### Summarize crash reports, logs, or stack traces
> "Explain what this error means and what might be causing it: `Uncaught TypeError: Cannot read properties of undefined`."
</br>
#### Automate repetitive QA documentation tasks
> "Turn this Excel test case list into a Markdown table for GitHub."when to use it
Community prompt sourced from the open-source GitHub repo AlexKuchkov/chatgpt-for-qa (MIT). A "Test Case Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
ecommercecommunitygeneral
source
AlexKuchkov/chatgpt-for-qa · MIT