Production quality assurance (QA) workflows require more than individual test execution. You must organize tests into regression suites that run as a batch, and integrate them into continuous integration and continuous delivery (CI/CD) pipelines so that test results gate deployments automatically.

In a previous post, we introduced QA Studio, a reference solution for agentic QA automation built with Amazon Nova Act. We showed how to define individual use cases in natural language, run them on demand through AI-powered visual navigation, and inspect execution artifacts with full trajectory visibility.

In this post, we extend that foundation to demonstrate how QA Studio addresses batch regression testing and pipeline integration through test suites that organize and parallelize execution, and a command-line interface that brings agentic testing into automated CI/CD pipelines.

Test suites for organized regression testing

With QA Studio, you can group individual use cases, each validating a specific user journey, into collections called test suites that run together. These test suites support structured regression testing across functional areas.