Tricentis Tosca Patch Notes

This topic is all about patches for the 2023.2 version of the Tosca client.

Keep in mind that patches are cumulative: the latest patch always contains the latest fixes and those of previous patches. This means you only need to install the latest patch to get all fixes for this version.

There's a patch dependency for SAP Solution Manager Service . If you use the SAP Solution Manager Service integration, you must also install Tosca Server 2023.2.4 or later to ensure full functionality.

Installation

To install the patch, follow these steps:

  1. Download Tosca 2023.2.12 (opens in new tab) from the Tricentis Support Hub. Please note that you have to be signed in with your Tricentis Support Hub credentials to see the download.

  2. Unzip the download package. Then trigger the patch process in one of the following ways: 

    • For attended installation, run the file Tricentis Tosca 2023.2.12 LTS.exe.

    • For unattended installation, run the command "Tricentis Tosca 2023.2.12 LTS.exe" /s /qn.

    Depending on your systems environment, you may need to run with administrator rights.

  3. The patch process installs new versions of all .exe.config files, which means the patched version overwrites the settings of the previous installation.

    To restore the settings to your needs, perform these actions:

    • Go to %TRICENTIS_ALLUSERS_APPDATA%\ConfigBackup<timestamp>\ToscaCommander, where you'll find backups of the old files.

    • Manually update the new versions of the .exe.config files with the information from the backups.

Only use your backup files as a reference.

  • Don't replace any new version files with your backup files.

  • Don't paste the entire content from your backup files without checking for differences between settings in the new and the old version.

If you install patch 4 and want to use Salesforce Engine 3.0, please also install the latest Tricentis Automation Extension from the Chrome Web Store (opens in new tab).

New Features

This section lists new features that we've added.

Synchronization: performance improvement (since patch 10)

With patch 10, you can enable a performance improvement for the "include for synchronization" functionality.

By default, when you trigger the synchronization task, Tosca pulls as many revisions as possible of the objects you're synchronizing. This means that if you have a large team with many check-ins, the synchronization task might take a long time.

If you enable the performance improvement, Tosca synchronizes only revisions that exist at the time you trigger the task. Tosca doesn't keep checking for revisions during the task, and it ignores new revisions that appear while the task is running.

To enable the performance improvement, follow these steps:

  1. Open the TOSCACommander.dll.config file. After a default installation, you can find the file in %COMMANDER_HOME%.

  2. In the section applicationSettings, add the following code between the Tricentis.TCCore.Persistency.Properties.Settings tags:

<setting name ="FastIncludeForSync" serializeAs="String">
   <value>True</value>
</setting>
  1. Save and close the file.

  2. Repeat this process on all machines where users need the performance improvement.

Tosca Commander: logic change for unique IDs (since patch 10)

Each object in your common repository has a unique ID, which ensures that Tosca can uniquely identify and reference the object across the entire repository. As of patch 10, Tosca uses different logic to create unique IDs for new objects. This improves performance—because Tosca can now fetch and reference objects much faster—and reduces the size of your workspace and common repository.

The change in logic doesn't cause any issue for the patched version. Existing objects keep their unique IDs, which Tosca 2023.2.10 can read without issues. If you create new objects after installing the patch, Tosca simply applies the new logic to them.

However, the change in logic is not backwards compatible. To avoid issues, you have to be extra careful not to mix versions:

  • Make sure you patch all instances of Tosca before you allow commits to the repository again. This includes, for example, user machines, machines that host Tosca Distribution Agents, or machines that access the repository via TCShell or any of the Tosca Commander APIs.

  • Make sure you export 2023.2.10 subsets into 2023.2.10 (or later) only. Don't export a 2023.2.10 subset into an unpatched version.

Run DEX Agents without administrator privileges (since patch 9)

With patch 9, we've added the ability to run DEX Agents without administrator privileges. To do this, you must start the RDP service manually. For best results, set the Startup type to Automatic. RDP must already be running before an Agent can execute a new ExecutionList. Please note that Agent configuration still requires administrator rights.

Configurations: changed inheritance behavior (since patch 8)

Configurations are bundles of test configuration parameters (TCPs) that you maintain in a central location. With patch 8, inheritance of configurations works exactly like inheritance of individual TCPs:

  • All child objects inherit the configurations of their parent object.

  • If you drag a different configuration onto the child object—and this configuration has the same parameters with different values—the parameter values of the child object take precedence.

Let's say you have the following situation:

  • You have a TestCase folder called Parent. This folder contains multiple TestCases and another TestCase folder called Child. The Child folder also has multiple TestCases in it.

  • You have a configuration called ConfigA. This configuration contains the TCPs A1, A2, and Browser with the value Firefox.

  • You have a configuration called ConfigB. This configuration contains the TCPs B1, B2, and Browser with the value Edge.

When you drag ConfigA onto the Parent folder, everything in it inherits these TCPs. This includes the Child folder and its TestCases.

When you drag ConfigB onto Child, Tosca processes the TestCases in the Child folder differently. It applies all TCPs: A1, A2, B1, B2, and Browser. However, it runs the TestCases in Edge as specified in ConfigB.

Open Tricentis Server Repository workspaces via command line (since patch 8)

We added new auth parameters that allow you to open Tricentis Server Repository workspaces directly via command line. For details, check out "Open a workspace via the command line".

XBrowser Engine 3.0: 'Frame id retrieval timeout' setting (since 2023.2.8)

On slower machines or pages that use many resources, scanning or steering content inside CrossDomainFrames may fail, leading to an empty frame in the XScan results.

To resolve this issue, we’ve introduced a new setting, Frame id retrieval timeout. This lets you specify the maximum time (in milliseconds) that Tosca waits to retrieve a CrossDomainFrame ID before timing out. You can find it in Settings->TBox->Engines->XBrowser->Browser Settings and its default value is 100 ms.

If you encounter empty frames during scans, we recommend increasing the value of this setting to allow more time for the frame retrieval process.

Note that this setting works only with the browser extension installed from your browser's store, not the one bundled with the Tosca installation.

UIA Engine 3.0: speed up execution (since 2023.2.6)

We've added a new parameter called PreventUIAChildrenRecursion, which you can either add as a test configuration parameter to your TestCase or as a steering parameter to your Module. This parameter specifies whether to check for infinite loops when navigating through the hierarchical structure of UI elements.

It has the following values:

  • True: Tosca runs an additional check to prevent recursion. We recommend that you use this value if you encounter issues with infinite recursions.

  • False: Tosca doesn't run this check, which speeds up your test runs. This is the default setting.

