Changelog

New updates and improvements to QA.tech

Mouse Events

January 10, 2025

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.tech visions to not just click on elements but actually act as a user.

How it Works:

  • Live Mouse Tracking: See the exact path of the mouse during test execution.
  • Click and Type Insights: Identify where clicks occur and where text is entered, helping diagnose UI interaction issues.
  • Better Debugging: Quickly pinpoint potential issues by understanding how the test interacts with elements on the screen.

This feature enhances test analysis, making it easier to refine automated test cases and optimize interactions with your application. Start visualizing mouse activity in your tests today!

Read more

Trello Integration

January 7, 2025

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 it Works:

  • Seamless Reporting: Send bug reports directly from the test environment to Trello without switching between tools.
  • Customizable Workflow: Choose which Trello board and list the bug report should go to, making it easier to categorize and prioritize issues.
  • Automatic Details: Reports include relevant test details and screenshots, reducing manual input and improving bug tracking accuracy.

This integration helps keep your team aligned and makes bug tracking more efficient. Start sending bug reports to Trello with ease!

Read more

Suggestions for Test Steps

November 27, 2024

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 process and ensures more efficient, effective test automation.

How it Works:

  • Step Guidance: When creating or editing a test case, you'll receive suggestions on how to structure each step for better clarity and accuracy.
  • Tool Recommendations: Based on the step's context, the system will suggest appropriate tools or actions the agent can use to complete the task effectively.
  • Efficiency Boost: Reduce errors and enhance test reliability by leveraging AI-driven insights for test case optimization.

This feature simplifies test creation, reduces the need for trial-and-error, and improves overall test execution. Start creating better test cases with smart suggestions today!

Read more

Stop Test in Edit View

November 27, 2024

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 an item before deleting it—you can now use the "Run w. Dependencies" button. Normally we use the latest execution of the dependency as starting point.

How it works:

  1. Pause During Editing: Stop a running test without leaving the edit view.
  2. Fix Steps: Make necessary adjustments to correct or improve the test.
  3. Run Again: Restart the test when you're ready to continue.

This feature helps you quickly address issues and refine your tests for better results.

Read more

Duplicate tests easily

November 15, 2024

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:

  1. Open the Test Menu: Choose an existing test from your list.
  2. Duplicate with One Click: Use the "Duplicate" option to create a copy of the test.
  3. Customize as Needed: Adjust the duplicated test to explore variations or fine-tune specific parameters.
  4. Set Live: Activate the test when ready to include it in your workflows.

This update streamlines test creation, making it easier to experiment and optimize without starting from scratch.

Read more

Edit scenarios

November 12, 2024

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 you can do:

  1. Set Up Scenarios: Create custom test scenarios tailored to your needs.
  2. Rename Scenarios: Update scenario names for clarity and context.
  3. Reorder Scenarios: Adjust the sequence of scenarios to fit your priorities.

This feature is perfect for organizing tests efficiently, ensuring a smoother workflow and better test management.

Read more

Instantly add detected tests

October 29, 2024

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 works:

  1. Discover potential tests: Our system analyzes your website and suggests relevant tests.
  2. Add with a click: Simply select the tests you want and add them directly.
  3. Review & refine: Our agent will provide tests that have been detected. Feel free to review and customize it to your exact needs.
  4. Activate tests: Once you're satisfied, activate the test plan for automated execution.
Read more

Add your own custom tests

October 22, 2024

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

  1. Describe your feature: Provide a clear and concise explanation of the feature you're building.
  2. Generate test plan: Our AI agent will analyze your description and create a customized test plan.
  3. Review and refine: You can review the generated test plan and make any necessary adjustments.
  4. Set live: When you are satisfied with the plan and the test run, set it live for it to be tested automatically.
Read more

See and Request Tests

October 17, 2024

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 Detected Tests, a feature aimed to simplify test case creation. This feature analyzes your site to automatically generate a list of suggested tests, saving you time and effort.

Here's how it works:

  1. Initial Scan: Our system begins by performing a comprehensive scan of your website using a crawler.
  2. Action Mapping: We digest all the actions on your site through a graph.
  3. Test Case Suggestions: Using large language models (LLMs), the system suggests test cases tailored to your website's structure and behavior. These suggestions are now visible directly in the app.
  4. Requesting Tests: You can then view the suggested test cases and request them. Upon requesting new tests, a dedicated agent will go through flows and create working tests based on the instructions.

Coming soon: We're working on giving you even more control over the process. Soon, you'll be able to propose your own ideas and follow the test creation process in greater detail.

Read more

File Upload tests

September 27, 2024

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 accept a file but also display the file correctly within the system.

When it comes to customer inquiries, one of the most frequently asked questions is about how our AI determines what aspects of their website need testing.

The ability to autonomously identify test cases by simply crawling a website has the potential to address testing requirements that do not necessitate domain-specific knowledge. The most effective services are capable of self-description to a degree where the AI can comprehend the testing requirements.

In addition, we have introduced the possibility to view a list of automatically detected tests within the application. You can conveniently and easily request these tests to be added to your project.

Read more