Provided the option to edit the name of a data tracking environment. This enhancement is applicable if there are no test cases generated on that tracking environment.
Added free-text filtering for flows in the Map view. You can now search using partial or incomplete text to find flows that contain matching words. For example, entering “google” will match flow(s) that contains the word “googlePixel".
Added the ability to pause or resume data tracking on an AUT in Katalon TestOps. This setting is located in the TrueTest AUT Detail page.
Introduced Test Gap Analysis feature: a powerful capability that ensures your testing activities align with real user behavior in production. This feature helps teams detect and close coverage gaps by comparing actual user flows with existing test coverage, making regression testing more focused, efficient, and accurate.
The analysis identifies gaps by highlighting pages and actions present in the primary map but missing from the secondary map. It also automatically filters for partially covered/uncovered flows, helping you focus on what is not covered. From there, you can automatically generate test cases for the uncovered flows to achieve complete coverage of critical user journeys seen in production.
Introduced the TrueTest configuration flow on Katalon TestOps.
The concept of Application under Test (AUT) is applied to all accounts, whether or not you use TrueTest. An AUT represents a target application that you test using our platform.
You can define multiple AUTs, and for each AUT, they can specify multiple test environments, such as production, staging, QA, etc.
Two-level configuration system to support flexible and secure workflows:
Account Level: Account Admin can purchase TrueTest licenses and assign them to desired AUTs with TrueTest enabled. System Admin can configure AUT, data tracking, and test execution environments with TrueTest enabled. See Configure TrueTest Agent.
Project Level: Project Admin can link a project to an AUT with TrueTest enabled, select a Git repo, and configure other advanced settings for the selected AUT. See Associate AUT to Project.
You can now generate a journey map with the data tracked from a specific environment. This means multiple environments (e.g. Production, Staging or AUT) can be specified for data tracking under the same AUT. Data from each environment is used to generate separate journey maps, allowing user behavior to be analyzed independently across different deployment stages.
You can now manually edit the AI-generated summary and description of a captured flow before generating test cases. This allows for clearer alignment with testing scope, ease in review, organize, and communication before moving forward with test generation.
Improved support for Shadow DOM: The TrueTest Agent now captures smart locator and CSS information for interactive elements, improving the clarity and reliability of generated test objects and steps in Shadow DOM applications.
Allows users to rename page nodes on the user journey map: You can now edit the default paths (e.g., "/checkout/payment-method") to more clearer, user-friendly labels (e.g., “Payment Info”) for better readability.
Added support for linking multiple projects to one application under test. This enables teams to work independently while leveraging the same underlying data, improves scalability, collaboration, and test coverage across business units.
Improved TrueTest Agent to detect a broader range of HTML elements (e.g. ENTER and TAB keys, slider, dropdown) and automatically generate corresponding test objects and Katalon Studio keywords.
Automatically updates test object locators to adapt to UI changes in the application under test (AUT). This feature detects changes like layout or styling updates, and adjusts locators accordingly. This feature helps reduce test failures and maintenance efforts while preserving test reliability.
Review and retain obsolete flows: You can review obsolete flows which already have correspondingly generated test cases and decide which to keep. These flows will be retained along with the newly generated set of flows. See Retain obsolete flows.
You can now add tags while generating test cases in the Add tag field in the Generate Test Case dialog.
When TrueTest detects dynamic elements, it will generate a single, generalized test object that encapsulates these variations - acknowledged as dynamic test objects. Users can then add variables to the dynamic object to include properties that are relevant to the AUT before executing test cases containing those dynamic test objects. Learn more with the documentation: Dynamic test objects in TrueTest.
You can store TrueTest artifacts on Katalon Cloud and download them for local review and execution.
View details of a flow: Each flow has a summary, a description, a traffic category and detailed test steps. Users can now easily view those details for each flow shown on the Map view and from the flow list.
TrueTest now automatically identifies dynamic elements in URLs and replaces them with placeholders. This ensures generated test cases remain valid and reusable across different URL variations.