If you don't explicitly add the parameter PreventUIAChildrenRecursion, Tosca acts as if it's False.

Tosca Cloud integration (since 2023.2.4)

With this patch, we changed the integration with Tosca Cloud:

  • We added a new transition option. With this option, you can upload your on-premises TestCases to Tosca Cloud and run them there.

  • We kept the existing test execution integration via AOS as a beta feature. With this option, you can trigger Tosca Cloud test runs out of Tosca on-premises.

For detailed information on Tosca Cloud integration options and important considerations, check out "Tosca Cloud integration".

XBrowser Engine 3.0: new value for 'HubAddress' TCP (since 2023.2.3)

You no longer need to remove the HubAddress TCP if you want to switch from WebDriver to XBrowser. Instead, you can just change the TCP value to WebDriver execution off. This makes it easy and efficient to switch back and forth between test execution types.

XBrowser Engine 3.0: changed default value of the setting 'Enable slot content handling' (since 2023.2.2)

To improve performance of HTML slots, we've changed the default value of the setting Enable slot content handling from True to False. Don't worry, your existing TestCases are safe—this change only impacts new Modules.

Here's what this update means for you:

  • For new Modules, the XBrowser Engine 3.0 now automatically adds the steering parameter EnableSlotContentHandling to XBrowser controls during scans and sets it to False. This displays controls as they are in the DOM structure.

  • For existing Modules with the steering parameter EnableSlotContentHandling set to True, Tosca leaves the value as is, even after rescanning. If you want to display controls as children of their assigned slot, keep the steering parameter set to True.

    Note that since True was the previous default, if the steering parameter isn't visible, it may still be set to True.

XBrowser Engine 3.0: Island Enterprise Browser automation (since 2023.2.2)

The XBrowser Engine 3.0 now supports Island Enterprise Browser. To run tests in Island, simply set the Browser TCP to Island.

Note that the engine doesn't support the automation of Island via WebDriver.

XBrowser Engine 3.0: automate browsers with different users after the upgrade to Manifest V3 (since 2023.2.2)

Here's what our upgrade to Manifest V3 from mid-April, 2024 means for you:

  • Improved performance and compatibility.

  • Adjustments when you want to automate browsers with different users. To do this, open a Tosca workspace as the user you want to automate and then close the workspace. You're now ready to start automating browsers with that user.

    Alternatively, an admin user must first set up these registry entries on any local machine where you want to automate browsers with different users:

    Copy
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\tricentis.automation.htmlengineextensionhelper]
    @="C:\\Program Files (x86)\\TRICENTIS\\Tosca Testsuite\\TBox\\Tricentis.Automation.HtmlEngineExtensionHelper.manifest.json"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\NativeMessagingHosts\tricentis.automation.htmlengineextensionhelper]
    @="C:\\Program Files (x86)\\TRICENTIS\\Tosca Testsuite\\TBox\\Tricentis.Automation.HtmlEngineExtensionHelper.Firefox.manifest.json"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Edge\NativeMessagingHosts\tricentis.automation.htmlengineextensionhelper]
    @="C:\\Program Files (x86)\\TRICENTIS\\Tosca Testsuite\\TBox\\Tricentis.Automation.HtmlEngineExtensionHelper.manifest.json"

    You only need to do this once, then it works with all browsers.

    Note that the XBrowser Engine 3.0 only supports one active browser session per Windows user session. This means that, for example, you can't simultaneously run Chrome browser sessions for different users, such as User1 and User2, within the same test run and switch between them.

    Also, by default, Edge always runs in the background. This means that if you run your tests with User1, you need to stop Edge before you can run tests with User2. For information on how to stop Edge, see the Microsoft documentation (opens in new tab).

    For more information on our upgrade to Manifest V3, check out this Tricentis Knowledge Base article (opens in new tab).

Running XBrowser Engine 3.0 and Oracle Engine 3.0 tests concurrently (since 2023.2.2)

In certain circumstances, some users experienced issues with controls when they ran XBrowser Engine 3.0 and Oracle Engine 3.0 tests at the same time. For example, 'Control not found' errors.

This patch includes a fix. To deploy it, create an environment variable on your machine with the name TBOX_USE_ORACLE_ADF_SWITCH and the value true.

Salesforce Engine 3.0: access the Salesforce API if cookies are blocked (since 2023.2.3)

To use the ApiKey property to steer controls on Salesforce applications, you need to have access to the Salesforce API and therefore you need an API access token. Until January 2024, the API access token was downloaded from the browser of the active session of the logged in user using cookies. However, Google Chrome has restricted third-party cookies by default. Consequently, Tosca doesn't retrieve the Salesforce API token from the cookies.

Resolved issues

This section lists all issues we've resolved.

Fixed in

Component

Issue

Description

2023.2.12

Tricentis Tosca

TOSCA-25396

Tosca installers update .NET to version 8.0.16.

2023.2.12

XML Engine 3.0

TOSCA-10340

It disables the use of obsolete DTDs in the XML engine because they were causing exceptions.

2023.2.11

Database Engine 3.0

TOSCA-23737

Fixes an issue where you couldn't use environment variables in the export path to change the destination folder dynamically.

2023.2.11

Java Engine 3.0

TOSCA-22912

The last row of a table is now displayed even if the height of the table scroll is less than the height of the table itself.

2023.2.11

Java Engine 3.0

TOSCA-22975

When selecting a value in a dropdown list, dependent components are now updated accordingly.

2023.2.11

Oracle Engine 3.0

TOSCA-19377

Fixed issue in OracleEBS Scrollable table component.

2023.2.11

Oracle Engine 3.0

TOSCA-20549

Improved performance in OracleEBS scrollable tables.

2023.2.11

Oracle Engine 3.0

TOSCA-19164

Fixed issue in OraceEBS scrollable table.

2023.2.11

Oracle Engine 3.0

TOSCA-19161

Correct data retrieval for OracleEBS scrollable tables.

2023.2.11

Oracle Engine 3.0

TOSCA-21882

Fix Navigator issue when scrolling horizontally.

2023.2.11

PDF Engine 3.0

TOSCA-22988

Fixes an issue that prevented PDF Scan from scanning large PDFs.

2023.2.11

Tosca Commander

TOSCA-21954

Tosca now displays the expected folder structure in test results.

2023.2.11

Tosca Commander

TOSCA-22330

Fixes an issue where archiving results changed the recorded start time of a test run.

2023.2.11

