Writing Better Prompts
Be Specific
❌ “Create a test”✅ “Create a test for login with OAuth via Google on mobile”
Provide Context
❌ “Generate tests”✅ “Generate smoke tests for the checkout flow in our e-commerce app”
Include Requirements
❌ “Test the API”✅ “Test the POST /users API endpoint with valid and invalid email formats”
Specify Format
❌ “Create tests for signup”✅ “Create 3 separate tests for signup: happy path, invalid email, and weak password”
Iteration Techniques
Do’s and Don’ts
- ✅ Do
- ❌ Don't
Provide examples of what you want
Mention your product type or industry
Specify test priorities and tags
Ask for explanations if unclear
Request test data to be included
Mention platform (web, mobile, API)
Reference user stories or requirements
Ask the AI to review existing tests
Advanced Techniques
Upload Documents
Upload Documents
Upload or paste requirements directly:Upload API documentation:
Reference Existing Tests
Reference Existing Tests
Use existing tests as templates:
Ask for Recommendations
Ask for Recommendations
Get suggestions:
Batch Operations
Batch Operations
Work with multiple tests:
Common Patterns
Pattern 1: Feature-Complete Testing
Pattern 2: From User Stories
Pattern 3: API Testing
Pattern 4: Regression Suite
Quality Checklist
Before saving AI-generated tests, verify:Title clearly describes what is being tested
Steps are specific and actionable
Expected results are measurable
Preconditions are listed
Test data is appropriate
Tags and priority are correct
Test is atomic (tests one thing)
No assumptions about system state
Troubleshooting
AI doesn't understand my request
AI doesn't understand my request
Try:
- Rephrase your question
- Provide more context
- Give an example of what you want
- Break complex requests into smaller parts
Generated tests are too generic
Generated tests are too generic
Try:
- Include specific test data
- Mention your product/industry
- Reference existing tests as templates
- Provide acceptance criteria or requirements
Tests don't match my format
Tests don't match my format
Try:
- Show an example of your preferred format
- Specify which fields to include
- Ask for specific sections to be expanded
- Request step-by-step refinements
Need more edge cases
Need more edge cases
Try:

