News

Artificial Intelligence

Machine Learning

AWS Launches Agentic QA Automation with Amazon Nova Act and Bedrock AgentCore Browser

AWS introduces a new AI-powered testing suite that replaces brittle scripts with autonomous agents to slash software maintenance time and costs.

AWS introduces a new AI-powered testing suite that replaces brittle scripts with autonomous agents to slash software maintenance time and costs.

AWS introduces a new AI-powered testing suite that replaces brittle scripts with autonomous agents to slash software maintenance time and costs.

NewDecoded

Published Dec 25, 2025

Dec 25, 2025

7 min read

Image by Amazon

Amazon Web Services has introduced a new paradigm for quality assurance that replaces rigid, script-based testing with autonomous AI agents. By integrating Amazon Bedrock AgentCore Browser and Amazon Nova Act, developers can now deploy agentic systems that navigate applications like human users to identify software bugs. This breakthrough addresses the chronic frustration of test scripts breaking whenever a small user interface change occurs.

Traditional testing frameworks often fail when a developer moves a menu item or updates a button ID. This creates a massive resource drain where quality assurance teams spend nearly half of their time maintaining old tests rather than creating new features. The AWS solution shifts testing from rule-based scripts to goal-oriented observation where the agent adapts to visual changes automatically.

To accelerate the creation process, AWS highlighted the integration of Kiro, an AI-powered coding assistant that analyzes source code to generate comprehensive test cases. By understanding the underlying application structure, Kiro creates ready-to-use JSON test files that are immediately executable by the AI agents. This automation removes the cold start problem of writing complex test suites from scratch.

The business value lies in the dramatic reduction of manual labor required for routine software validation. Organizations can now run thousands of tests in parallel using isolated, cloud-based browser sessions that terminate after every run. This eliminates state pollution and inconsistent results, allowing engineers to focus on high-value product innovation instead of repetitive maintenance tasks.

Full visibility remains a priority even as these agents act with increased autonomy. Through features like live view and session replay, developers can watch the AI interact with the site in real time to verify its logic and decision-making. This combination of speed, scale, and observability ensures that businesses can maintain a rapid release cadence without sacrificing application stability or security.


AWS is transforming software quality assurance by introducing Agentic QA automation through Amazon Bedrock AgentCore Browser and Amazon Nova Act. This move addresses the "maintenance trap" where teams spend more time fixing broken scripts than writing new tests. By moving away from brittle, rule-based automation, organizations can now leverage autonomous systems that observe and adapt to UI changes in real time.

Traditional testing frameworks like Selenium and Cypress are often labor-intensive because they rely on specific code selectors. When a developer changes a button ID or layout, the scripts fail and require manual intervention. Agentic AI shifts this paradigm by using computer vision and semantic understanding to interact with websites as a human would. This creates a resilient environment where tests focus on user intent rather than rigid code structures.

The implementation utilizes Amazon Nova Act, a service designed to build and manage fleets of AI agents for production UI workflows. It accepts natural language instructions and translates them into precise browser actions. Developers can interleave Python code with these instructions to maintain granular control over assertions and logic. This combination provides a flexible way to automate complex user journeys without the usual development overhead. For execution, AWS provides the AgentCore Browser, a secure and cloud-based environment. This infrastructure allows for massive parallelization, running thousands of browser sessions simultaneously to drastically reduce execution time. Each session is containerized and ephemeral, ensuring that tests occur in a clean environment every time. This scalability allows businesses to significantly cut down on the manpower required for large-scale regression testing.

Visibility and trust are maintained through features like live viewing and session replays. Teams can watch AI agents navigate applications in real time or review recordings of past test runs to debug failures. This observability is critical for enterprise adoption, as it allows developers to validate agent behavior and gain confidence in the automated process. Combined with CloudTrail logging, it meets the rigorous auditing requirements of large organizations.

Partner tools like Kiro further streamline the process by automatically generating test cases from the application codebase. Kiro analyzes the app structure and produces JSON schemas that Nova Act can execute immediately. This AI-assisted approach accelerates test creation and ensures comprehensive coverage across navigation, search, and form submissions. The result is a highly efficient pipeline that transforms quality assurance into a strategic asset for business growth.


Decoded Take

Decoded Take

Decoded Take

This announcement signals a definitive transition from script-based to intent-based automation, effectively challenging the decade-long dominance of legacy tools like Selenium. By providing both a specialized model for UI navigation and the scalable infrastructure to run it, AWS is moving AI agents from experimental novelties into the core of the enterprise development lifecycle. For the industry, this means the role of the QA engineer will evolve from writing selectors to designing user journeys, while businesses benefit from significantly shorter release cycles and lower operational costs.

Share this article

Related Articles

Related Articles

Related Articles