Tosca Commander

TOSCA-23963

When copying and pasting a configuration from the DI Connection Manager within the Configurations folder, the pasted configuration's TCPs are now editable.

2023.2.11

Tosca DI

TOSCA-22889

Fixes UI issues when switching between the API Technical view and the DI SQL Editor.

2023.2.11

Tosca Licensing

TOSCA-21262

This fix improves license delivery.

2023.2.10

API Engine 3.0

TOSCA-20175

Fixes an issue where JSON paths with integers as elements, not used as an index, did not work.

2023.2.10

Tricentis Tosca

TOSCA-23015

Updated .NET 8 runtimes to 8.0.15

2023.2.10

Distributed Execution

TOSCA-22167

This fix improves how quickly the agents pick up new test events and resolves the issue where they appeared idle despite not processing new executions.

2023.2.10

Distributed Execution

TOSCA-20441

The UI now allows you to exit the view without issues, if you set the log file to an invalid (non-existent) path in the configuration window.

2023.2.10

Distributed Execution

TOSCA-21503

Improved speed and reliability of the Agent Recovery.

2023.2.10

Distributed Execution

TOSCA-20553

Fixes legacy RDP.

2023.2.10

HOST Engine 3.0

TOSCA-21598

Fixes an issue where Host Engine 3.0 was getting a NullReferenceException after upgrading to Tosca 2024.2.

2023.2.10

Mobile Engine 3.0

TOSCA-20638

Fixes an issue when using JSON objects as capability values.

2023.2.10

Mobile Engine 3.0

TOSCA-22906

Improves performance when navigating native apps with many elements and enhances responsiveness.

2023.2.10

SAP Solution Manager

TOSCA-7203

Fixes an issue with SAP Message Toast module.

2023.2.10

Tosca Commander

TOSCA-11289

Fixes an issue where Tricentis User Administration user groups went missing after synchronizing with LDAP.

2023.2.10

Tosca Commander

TOSCA-13159

Fixes an issue where ExecutionList logs showed Reusable TestStepBlocks instead of TestStepFolders.

2023.2.10

Tosca Commander

TOSCA-17207

Fixes an issue where Tosca might not open the context menu for search results.

2023.2.10

Tosca Commander / SAP Solution Manager

TOSCA-17855

Significantly improves the performance of the SAP Solution Manager integration.

2023.2.10

WinX Engine 3.0

TOSCA-17814

Fixes an issue that caused WinX Engine 3.0 to not recognize properly PowerBuilder DataWindow table columns.

2023.2.10

WinX Engine 3.0

TOSCA-18662

Fixes an issue that caused PowerBuilder tests to always return the first row of computed cells.

2023.2.10

WinX Engine 3.0

TOSCA-18704

Adds support for PowerBuilder buttons and bitmaps inside Datawindow table rows.

2023.2.10

WinX Engine 3.0

TOSCA-20663

Fixes an issue where WinX couldn't steer trees that contain more than one node in the root level.

2023.2.10

WinX Engine 3.0

TOSCA-18665

Fixes an issue with evaluating expressions with single quotes in PowerBuilder tests.

2023.2.10

WinX Engine 3.0

TOSCA-20137

More reliable combobox steering for powerbuilder applications.

2023.2.10

WinX Engine 3.0

TOSCA-18705

Fixes an issue with the value of a visible property from a PowerBuilder Datawindow.

2023.2.10

WinX Engine 3.0

TOSCA-19256

Fixes an issue that caused WinX Engine to not properly recognize the format of a PowerBuilder Datawindow value.

2023.2.10

WinX Engine 3.0

TOSCA-21528

Fixes an issue with steering multi-line PowerBuilder textboxes.

2023.2.10

WinX Engine 3.0

TOSCA-18613

Fixes an issue that caused WinX Engine 3.0 to not be able to steer PowerBuilder ComboBoxes.

2023.2.9

Distributed Execution

TOSCA-18787

Fixes an issue where tokens for Tosca Distributed Execution do not renew for test events lasting longer than one hour.

2023.2.9

Distributed Execution

TOSCA-14348

Fixes an issue that improves the Agent recovery process, prevents failures, and makes agents available faster.

2023.2.9

Oracle EBS Engine 3.0

TOSCA-6458

Adds LoV support for EBS applications, extending your test coverage.

2023.2.9

SAP Solution Manager Integration

TOSCA-17704

Fixes an issue where Tosca reported an error if multiple users tried to access SAP Solution Manager logs on the same machine at the same time.

2023.2.9

SAP Web Extension

TOSCA-18361

Fixes an issue that caused combobox in SAP CRM to throw error when value is input.

2023.2.9

TBox Platform

TOSCA-17014

Fixes an issue which prevented header names of tables from being properly displayed in the content preview area.

2023.2.9

Tosca Commander

TOSCA-18149

Fixes an issue where the 'Test Configuration' tab loaded slowly for TestCases with many test configuration parameters.

2023.2.9

Tosca Commander

TOSCA-16874

Fixes an issue when importing large subsets where some imported objects were not accounted for.

2023.2.9

Tosca Commander

TOSCA-17370

Context menu entry Modify now also allows changing the name of buffers you create with the Module TBox Set Buffer.

2023.2.9

Tosca Setup

TOSCA-19435

Improves setup runtime security.

2023.2.8

API Engine 3.0

TOSCA-15103

Fixes a problem with exposed passwords.

2023.2.8

API Engine 3.0

TOSCA-15920

Fixes a problem with exposed passwords.

2023.2.8

Distributed Execution

TOSCA-9185

Fixes an issue where Dex Agents return incorrect licenses after execution.

2023.2.8

JavaSwing Engine 3.0

TOSCA-17595

Fixes a Java Engine issue that caused delays in scanning a Java Swing app.

2023.2.8

Mobile Engine 3.0

TOSCA-TOSCA-16579

Resolves inconsistent scrolling behavior when searching for elements with the Mobile Engine 3.0.

2023.2.8

Salesforce Engine 3.0

TOSCA-13042

Controls on Highlight panel are identified (Labels, Links, CheckBoxes) with AssociatedLabel and steerable.

2023.2.8

Salesforce Engine 3.0

TOSCA-15221

Table cells are steerable by using {click} and column cells have APIkey.

2023.2.8

Salesforce Engine 3.0

TOSCA-15904

Fixes an issue with XScan when attempting to scan a Salesforce page that exceeds typical URL lenghts.

2023.2.8

SAP Solution Manager

TOSCA-15525

Fixes an issue when handling Test Mandates which resulted in a crash.

2023.2.8

SAP Solution Manager

TOSCA-14751

Fixes an issue which caused duplicates of requirement nodes during synchronization.

2023.2.8

SAP Solution Manager

TOSCA-14351

Improved Tosca Server authorization for SolutionManager integration.

2023.2.8

SAP Web Extension 3.0

TOSCA-11299

You can now use F4 in ARA Recorder for SAP UI5 Engine.

2023.2.8

TBox Platform

TOSCA-13395

Fixes a security issue related to password values.

2023.2.8

TBox Platform

TOSCA-14890

Fixes an issue that caused performance issues when using wildcards.

2023.2.8

TBox Platform

TOSCA-2033

Fixes a vulnerability issue with Buffer Viewer and passwords.

2023.2.8

TBox Platform

TOSCA-17151

Resolves an issue that was preventing the override of the 'Remote server response timeout' setting via TCP.

2023.2.8

Tosca Commander

TOSCA-15611

Fixes an issue where Tosca didn't highlight the 'Jump to Instance' column when switching views.

2023.2.8

Tosca Commander

TOSCA-6746

Fixes an issue where Buffer Viewer didn't display the full value of a text buffer you created with the 'TBox Read/Create File' Module.

2023.2.8

Tosca Commander

TOSCA-15049

If you use dark theme for Tosca, the sub-header of the Buffer Viewer is now also properly themed.

2023.2.8

Tosca Commander

TOSCA-17220

Fixes an issue where opening a Tosca log from SAP Solution Manager also opened a TQL window.

2023.2.8

Tosca Commander

TOSCA-7733

'Report Successful Execution of' for TestCases now shows only failed steps.

2023.2.8

Tosca Commander

TOSCA-14269

Fixes an issue where Tosca Commander might crash if users select the 'Fit All' button in the View menu.

2023.2.8

Tosca Commander

TOSCA-15941

Properties included by referenced yet excluded Execution Lists are now considered for Test Mandates.

2023.2.8

Tosca Commander

TOSCA-9635

If you have a Reusable TestStepBlock with more than one parameter in the same TestStepValue, all used values are now present after resolving the Reusable TestStepBlock.

2023.2.8

Tosca Commander

TOSCA-8810

Fixes an issue where the Tosca Workspaces folder wasn't created if users chose to install Tosca Commander without Example Workspaces.

2023.2.8

Tosca Commander

TOSCA-8497

Fixes an issue where members of an Owning or Viewing Group couldn't see assigned folders after synchronizing and assigning user groups from Tricentis User Administration.

2023.2.8

Tosca Commander / Test Data Service

TOSCA-12035

Fixes an issue where, if you used different Test Data Repositories for different TestCases, Tosca might erroneously use data from the repository you specified for an earlier TestCase.

2023.2.8

Tosca Commander / Tricentis File Service

TOSCA-13355

Fixes an issue where Tosca might crash if users tried to delete a file that didn't exist in Tricentis File Service.

2023.2.8

Tosca Mobile 3.0

TOSCA-15499

Resolves an issue where Mobile Scan crashed in Basic mode when Live View was disabled.

2023.2.8

UIA Engine 3.0

TOSCA-14735

Fixes an XScan crashing issue due to recursion during UI automation.

2023.2.8

WinX Engine 3.0

TOSCA-16933

Introduces a WinX fallback scenario for PowerBuilder DataWindow combo boxes.

2023.2.8

WinX Engine 3.0

TOSCA-16807

Fixes a WinX issue that caused an exception when scanning PowerBuilder table.

2023.2.8

WinX Engine 3.0

TOSCA-16929

Fixes a WinX issue where "Ignore invisible cells" didn't work properly for PowerBuilder tables.

2023.2.8

XBrowser Engine 3.0

TOSCA-16066

A new setting allows configuring the frame ID retrieval timeout, ensuring that frames load correctly even on slower machines or resource-intensive pages.

2023.2.7

Distributed Execution

TOSCA-16725

Resolves an issue where the Dex Agent failed to request an execution license from the Cloud license server.

2023.2.6

API Engine 3.0

TOSCA-13809

Fixes an issue with a missing host field.

2023.2.6

API Engine 3.0

TOSCA-13641

Fixes an issue with sending header information for HTTP methods HEAD, GET, CONNECT, OPTIONS.

2023.2.6

API Scan

TOSCA-13396

Fixes an issue with scanning OpenAPI specifications.

2023.2.6

Mail Engine 3.0

TOSCA-13938

Fixes an issue where the Mail Engine filtering feature for date and recipient wasn't working well with EWS.

2023.2.6

Salesforce Engine 3.0

TOSCA-12642

Fixes an issue that caused XScan to crash when automating dropdowns from a web form built on Omnistudio Salesforce.

2023.2.6

SAP Solutions Manager

TOSCA-13920

Improves performance for ShowLog function.

2023.2.6

SAP Solutions Manager

TOSCA-14277

Fixes an issue that caused Synchronize Solution Documentation task to get stuck on large repositories.

2023.2.6

TBox Platform

TOSCA-13504

Supports backwards compatibility for TestCases with deep nesting.

2023.2.6

TBox Platform

TOSCA-13581

Fixes an issue that caused parsing a date generated by Tosca to fail with some culture settings.

2023.2.6

Tosca Commander

TOSCA-6275

Sorting search results by a DateTime column now orders results based on actual date/time values, not string representations. This means the order correctly reflects the sequence in time regardless of locale and culture.

2023.2.6

Tosca Commander

TOSCA-8734

Improves the startup performance of test runs in the ScratchBook.

2023.2.6

Tosca OSV

TOSCA-14016

Fixes conversion issue with scenario file export and method business parameter.

2023.2.6

UIA Engine 3.0

TOSCA-13838

Speeds up test executions with the UIA Engine 3.0.

2023.2.6

WinXEngine 3.0

TOSCA-13125

Adds support for PowerBuilder tabs with user simulation.

2023.2.5

API Engine 3.0

TOSCA-3346

Fixes an issue with highlighting and visibility of headers and header ModuleAttributes in Tosca.

2023.2.5

Distributed Execution, SAP Solutions Manager Service

TOSCA-12827

Fixes an issue with an indefinite wait time when an empty ExecutionList is executed with TCDistribution.

2023.2.5

Mobile Engine 3.0

TOSCA-12609

Fixes an issue that caused LiveView to crash when interacting with the Salesforce website.

2023.2.5

Mobile Engine 3.0

TOSCA-13132

Fixes an issue that caused GetMobileDevice calls for non-mobile TestCases to crash execution.

2023.2.5

PDF Engine 3.0

TOSCA-12158

Fixes an issue that caused PDF Engine 3.0 to have a memory leak.

2023.2.5

Salesforce Engine 3.0

TOSCA-13218

Fixes an issue that caused the incorrect assignment of AssociatedLabels to tables.

2023.2.5

Salesforce Engine 3.0

TOSCA-13400

Fixes an issue that prevented the correct steering of the selected value (‘Table’ or ‘Split View’).

2023.2.5

Salesforce Engine 3.0

TOSCA-13589

Fixes an issue that caused incorrect header values in tables during scanning.

2023.2.5

SAP Solutions Manager Service

TOSCA-12605

Fixes a ShowLog functionality issue when working with large repositories.

2023.2.5

TBox Platform

TOSCA-13590

Fixes an issue that prevented determining if the execution was in the middle of a recovery retry.

2023.2.5

Tosca Commander

TOSCA-12894

Fixes an error that appeared when changing the letter case in a Buffer's name.

2023.2.5

Tosca Commander

TOSCA-13573

Fixes an issue that caused disabled TestSteps to affect the ScratchBook execution log.

2023.2.5

Tosca Commander

TOSCA-13189

Fixes an issue where Tosca Commander froze after closing the Tosca Server authentication dialog.

2023.2.5

Tosca Commander

TOSCA-12294

Tosca now displays TCPs on TestMandateEntries again.

2023.2.5

Tosca Commander

TOSCA-10829

Fixes an issue where entering an empty value into dynamic expressions might result in a System.NullReferenceException.

2023.2.5

Tosca Commander, Mobile Engine 3.0

TOSCA-9094

Fixes an issue where Tosca threw an exception when changing mobile configurations.

2023.2.5

Tosca XScan

TOSCA-5112

Fixes a Rescan exception issue when mapping unmapped ModuleAttributes.

2023.2.5

UIA Engine 3.0

TOSCA-13511

Fixes an issue that caused an infinite recursion while scanning with XScan.

2023.2.5

XBrowser Engine 3.0

TOSCA-12072

Fixes an issue that caused the registration of new agents at extension helper to fail for some cultures.

2023.2.4

API Engine 3.0

TOSCA-11525

Fixes an issue sending headers with Kafka.

2023.2.4

Distributed Execution

TOSCA-9858

Now the DEX Agent can recover if the DEX Server or the server machine goes down during test execution.

2023.2.4

Distributed Execution

TOSCA-10233

Users don't need to restart DEX Agents manually, after the server is rebooted.

2023.2.4

DokuSnapper

TOSCA-11881

With this fix, Tosca logs verification operators correctly in DokuSnapper documents.

2023.2.4

Excel UI Engine 3.0

TOSCA-11627

Fixes an issue that prevented steering .NET tree items with the Excel UI Engine 3.0.

2023.2.4

Host Engine 3.0

TOSCA-10184

Fixes an issue that prevented entering special characters during emulation sessions.

2023.2.4

Mobile Engine 3.0

TOSCA-8357

Resolves configuration issues for connection settings of third-party device clouds.

2023.2.4

Mobile Engine 3.0

TOSCA-10914

Resolves a scanning issue when the elements on the page contain class attributes.

2023.2.4

Mobile Engine 3.0

TOSCA-11320

Resolves a date picker steering issue in Tosca Mobile.

2023.2.4

Mobile Engine 3.0

TOSCA-11779

Resolves a proxy configuration issue in the Mobile Engine.

2023.2.4

Salesforce Engine 3.0

TOSCA-9941

