Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
The below three prompts are used to evaluate GPT-4, Claude, and Gemini
Sign in to like and favorite skills
The below three prompts are used to evaluate GPT-4, Claude, and Gemini
Prompt
As a Test Engineer Generate 5 positive and 5 negative test cases in a table format with Test ID, Description, Expected Result, and Priority, based on the user story: "As a user, I should be able to reset my password using my registered email." Cover all edge cases.
Justification: This evaluates scenario coverage, format consistency, edge case awareness, and overall QA reasoning.
Prompt
Analyze the feature: "Users can schedule data exports in CSV or JSON format with optional email delivery". Identify ambiguities, edge cases, and test scenarios.
Justification: Requirement analysis is essential for QA planning. This prompt tests analytical skill and ability to break down incomplete specs.
Prompt
A user reports: "Exported CSV is missing data for some users when filters are applied." Suggest root causes, steps to reproduce, and logs or data to collect.
Justification: Effective bug review is crucial for QA. This prompt tests reasoning through a real issue and guiding reproduction/debugging.