Product

    Changelog – what's new in QA.tech.

    Features, fixes and improvements – shipped continuously and listed here, newest first.

    1. v2026.04.22

      Marketing site content routing

      Read more
    2. Edit Multiple Test Cases at Once

      You can batch update application, scenario, agent, configs, device preset and other settings on multiple tests at once. How It Works Select test cases: Use checkboxes to select one or more test cases on the scenarios pag

      Read more
    3. Get Email Notifications When Test Runs Complete

      You can now get email notifications when test runs complete - delivered to your inbox with pass/fail status, failed test details, and direct links to results. How It Works Email notifications: Select team members from yo

      Read more
    4. Use AI Chat to Bulk-Edit Your Tests

      Editing tests one-by-one is slow. Now you can describe changes across your entire test suite in chat. The AI finds relevant tests, proposes edits for each, and you review and apply them all at once. What You Can Do Fix a

      Read more
    5. Claude Haiku 4.5 Is Now the Default AI Model for All New Tests

      We switched the default AI agent from Claude Sonnet to Claude Haiku 4.5. Tests run faster. Existing tests are unaffected. What Changed New default: New tests use Claude Haiku 4.5 unless you select a different agent Exist

      Read more
    6. Send Test Notifications to Microsoft Teams Channels

      If your team uses Microsoft Teams, you can now receive test run notifications directly in your Teams channels - no need to switch between tools to stay informed about test results. How It Works Simple webhook setup: Crea

      Read more
    7. Tests Now Run Faster by Default

      Tests now run faster by default. Agent Cache stores AI reasoning decisions from successful test runs and reuses them when your pages haven't changed, making subsequent runs significantly faster without any configuration

      Read more
    8. View Downloaded Files Directly in Test Sessions

      During test execution, downloaded files appear in the Downloads dialog, but until now, you couldn't see what was inside without manual inspection. Now you can preview PDFs, images, spreadsheets, and code files directly i

      Read more
    9. Send Test Notifications to Different Slack Channels

      Now you can override Slack notification channels per test run via API, with optional filtering. Different test runs deserve different audiences: CI/CD pipelines might need a deployment channel, while nightly tests go to

      Read more
    10. Agents Can Call APIs During Test Execution

      QA.tech agents can now make HTTP requests during test execution to fetch test data, authenticate, validate responses, or trigger webhooks. How It Works API configs: Create an API Call config in Project Settings → Configs

      Read more
    11. Agents Can Copy and Paste Values Between Test Steps

      Agents can now copy values from one step and paste them into another, making it easier to test workflows that require transferring data between form fields or pages. How It Works No setup required: Clipboard support work

      Read more
    12. Improved Getting Started Experience

      New users automatically get a specialized onboarding agent that analyzes the website, detects authentication needs, and generates critical tests focused on revenue-driving flows. How It Works When you create a new projec

      Read more
    13. Automatic Exploratory Testing on Pull Requests

      Code reviews usually can't catch UI bugs or broken user flows - so issues slip through even when the code looks correct. We added automatic exploratory testing that runs when preview deployments are ready, catching issue

      Read more
    14. Redesigned Dashboard with Clear Metrics and AI Chat Access

      Checking test health used to require navigating multiple pages and piecing together information. Now we added key metrics directly on your project home page and created a dedicated Insights page for deeper analytics, mak

      Read more
    15. Create New Tests with AI Chat

      Want to test a new feature or check if something works? Instead of writing test cases manually, just ask the chat assistant - "Explore the checkout flow" or "Test the new search feature" - and watch it creating test case

      Read more
    16. Create Tests via API

      Manually creating tests through the UI doesn't scale for teams that want to automate test generation from their own tools and workflows - so we built a RESTful API that lets you create tests programmatically with project

      Read more
    17. Added SSH Tunnel Proxy to Access Dev or Staging Environments Under Firewalls

      Dev and staging environments are commonly protected behind corporate firewalls, making them inaccessible to external testing tools. Now our AI agents can access even those protected environments through SSH tunnel proxie

      Read more
    18. Transparent Usage and Billing Metrics

      Without visibility into which projects consume the most testing resources, it's hard to optimize costs or plan budgets effectively. Now you can see test case executions broken down by project and time period, making it e

      Read more
    19. Complete Network Request Inspection

      Debugging API issues with limited visibility into request and response data wastes time guessing what went wrong - so we added full network inspection to the test tracer. How It Works Full Request and Response Bodies: Vi

      Read more
    20. Test Multiple Applications from One Project

      Managing separate QA.tech projects for each application creates overhead and fragments your testing workflow—so we added support for multiple applications within a single project. How It Works Unified Project Management:

      Read more
    21. Switch Between Environments Effortlessly

      Manually updating URLs and configurations when switching between staging and production environments slows down testing workflows—so we added support for multiple environments per application. How It Works Per-Applicatio

      Read more
    22. Automated Testing for Preview Deployments

      Catching issues after code is merged to production is too late—so we added automatic testing for preview environments on pull requests. How It Works Automatic Detection: QA.tech detects preview deployments from Vercel, N

      Read more
    23. Smart Rerun: Only Test What Failed

      Rerunning entire test suites to catch flaky tests or verify fixes wastes time and resources—so we made the rerun button smarter. How It Works Selective Rerun: The rerun button now intelligently identifies and reruns only

      Read more
    24. AI That Understands Your Application

      Generic AI suggestions can miss critical context about your specific application and workflows—so we added a knowledge system that helps the AI understand what makes your project unique. How It Works Upload Documentation

      Read more
    25. Organize Tests with Sub-Scenarios

      As test suites grow, finding and managing related tests becomes increasingly difficult—so we added hierarchical organization to help you structure tests logically. How It Works Nested Scenario Structure: Create parent an

      Read more
    26. Visual Context: Images and PDFs in Chat

      Explaining complex bugs or design requirements through text alone can be time-consuming and prone to misunderstanding—so we added support for visual attachments in chat. How It Works Upload Screenshots and Mockups: Attac

      Read more
    27. Test Creation Through Natural Conversation

      Creating and managing tests often means navigating through multiple screens and remembering where everything is—so we built a conversational interface that lets you work naturally. How It Works Natural Language Test Crea

      Read more
    28. Keep Your Workspace Organized with Project Archives

      Managing multiple projects over time can lead to a cluttered workspace—so we added a simple way to keep things organized without losing your history. How It Works Archive Inactive Projects: Easily archive projects you're

      Read more
    29. Bug Reproduction Made Effortless

      Manually reproducing issues slows everyone down—so we re-imagined the process, making it effortless and delightfully fast. How It Works Simply describe the bug—like "Incorrect phone number in sign up doesn't give a valid

      Read more
    30. E2E Testing Across Every Screen Size

      Consistent Testing Across Every Screen Size Our customers told us testing applications across various device screens can be cumbersome—so we simplified it. Introducing Device Presets , a streamlined way to manage device-

      Read more
    31. Enhanced Tracer: View Page and Agent Data

      Debugging automated tests often involves understanding exactly what data the AI agent is processing. To simplify this, we've enhanced the tracer to show all the data the agent receives—including the current page and agen

      Read more
    32. GitHub Status Badges

      Now you can add a QA.tech status badge directly to your GitHub README to quickly display the status of your automated tests. The badge clearly indicates whether tests are passing or failing and provides insight into when

      Read more
    33. Preview Test Changes in Edit View

      We've introduced a new feature that lets you preview how your changes would impact the AI agent directly within the edit view. This allows you to quickly retry specific steps without needing to rerun the entire test, sav

      Read more
    34. Run with Dependencies in Test Edit View

      We've introduced a new feature that lets you easily rerun a test along with all its dependencies directly from the test edit view. In situations where running a single test isn't sufficient—such as needing to recreate an

      Read more
    35. Test Dependency Graph

      Understanding complex test setups can be challenging, especially when tests share browser states and pass information between each other. With this update, we've made it simple to visualize test dependencies and interact

      Read more
    36. Improved Network and Console Logging

      When debugging test automation, tracking events across a full test session can be overwhelming, especially when identifying exactly which actions correspond to each step. With our improved network and console logging, yo

      Read more
    37. Highlight Interactive Elements on the Page

      It's frustrating when your automated tests fail because the AI agent misses elements it should interact with. To solve this, we've introduced a simple way to visually confirm exactly what elements your agent sees and can

      Read more
    38. Version History for Tests

      Introduced a new feature that tracks all changes made to test cases over time—test steps and configurations. Teams can now review who made changes, when they were made, and what was changed. This addition ensures a compl

      Read more
    39. AI-Suggested Test Cases

      AI-Suggested Test Cases QA.tech now intelligently suggests valuable test cases by automatically analyzing your website. Our AI-powered agent can: Log into your website (if authentication details are provided). Crawl your

      Read more
    40. Test Execution Insights

      QA.tech now provides insights into your test executions. With clear visual analytics, you'll instantly understand your test performance and trends: What's Included: Test Execution Trend : Easily track the number of tests

      Read more
    41. Easier Debugging

      Understand Every Step of Your AI Agent Why We Built This Debugging test automation can be frustrating when you don't know why a test failed or how the AI agent reached its decision. With this update, we've made it incred

      Read more
    42. Automatically Test and Verify File Downloads

      Testing File Downloads QA.tech's agent can now easily test the file download and export functionality of your web applications. When running a test involving file downloads, the agent will: Detect the file download trigg

      Read more
    43. Project Contexts

      Provide data that the AI agent will use when running all tests. This feature ensures the agent understands key aspects of your site, enabling more accurate and reliable test execution. How it Works: Centralized Informati

      Read more
    44. Quick Summaries for Failed Tests

      Quick Summaries for Failed Tests, making it much easier to diagnose and understand test failures at a glance. How it Works: Hover to View Details : Quickly see why a test failed by hovering over the status in the test li

      Read more
    45. Test Plans

      Test Plans allow you to organize and manage groups of test cases that can be executed together as a single unit. Overview Test Plans are collections of test cases that you want to run together regularly. This feature pro

      Read more
    46. File Uploads with Custom Files

      We've enhanced file upload testing capabilities to support both default and custom files, making it easier to test different file import scenarios. How it Works: Default Test Files : QA.tech provides built-in test files,

      Read more
    47. Multiple Configs for User Role Testing and More

      We've introduced the ability to define multiple configurations for test runs, allowing for more flexibility in how tests are executed. Now, you can create and manage different test setups based on user roles, file upload

      Read more
    48. Jira Integration

      Alongside Trello, we've also introduced Jira integration to simplify bug tracking. Now, you can send bug reports directly to Jira, ensuring a smoother workflow for teams using the platform. How it Works: Direct Jira Repo

      Read more
    49. Mouse Events

      We've added an Mouse Event Tracing feature to give you deeper insights into test execution. Now, you can visually track how the mouse moves, where it clicks, and where text is typed during test runs. This is part of QA.t

      Read more
    50. Trello Integration

      We've made it easier to track and manage bugs with our new Trello integration. Now, you can send bug reports directly to your Trello boards, streamlining collaboration and ensuring issues are addressed efficiently. How i

      Read more
    51. Stop Test in Edit View

      We've introduced the ability to stop a test directly from the edit view , giving you more control during the test creation process. In situations where running a single test isn't sufficient—such as needing to recreate a

      Read more
    52. Suggestions for Test Steps

      We've introduced a new feature that enhances the test creation and editing experience by providing intelligent suggestions for writing test steps and selecting the best tools for execution. This helps streamline the proc

      Read more
    53. Duplicate tests easily

      We're introducing Test Duplication , a simple way to duplicate any existing test. This feature is ideal for creating variations and saving time during test setup. How it works: Open the Test Menu: Choose an existing test

      Read more
    54. Edit scenarios

      We've added the ability to edit test scenarios , giving you full control over how your tests are organized. Scenarios group related tests, making it easier to keep everything structured and aligned with your goals. What

      Read more
    55. Instantly add detected tests

      We're excited to announce a significant improvement to our Detected Tests feature. Now, you have the power to instantly add detected tests , eliminating the need to wait for the tests to be manually created by us. How it

      Read more
    56. Add your own custom tests

      We're excited to introduce the possibility to add your own custom tests. Simply describe the feature you're building, and our AI agent will generate a tailored test plan. Here's how it works Describe your feature: Provid

      Read more
    57. See and Request Tests

      Our new Detected Tests feature shows you a list of tests that we have detected based on our analysis of your website or web application. You can then request these tests. Detected Tests We're excited to introduce Detecte

      Read more
    58. File Upload Tests

      We have implemented a new feature that allows you to upload files in our tests, expanding the scope of testing to cover even more complex user journeys. File Uploads It is important to verify that file uploads not only a

      Read more
    59. Two-Factor Authentication Test Configuration

      Two Factor Authentication (2FA) testing is facilitated through a user-friendly interface resembling Google Authenticator. Multifactor login flows We've launched a new feature enabling testing of multifactor login flows,

      Read more

    Ready to end the QA bottleneck?

    See how QA.tech agents test your product in a 30-minute demo – and leave with a plan to reclaim those hours.

    Get a demo