[Salesforce Summer '24] Combobox in Leads now has a value range.

2023.2.4

Salesforce Engine 3.0

TOSCA-11777

Fixes an issue where Tosca XScan might crash while scanning a Combobox.

2023.2.4

Salesforce Engine 3.0

TOSCA-10086

[Salesforce Summer '24] ApiKeys now have the same values as in Salesforce Spring '24.

2023.2.4

Salesforce Engine 3.0

TOSCA-10164

Fixes an issue where Tosca XScan might crash while selecting a Combobox.

2023.2.4

Salesforce Engine 3.0

TOSCA-10298

The 'Recently Viewed' control now gets correctly identified as a dropdown, with a ValueRange to choose from.

2023.2.4

Salesforce Engine 3.0

TOSCA-10300

No more duplicate ListItems for every value in ComboBox and ListBox in Tosca XScan. ListItem elements are uniquely identified and steerable.

2023.2.4

Salesforce Engine 3.0

TOSCA-11180

Fixes an issue where - on pages with a heavy load or with a slow connection - Tosca XScan sometimes couldn't fetch a ComboBox value in time, which crashed the XScan.

2023.2.4

Salesforce Engine 3.0

TOSCA-10342

During scanning, tables in Records now get the correct AssociatedLabel, corresponding to the name of the table. If the AssociatedLabel contains a number in parentheses, we recommend that you replace the number with a wildcard, to make identification more stable.

2023.2.4

SAP Solutions Manager

TOSCA-11777

Enables partial test execution.

2023.2.4

Tosca Commander

TOSCA-9808

Fixes an issue where columns were not saved.

2023.2.4

Tosca Commander

TOSCA-6721

Fixes an issue with wrong times in the ActualLog. Also, the ActualLog now shows all results of linked TestMandates.

2023.2.4

Tosca Commander

TOSCA-5760

Fixes a problem where Tosca hangs while editing Data Integrity test steps.

2023.2.4

Tosca Commander

TOSCA-8734

Improves the startup performance of test runs in the ScratchBook.

2023.2.4

Tosca Commander

TOSCA-5633

Fixes an issue where TQL search results showed the wrong value for the 'Disabled' property if the object was inside a TestCase folder.

2023.2.4

Tosca Commander

TOSCA-10574

Prevents lockup on client machines when performing simultaneous long-time actions.

2023.2.4

Tosca Commander

TOSCA-10013

Removed unresponsiveness from LiveCompare REST API Service.

2023.2.4

Tosca DI

TOSCA-9962

Users can now load JSON files into the Caching Database, if the item names contain special characters, for example: ":".

2023.2.4

Tosca DI

TOSCA-2023

Users can now distinguish between an array item that has an item with a null value and an item for which this value is missing.

2023.2.4

WinX Engine 3.0

TOSCA-11977

Users can see unknown controls as Generic controls when scanning applications with WinX with this fix.

2023.2.3

API Engine 3.0

TOSCA-3325

If you set strings to null in JSON buffers, they will now be extracted accordingly.

2023.2.3

API Engine 3.0

TOSCA-7956

Fixes an issue with the import of API test cases from newer versions of Tosca.

2023.2.3

Distributed Execution

TOSCA-415

Server Settings.xml-files are sent again to the AOS DEX Agent.

2023.2.3

Distributed Execution

TOSCA-7005

TCPs are now overwritten correctly by DEX/AOS in every TestCase of an ExecutionList.

2023.2.3

Excel UI Engine 3.0

TOSCA-8627

Fixes an issue that was causing Excel Add-ons to crash.

2023.2.3

Salesforce Engine 3.0

TOSCA-8320

[Salesforce Summer '24] Buttons have correct APIkeys in order to work with multi-language OR have only Associated Label.

2023.2.3

Salesforce Engine 3.0

TOSCA-8608

[Salesforce Summer '24] “Next” and “Cancel” buttons are steerable thanks to correct ApiKey.

2023.2.3

Salesforce Engine 3.0

TOSCA-8655

[Salesforce Summer '24] Tables are correctly recognized during XScan, after Global Search is performed on a record.

2023.2.3

Salesforce Engine 3.0

TOSCA-4632

[Salesforce Summer '24] Users are still able to use multi-language and tests created on the basis of ApiKeys, even if cookies will be phased out.

2023.2.3

Salesforce Engine 3.0

TOSCA-8597

[Salesforce Summer '24] Opportunity Name Textbox has ApiKey and correct Associated Label without ““ and *.

2023.2.3

SAP Solutions Manager

TOSCA-4547

Fixes an issue with the execution of Test Configuration in the SolMan Integration in specific SAP scenarios.

2023.2.3

SAP Success Factors

TOSCA-8801

Added support of SearchBox in latest release of SAP SuccessFactors.

2023.2.3

SAP Success Factors

TOSCA-8775

Added support of new control UI5-BUSY-INDICATOR-SF-QUICKCARD in new release of SAP SuccessFactors.

2023.2.3

TBox LogViewer

TOSCA-2049

This fix reduces the CPU usage of the Log Viewer.

2023.2.3

TBox Platform

TOSCA-8515

Fixes a bug that made it impossible to use WaitAfter with MenuItems.

2023.2.3

Tosca Commander

TOSCA-7216

Fixes a problem where associations got lost when copying artifacts with excluded elements.

2023.2.3

Tosca Commander

TOSCA-8358

Fixes behavior where Tosca might crash if you try to access execution logs while File Service is disabled or unreachable.

2023.2.3

Tosca Commander

TOSCA-9039

Fixes an issue where copying values within the search field led to an unexpected closing of Tosca Commander.

2023.2.3

WinX Engine 3.0

TOSCA-9126

Fixes a WinX Engine issue that caused incorrect items in ListView.

2023.2.3

XBrowser Engine 3.0

TOSCA-8651

The HubAddress TCP has a new value to switch execution type from WebDriver to XBrowser.

2023.2.2

XBrowser Engine 3.0, Tosca XScan

TOSCA-4390

Improves the user experience of the XScan settings with more intuitive ARIA control selection and navigation efficiency.

2023.2.2

API Engine 3.0

TOSCA-6082

Fixes a problem with request not being sent if no response API module was present.

2023.2.2

API Scan

TOSCA-5441

Fixes an issue with client credentials flow in API scan.

2023.2.2

Distributed Execution

TOSCA-7018

Fixes an issue which prevented the TcApiExecuter process from being terminated when AOS stopped.

2023.2.2

Distributed Execution

TOSCA-7025

Fixes an issue which prevented agents from reconnecting after a DEX Server restart.

2023.2.2

DokuSnapper

TOSCA-2047

Fixes a performance issue with the DokuSnapper.

2023.2.2

Excel Engine 3.0

TOSCA-4261

Fixes an issue that caused Excel to crash during scanning.

2023.2.2

Excel Engine 3.0

TOSCA-5097

Fixes an issue that caused {CALC} to throw an exception with some Excel add-ins.

2023.2.2

Host Engine 3.0

TOSCA-2045

Fixes an issue that was causing an error, when buffering a Rumba screen (Japanese character support) with Host Engine 3.0.

2023.2.2

JavaSwing Engine 3.0

TOSCA-4333

Fixes an issue that caused Java Engine 3.0 to return a null value for the FX root panel, resulting in an exception in the transition.

2023.2.2

Mobile Engine 3.0

TOSCA-21013

Resolves a mobile web steering issue for generic GUI elements.

2023.2.2

Mobile Engine 3.0

TOSCA-7600

Resolves a steering issue on newer Appium servers for TestCases that use the TapByCoordinates TCP.

2023.2.2

Mobile Engine 3.0

TOSCA-5775

Resolves an issue that caused mobile web applications to not be steerable with SendKeys keyboard commands.

2023.2.2

Mobile Engine 3.0

TOSCA-6367

Resolves an issue where Appium plugins couldn't be enabled in the capability definition.

2023.2.2

Mobile Engine 3.0

TOSCA-1095

Resolves scanning issues for nested elements in Mobile Scan.

2023.2.2

NEO Agent

NEO-1365

Addresses Vision AI connection issues through enhanced logging.

2023.2.2

Oracle Engine 3.0

TOSCA-2409

Fixes an issue that caused Oracle Engine tests not to run along with XBrowser Engine tests.

2023.2.2

PDF Engine 3.0

TOSCA-2040

Fixes an issue that prevented the PDF Engine from scanning tables in horizontal PDFs.

2023.2.2

Salesforce Engine 3.0

TOSCA-1482

In addition to using APIkeys for control identification, you can now also use AssociatedLabels.

2023.2.2

Salesforce Engine 3.0

TOSCA-3404

You can now opt out of multi-language support by enabling the "Skip ApiKey" setting and instead use the AssociatedLabel property to identify and steer Salesforce elements.

2023.2.2

Salesforce Engine 3.0

TOSCA-4891

Fixes an issue with an incorrect container name in the Salesforce application.

2023.2.2

SAP Engine 3.0

TOSCA-4535

Fixes an issue related to steering CheckBoxes control in SAP Netweaver.

2023.2.2

SAP Solutions Manager

TOSCA-7624

Fixes an issue with the synchronization of Test Packages that doesn't match Test Configurations when the corresponding TestCase folders have been manually renamed.

2023.2.2

SAP Web Extensions 3.0

TOSCA-3407

Fixes an execution error related to the SAP Netweaver Tab panel control.

2023.2.2

TBox Automation Tools

TOSCA-4194

Fixes an issue that caused Excel File Compare to throw an exception when using the "Include Formats" attribute.

2023.2.2

TBox Automation Tools

TOSCA-5325

Fixes a problem that caused the SET "Convert Decimals" not to take the number format grouping into account.

2023.2.2

TBox Automation Tools

TOSCA-6539

Fixes an issue that led to floating-point accuracy problems with [MATH[]}.

2023.2.2

TBox Platform

TOSCA-1469

Fixes an issue that caused TBox Take Screenshot to not work with remote driver.

2023.2.2

Tosca Commander

TOSCA-1314

Fixes an issue that caused rescan to unlink unmapped controls from parent.

2023.2.2

Tosca Commander

TOSCA-5133

Fixes an issue where the batch limit in AutoExclusion was ignoring set values.

2023.2.2

Tosca Commander

TOSCA-5082

Fixes an issue where Tosca wouldn't delete certain values of TestSteps with the backspace key.

2023.2.2

Tosca Commander

TOSCA-7804

Tosca Commander now creates backups of your configuration files in %TRICENTIS_ALLUSERS_APPDATA%\ConfigBackup<timestamp>\ToscaCommander during patching and upgrading.

2023.2.2

Tosca Commander

TOSCA-7066

Compact Now button is now working as expected.

2023.2.2

Tosca Commander

TOSCA-7038

Fixes an issue that caused slow loading performance when opening the test configuration parameter tab.

2023.2.2

Tosca Commander

TOSCA-6247

Fixes behavior where Tosca crashed when interacting with the TQL search under certain circumstances.

2023.2.2

Tosca Commander

TOSCA-5355

Fixes inconsistencies when searching and editing values within the Buffer Viewer.

2023.2.2

Tosca Commander

TOSCA-5356

Tosca now saves modified values within the Buffer Viewer while performing a search.

2023.2.2

Tosca Commander

TOSCA-4973

Fixes an issue where performing a specific search in the Options dialog led to a crash.

2023.2.2

Tosca Commander

TOSCA-4953

Improves performance of archiving execution logs.

2023.2.2

Tosca Commander

TOSCA-4477

You can now use key combinations in the TQL search textbox.

2023.2.2

Tosca Commander

TOSCA-3841

Custom column settings are now stored and restored correctly after closing and reopening Tosca Commander.

2023.2.2

Tosca Commander

TOSCA-3835

Fixes an issue with using special characters in TQL searches, such as "[" or "]".

2023.2.2

Tosca Commander

TOSCA-1011

Fixes an issue where the Cancel button was inactive during a search.

2023.2.2

Tosca Commander

TOSCA-5006

Fixes an issue with the scrolling behaviour of the TestCase Loginfo on Windows Server 2022.

2023.2.2

Tosca Commander

TOSCA-4869

Tosca now focuses on the search window when you open it.

2023.2.2

Tosca DI

TOSCA-5126

The result of the finished ExecutionLists is provided by the AOS partial result API.

2023.2.2

Tosca DI

TOSCA-5672

ExecutionRequest data doesn´t have to be deleted manually.

2023.2.2

Tosca TDS

TOSCA-7705

TDS now handles parallel executions which touch the same item reliably. It only returns the item that is currently not consumed.

2023.2.2

Tosca XScan

TOSCA-1468

Fixes typo in user interface text.

2023.2.2

UIA Engine 3.0

TOSCA-3292

Fixes an issue that caused Chrome to not be steerable on Windows Server 2019.

2023.2.2

XBrowser Engine 3.0

TOSCA-1761

Adds automation support for Island Enterprise Browser with XBrowser Engine 3.0.

2023.2.2

XBrowser Engine 3.0

TOSCA-1520

Allows to start Commander and automate a browser with different users after the upgrade to Manifest V3.

2023.2.2

XBrowser Engine 3.0

TOSCA-4653

Fixes a performance issue due to the HTML slot content handling.

2023.2.1

API Engine 3.0

TBOX-19641

Fixes an issue with redirected requests where authentication was not redirected.

2023.2.1

API Scan

TOS-76411

Fixes an issue with the execution of ActiveMQ calls in API Scan.

2023.2.1

API Scan

TOS-76075

Fixes an issue where API Scan could not connect to IBM MQ.

2023.2.1

API Scan

TOS-76348

Fixes an issue with OAuth 2.0.

2023.2.1

API Scan

TOS-76394

Fixes an issue with retrieving oAuth tokens with Microsoft Edge.

2023.2.1

Automation Recording Assistant (ARA)

TBOX-20421

Fixes an issue that caused ARA to fail to identify the Tosca license.

2023.2.1

Automation Recording Assistant (ARA)

TBOX-20418

Fixes an issue that caused the Help button to crash.

2023.2.1

DEX

TOS-76482

Improved performance when importing execution results.

2023.2.1

Excel Engine 3.0

TBOX-19257

Fixes an issue that caused very slow performance of line restrictions from the buffer.

2023.2.1

Excel Engine 3.0

TBOX-20647

Fixes an issue where Excel Engine 3.0 was targeting Formula1 instead of Formula2.

2023.2.1

Exploratory Testing Assistant

TBOX-75748

You can now store recordings in Exploratory Testing Agent using a UNC (Universal naming convention) path.

2023.2.1

Exploratory Testing Assistant

TOS-76124

Fixes an issue where you could not use the Exploratory Testing Agent without manually changing the Exploratory Testing Agent configuration files.

2023.2.1

Host Engine 3.0

TBOX-20601

Added support for CHAR array conversion.

2023.2.1

JavaSwing Engine 3.0

TBOX-20953

Fixes an issue that caused an exception when handling Swing ComboBoxes in OpenJDK 17.

2023.2.1

Mobile Engine 3.0

TBOX-20674

Resolves automation issues related to performing touch actions.

2023.2.1

Mobile Engine 3.0

TBOX-20191

Resolves automation issues in applications that implement trusted HTML types.

2023.2.1

NEO Agent

NEO-1305

The deprecated SignalR library is now updated for Vision AI.

2023.2.1

Salesforce Engine 3.0

TBOX-20761

[Salesforce Spring '24] The Container property is now correctly identified for the associated record.

2023.2.1

Salesforce Engine 3.0

TOSCA-1464

[Salesforce Spring '24] Fixes an issue related to incorrect AssociatedLabel and ApiKey values for buttons, such as “Mark Complete”, “Reopen”, and “Completed”.

2023.2.1

Salesforce Engine 3.0

TBOX-20580

[Salesforce Spring '24] Fixes an issue that caused the “Intelligence View” page to crash after scanning via XScan.

2023.2.1

Salesforce Engine 3.0

TBOX-20765

[Salesforce Spring '24] Fixes an issue with ApiKeys for several controls that were no longer identified in Spring ’24.

2023.2.1

Salesforce Engine 3.0

TBOX-20772

[Salesforce Spring '24] Fixes an issue that prevented steering of tables due to missing AssociatedLabel values when scanning with XScan.

2023.2.1

SAP Engine 3.0

TBOX-20683

Fixes an issue where the SAP module “Netweaver Index Page” could not be steered via WebDriver.

2023.2.1

SAP Solution Manager

TOS-75910

Improved execution of Test Package triggered by SAP Solution Manager.

2023.2.1

SAP Solution Manager

TOS-76134

If a repository does not contain all Test Configurations assigned to the Test Package, an error is now displayed due to a failed synchronization.

2023.2.1

SAP Solution Manager

SHSE-3973

The startup type for Tricentis.SapSolutionManagerService is now set to “Automatic” by default.

2023.2.1

SAP Solution Manager

SHSE-3892

Improved execution of Test Package triggered by SAP Solution Manager.

2023.2.1

TBox Automation Tools

TBOX-20586

You can now maximize and minimize child windows.

2023.2.1

TBox Integration

NEO-1304

Fixes an issue with Vision AI rescan using consistent neural network versions.

2023.2.1

TBox Platform

TBOX-17902

Addresses issues related to excessive memory consumption.

2023.2.1

TBox Platform

TBOX-20400

Fixes an issue that caused the SUT to crash.

2023.2.1

Tosca - Distributed Execution

TOSCA-4396

If you use HTTP when you set up the Tosca Distribution Server, all login data is transmitted unencrypted.

2023.2.1

Tosca - Mobile Engine 3.0

TBOX-20191

Resolves automation issues in applications that implement trusted HTML types.

2023.2.1

Tosca - PDF Engine 3.0

TBOX-20968

Fixes an issue that caused PDF Engine to not recognize text correctly due to formatting issues.

2023.2.1

Tosca - Salesforce Engine 3.0

TOSCA-1480

Spring ’24 support: Fixes an issue where XScan caused duplicate identification for some tables.

2023.2.1

Tosca - Salesforce Engine 3.0

TOSCA-1479

Spring ’24 support: Fixes an issue where certain ComboBoxes in the Salesforce application did not have a ValueRange.

2023.2.1

Tosca - SAP Engine 3.0

TBOX-19053

Fixes an issue with the SAP Module “Netweaver Business Client Logon” in German language.

2023.2.1

Tosca - SAP Solutions Manager

TOS-74450

Fixes an issue where the service URLs of AutomationObjectService and ToscaRestApiService were not updated when adding the configuration via the Tosca Server UI.

2023.2.1

Tosca - XBrowser Engine 3.0

TBOX-20800

Fixes an issue where the UIParent properties of XBrowser flat Module weren't updated after a rescan if the frame stayed unmapped.

2023.2.1

Tosca Commander / Test Management Platform

TOS-76314

Upgraded MS SQL Server library to protect against potential exploits.

2023.2.1

Tosca Data Integrity

BI-1501

You can now specify a supported code page as encoding.

2023.2.1

Tosca DI

TOSCA-1014

You can now use DSN, username, or password to open a database connection.

2023.2.1

WinX Engine 3.0

TBOX-20597

Fixes an issue with WinX Engine 3.0 that caused the position of controls to be incorrect when using AutoHeight.

2023.2.1

WinX Engine 3.0

TBOX-20314

Fixes an issue that occurred when entering or verifying elements in WinX ComboBoxes in DataWindow.

2023.2.1

WinX Engine 3.0

TBOX-20317

Fixes an issue that prevented the ComboBox from being used in the data window with the Date column type.

2023.2.1

WinX Engine 3.0

TBOX-20378

Fixes an issue that caused significant performance issues with large Powerbuilder applications.

2023.2.1

WinX Engine 3.0

TBOX-20381

Fixes an issue that caused WinX Engine 3.0 tests to pass instead of failing when a disabled item was clicked.

2023.2.1

WinX Engine 3.0

TBOX-20592

Fixes an issue with WinX Engine 3.0 that caused the arrangement of columns by X coordinates for forms to be removed.

2023.2.1

WinX Engine 3.0

TBOX-20180

Fixes an issue that blocked migration from classic Powerbuilder to TBox WinX 3.0.

2023.2.1

WinX Engine 3.0

TBOX-20680

WinX Engine 3.0 now supports PowerBuilder Grouped DataWindow.

2023.2.1

WinX Engine 3.0

TBOX-20781

Fixes an issue that caused WinX Engine 3.0 to crash.

2023.2.1

WinX Engine 3.0

TBOX-20666

Fixes an issue that causes Tosca XScan to crash if the editing style of a control is not defined and is displayed as an exclamation mark.

2023.2.1

WinX Engine 3.0

TBOX-20980

Fixes an issue where the disabled WinX Engine menu could be clicked.

2023.2.1

WinX Engine 3.0

TBOX-20311

Fixes an issue that caused data validation to be triggered when data was entered into a WinX Engine 3.0 ComboBox by pressing HOME + SHIFT END.

2023.2.1

WinX Engine 3.0

TBOX-20671

WinX Engine 3.0 now supports a control with the class name "PBEdit" to ensure equivalence of the functions with the classic Powerbuilder engine.

2023.2.1

WinX Engine 3.0

TBOX-20643

Fixes an issue that caused the WinX Engine 3.0 menu input to hang when a popup was triggered.

2023.2.1

XBrowser Engine 3.0

TBOX-20538

Solves an issue of control area recognition for the Edge browser in specific environments.

2023.2.1

XBrowser Engine 3.0

TBOX-20800

Fixes an issue where XBrowser flat Module UIParent properties didn't update after a rescan if the frame stayed unmapped.

2023.2.1

XBrowser Engine 3.0

TBOX-20846

Fixes an issue that caused XScan to crash if the innerText of an AriaTreeNode was empty.

2023.2.

WinX Engine 3.0

TOSCA-11918

Users can scan and steer PowerBuilder popups that have the WS_POPUP window style.