AWS launches QA Studio: Natural language test automation powered by Amazon Nova Act
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.
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
AWS launches AgentCore Observability for Amazon Bedrock to debug production AI agents
Amazon Web Services launched AgentCore Observability for Amazon Bedrock, a debugging tool that provides visibility into AI agent execution through OpenTelemetry traces, CloudWatch metrics, and structured logs. The tool addresses silent failures in production agents including infinite reasoning loops, incorrect tool selection, and plausible but incorrect answers.
AWS releases healthcare appointment agent tutorial using Nova 2 Sonic speech-to-speech model
AWS published a technical guide for building voice appointment agents using Amazon Nova 2 Sonic, a speech-to-speech model that processes audio natively without separate transcription steps. The tutorial covers authentication, scheduling, and escalation tools running on Amazon Bedrock AgentCore with DynamoDB persistence.
Google brings personalized image generation to all US Gemini users, expanding from paid-only feature
Google is expanding personalized image generation in the Gemini app to all eligible US users, removing the previous restriction to AI Pro and Ultra subscribers. The feature allows Gemini to access user data across Google services like Gmail and Photos when generating images.
Google makes Gemini's personalized image generation free for all U.S. users
Google removed the paywall for Gemini's personalized image generation feature, making it free for all eligible U.S. users starting today. The Nano Banana-powered feature was previously limited to Plus, Pro, and Ultra subscribers.
Comments
Loading...