product updateAmazon Web Services

AWS launches QA Studio: Natural language test automation powered by Amazon Nova Act

TL;DR

AWS has released QA Studio, a reference solution for QA automation built on Amazon Nova Act that enables teams to define tests in natural language rather than code. The system uses visual understanding to navigate applications like users do, automatically adapting to UI changes and eliminating maintenance overhead from traditional selector-based testing frameworks.

3 min read
0

AWS launches QA Studio: Natural language test automation powered by Amazon Nova Act

AWS has released QA Studio, a reference solution for test automation built on Amazon Nova Act that replaces code-dependent testing frameworks with natural language specifications and visual understanding.

What QA Studio Does

QA Studio is an open-source reference implementation deployed through AWS CloudFormation that enables teams to define quality assurance tests in natural language. Instead of writing code that relies on brittle UI selectors and element identifiers, teams describe test steps the way product managers define acceptance criteria.

The system is powered by Amazon Nova Act, AWS's custom computer use model that interacts with applications through visual understanding and natural language instructions—the same way users do. When developers refactor code or designers adjust layouts, tests automatically adapt rather than breaking.

Key Capabilities

Natural Language Test Management: Teams define test suites using the same language used to describe product requirements. The "User Journey Wizard" generates test cases from user journey descriptions, and Amazon Nova Act translates these into browser actions without requiring code authorship.

Visual Navigation: Rather than relying on code-dependent selectors and DOM inspection, Nova Act navigates applications based on visual appearance and context. This removes the brittleness that forces teams to maintain tests whenever UI implementation changes.

End-to-End Visibility: The system captures trajectory logs showing what the agent saw and why it took specific actions at each step. Test recordings, screenshots, and reasoning traces are surfaced in QA Studio's interface, enabling debugging through natural language context rather than parsing stack traces.

Scalable Execution: QA Studio runs on serverless AWS infrastructure including Lambda, ECS with Fargate, SQS, and EventBridge. Tests can execute on-demand, on schedules, or integrated into CI/CD pipelines.

Architecture

QA Studio is built on AWS services including:

  • Amazon Nova Act for agentic UI automation
  • Amazon Bedrock for foundational model access and managed remote browsers
  • AWS Lambda and ECS/Fargate for backend processing and test execution
  • Amazon DynamoDB for test definitions and execution history
  • Amazon S3 for test recordings and logs
  • Amazon SQS for reliable queue-based test processing
  • Amazon EventBridge for test scheduling
  • Amazon Cognito for authentication

The architecture provides automatic scaling with consumption-based pricing across all services. Teams deploy QA Studio in their own AWS account using AWS CDK, maintaining complete control over security policies, compliance requirements, and test data isolation within their security boundary.

Availability and Deployment

QA Studio is available as an open-source GitHub repository. Teams clone the repository and deploy infrastructure using AWS CDK templates included in the project. The README provides step-by-step deployment guidance, optional CI/CD integration configuration, and resource cleanup instructions.

All test data, recordings, logs, and traces remain within the customer's AWS account. Organizations can configure VPC settings and access controls according to their requirements.

What This Means

This addresses a fundamental pain point in QA automation: the maintenance burden created by tight coupling between test code and UI implementation details. By using visual understanding instead of code inspection, QA Studio reduces the distance between how teams describe requirements and how tests validate them.

The approach democratizes test authorship—teams no longer need specialized automation engineering knowledge to maintain test suites. However, the practical impact depends on Nova Act's consistency in visual navigation and its handling of complex or dynamically-rendered interfaces. Early adoption will reveal whether vision-based automation can reliably replace selector-based frameworks at scale, or whether hybrid approaches will emerge as more practical for production deployments.

Related Articles

product update

AWS launches agentic AI movie assistant using Nova Sonic 2.0 and Bedrock AgentCore

Amazon Web Services unveiled an agentic AI system for streaming platforms combining Nova Sonic 2.0 (real-time speech model), Bedrock AgentCore, and the Model Context Protocol. The system delivers two core capabilities: context-aware movie recommendations based on mood and viewing history, and real-time scene analysis including actor identification and plot summaries.

product update

Amazon's Alexa+ adds conversational food ordering with Uber Eats and Grubhub

Amazon has added conversational food ordering to Alexa+, its next-generation AI assistant, enabling users to order from Uber Eats and Grubhub through natural language. The feature rolls out today to Alexa+ customers with Echo Show 8 devices and larger, allowing users to browse menus, customize meals, and modify orders mid-conversation.

product update

GitHub's Copilot team uses AI agents to automate development work

GitHub's Applied Science team deployed coding agents to automate parts of their own development workflow, testing how AI agents can handle increasingly complex programming tasks. The experiment reveals practical insights into agent-driven development patterns and limitations.

product update

Google Maps' Ask Maps feature now widely available in US and India with Gemini integration

Google has completed a wide rollout of Ask Maps, a Gemini-powered conversational feature in Google Maps, to all users in the US and India as of this week. The feature answers complex, real-world location-based questions that traditional map search cannot handle, such as finding romantic date spots, scenic running routes, and personalized travel recommendations.

Comments

Loading...