Skip to content

Instantly share code, notes, and snippets.

@jarencudilla
Created December 10, 2025 12:43
Show Gist options
  • Select an option

  • Save jarencudilla/1eb85761e15067385ed1dcdc0d767874 to your computer and use it in GitHub Desktop.

Select an option

Save jarencudilla/1eb85761e15067385ed1dcdc0d767874 to your computer and use it in GitHub Desktop.
How to make AI useful for testing by treating it like a supervised junior QA.

AI for QA: Prompts That Generate Real Test Value

Published on QAJourney.net

AI isn't a magic test generator—it mirrors whatever context it's given. With requirements, acceptance criteria, and supervision, AI expands coverage fast. Without it, you get fluff.

The Real Problem It Solves

  • AI generates shallow/happy-path cases by default
  • Lacks UX judgement + business logic awareness
  • Blind automation amplifies mistakes

Why It Works

  • AI becomes structured when given role + criteria
  • Video context > screenshots for multi-step flows
  • Reviewer oversight converts AI output to value

Learn More

Full article → https://qajourney.net/ai-prompts-qa-testing-real-workflow/


Tags: #AIPrompts #QAAutomation #TestingWithAI #TestGeneration #SoftwareTesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment