Back to articles
I Confused Agentic AI with GenAI for 6 Months (Cost Me a Promotion)

I Confused Agentic AI with GenAI for 6 Months (Cost Me a Promotion)

via Dev.to WebdevShri Nithi

Manager: "Difference between Agentic AI and Generative AI in testing?" Me: "Uh... both AI, right?" Promotion: someone else. TestLeaf guide cleared it - Agentic AI vs Generative AI. Difference Generative AI: Give prompt → Get content → Use it Agentic AI: Give goal → Plans steps → Executes autonomously Example GenAI Me: "Create login tests" ChatGPT: Valid creds → Success Invalid → Error Locked → Message I copy, run manually. GenAI = Assistant Agentic AI Me: "Test checkout" Agent: Planning scenarios... Creating tests... Executing... Found 3 bugs. Agentic = Autonomous Tester Gap AI for software testing (GenAI): Generate content faster AI in testing (Agentic): Execute tests autonomously GenAI helps you write. Agentic acts like a tester. Use Cases GenAI: Draft scenarios Generate code Create data Summarize bugs Agentic AI: Plan strategy Execute suites Self-heal scripts Detect/retry failures Comparison GenAIAgenticRoleCreatorActorInputPromptGoalDecisionsNoneAdvancedHumanHighLow Tools: GenAI: C

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles