← Back to Projects
SMARTqA — Autonomous QA Agent
RAG-powered test automation that ingests docs and HTML to generate zero-hallucination Selenium test scripts
PythonRAGSeleniumLangChainFastAPI
An autonomous QA agent that eliminates manual test writing. Ingests project documentation and HTML markup, uses RAG to ground all output in actual source material, and generates production-ready Selenium test scripts with zero hallucination drift. The documentation-grounded approach ensures every generated test case maps to real application behavior described in the source docs — not invented functionality.