Skip to main content

Step 1: Create a test case

Head to the Test Cases section in your dashboard. Tests are built step by step in plain English, but focused on clear actions. For example:
  • Navigate to flights.google.com
  • Click on Round trip
  • Type JFK in From
  • AI Magic: Set departure date as tomorrow
  • AI Assert: Check if the list of flights is visible
You can mix navigation, clicks, typing, selections, AI Magic, and assertions to cover real workflows. QAbyAI Product Screenshot

Step 2: Use steps to extend your test

Tests grow step by step. Each step can simulate an action (click, type, select, scroll, hover, upload) or add intelligence (AI assertion, variable, wait condition). Explore the full list of tools and steps to customize your tests.

Step 3: Schedule with test plans and notifications

Once your test case is ready, add it to a Test Plan. Test plans let you schedule tests to run automatically and group multiple cases together. To receive results by email:
  1. Go to Settings.
  2. Open the Execution tab.
  3. Under Notification, enter your email address.
You’ll get a message every time a test plan runs, telling you whether it passed or failed.

Step 4: Get results by email

Each email report includes:
  • Pass/fail summary.
  • Video replay of the execution.
  • Step-by-step breakdowns with AI-powered insights.
No need to keep checking dashboards manually.

Step 5: Integrate with CI/CD

Bring QAbyAI into your development workflow by connecting it to your pipelines. Use our CI/CD integration guide to:
  • Trigger tests on every pull request or deployment.
  • Get test results in your pipeline logs.
  • Block bad builds automatically.

Next steps

  • Explore AI Assertions for intelligent validations.
  • Learn how to use Variables to store and reuse data.
  • Check out Reporting for more on results and analytics.
With these tools, you’ll have a full AI-powered QA workflow running in no time.
I