Tricentis Tosca Version 2023.1 Patch 1-10

This topic is all about patches for the 2023.1 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.

If you use Tosca Server, you must also install Tosca Server 2023.1.3 or newer to ensure full functionality.

Installation

To install the patch, follow these steps:

  1. Download Tosca 2023.1.10 (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.1.10 LTS.exe.

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

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

  3. The patching 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 9 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.

Tosca Cloud integration (since 2023.1.9)

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 and run them there.

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

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

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

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.

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

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.

Tosca AOS Execution API: Improved execution results (since 2023.1.7)

You can now get more comprehensive execution results using the AOS Execution API. If the request is successful, the response returns the state of the event and whether or not the execution results are imported.

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

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.1.7)

Here is 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).

Mobile Engine 3.0: select mobile devices dynamically (since 2023.1.6)

With Tosca 2023.1.6 you can achieve a more comprehensive test coverage with the dynamic selection of connected iOS or Android devices. To dynamically select a device for your mobile tests, create a TCP with the name DeviceName and value TOSCA_DYNAMIC_DEVICE_SELECTION.

Mobile Engine 3.0: set Desired Capabilities with JSON objects (since 2023.1.6)

The Mobile Engine 3.0 now supports Desired Capabilities with JSON objects, helping you to manage your test environments more effectively. To add Desired Capabilities with JSON objects, follow these steps:

  1. In the Value column of the Desired Capability, enter the value in this format:

    { "appiumVersion": "<your Appium version>", "username": "<user name of your cloud service provider account>", "accessKey" : "<your access key for the cloud service provider>" }

    For example: { "appiumVersion": "2.0.0", "username": "MyTeam", "accessKey" : "12345" }.

  1. From the context menu, select Escape value.

Tosca Commander / Test Management Platform: customize the remote server timeout (since 2023.1.2)

Some XEngines server processes need to establish a connection with TBox. For example, the SAP Engine 3.0 components may use server processes such as Tricentis.Automation.ApiServer.exe. With this patch, we've added the new setting Remote server connection timeouts, which lets you customize the time that Tosca waits for XEngines server processes to establish a connection. The default wait time is 2000 milliseconds. You can find the new setting at Settings->TBox->Engines.

XBrowser Engine 3.0: enable and disable slot content handling (since 2023.1.2)

Tosca 2023.1.2 includes the new setting Enable slot content handling, which solves compatibility issues due to HTML slot elements. You can find the new setting at Settings -> TBox -> Engines -> XBrowser.

By default, the setting is True. This means that Tosca displays controls as children of their assigned slots.

If you prefer to display controls as they are in the DOM structure, change the setting's value to False.

The new setting applies to all Modules that you create after you install this patch. To prevent compatibility issues in your existing tests, follow these steps:

  1. In an existing TestCase, create the test configuration parameter EnableSlotContentHandling.

    Alternatively, in an existing Module, create the steering parameter EnableSlotContentHandling.

  2. Set it to False.

Resolved issues

This section lists all issues we've resolved.

Fixed in

Component

Issue

Description

2023.1.10

API Scan

TOSCA-13396

Fixes an issue with scanning OpenAPI specifications.

2023.1.10

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.1.10

Mobile Engine 3.0

TOSCA-12609

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

2023.1.10

Mobile Engine 3.0

TOSCA-13132

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

2023.1.10

Salesforce Engine 3.0

TOSCA-13400

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

2023.1.10

Salesforce Engine 3.0

TOSCA-13589

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

2023.1.10

Salesforce Engine 3.0

TOSCA-13218

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

2023.1.10

SAP Solutions Manager

TOSCA-14722

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

2023.1.9

API Engine 3.0

TOSCA-11525

Fixes an issue sending headers with Kafka.

2023.1.9

DokuSnapper

TOSCA-11881

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

2023.1.9

Manual test execution

TOSCA-72182

Fixes an issue where the application might crash during manual test execution when using Reusable TestStepBlocks within a folder structure.

2023.1.9

Mobile Engine 3.0

TOSCA-11320

Resolves a date picker steering issue in Tosca Mobile.

2023.1.9

Mobile Engine 3.0

TOSCA-10914

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

2023.1.9

Mobile Engine 3.0

TOSCA-8357

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

2023.1.9

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.1.9

Salesforce Engine 3.0

TOSCA-10298

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

2023.1.9

Salesforce Engine 3.0

TOSCA-11777

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

2023.1.9

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.1.9

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.1.9

Salesforce Engine 3.0

TOSCA-10164

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

2023.1.9

Salesforce Engine 3.0

TOSCA-10086

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

2023.1.9

Salesforce Engine 3.0

TOSCA-9941

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

2023.1.9

Tosca Commander

TOSCA-11736

Fixes an issue where adding a new API TestCase to a ComponentFolder with an existing TestCase could lead to a broken workspace.

2023.1.9

Tosca Commander

TOSCA-11260

Ensures SAP Solution Manager Service synchronization.

2023.1.9

Tosca Commander

TOSCA-5356

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

2023.1.9

Tosca Commander

TOSCA-5355

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

2023.1.9

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.1.9

Tosca Commander

TOSCA-8734

Improves the startup performance of test runs in the ScratchBook.

2023.1.9

Tosca Commander

TOSCA-3835

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

2023.1.9

Tosca DI

TOSCA-9962

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

2023.1.9

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.1.9

WinX Engine 3.0

TOSCA-11977

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

2023.1.9

WinX Engine 3.0

TOSCA-11918

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

2023.1.8

API Engine 3.0

TOSCA-7956

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

2023.1.8

Distributed Execution

TOSCA-415

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

2023.1.8

Salesforce Engine 3.0

TOSCA-8655

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

2023.1.8

Salesforce Engine 3.0

TOSCA-8608

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

2023.1.8

Salesforce Engine 3.0

TOSCA-8597

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

2023.1.8

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.1.8

SAP Success Factors

TOSCA-8801

Added support of SearchBox in latest release of SAP SuccessFactors.

2023.1.8

SAP Success Factors

TOSCA-8775

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

2023.1.8

TBox LogViewer

TOSCA-2049

This fix reduces the CPU usage of the Log Viewer.

2023.1.8

TBox Platform

TOSCA-8515

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

2023.1.8

Tosca Commander

TOS-74207

Fixes an issue were TestCase Template descriptions were not inherited by the TCD instances.

2023.1.8

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.1.7

Excel Engine 3.0

TBOX-17936

Fixes an issue that caused Excel UI to remove COM add-ons from Excel.

2023.1.7

Excel Engine 3.0

TOSCA-4261

Fixes an issue that caused Excel to crash during scanning.

2023.1.7

JavaFX Engine 3.0

TBOX-19667

Fixes an issue that caused an exception when steering Java 11 applications.

2023.1.7

Mobile Engine 3.0

TOSCA-7600

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

2023.1.7

Mobile Engine 3.0

TOSCA-5775

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

2023.1.7

Mobile Engine 3.0

TOSCA-1095

Resolves scanning issues for nested elements in Mobile Scan.

2023.1.7

NEO Agent

NEO-1365

Addresses Vision AI connection issues through enhanced logging.

2023.1.7

Oracle Engine 3.0

TOSCA-2409

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

2023.1.7

Salesforce Engine 3.0

TOSCA-4891

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

2023.1.7

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.1.7

Salesforce Engine 3.0

TOSCA-1482

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

2023.1.7

SAP Engine 3.0

TOSCA-6961

You can now steer the SAP GUI in the 64-bit version.

2023.1.7

SAP Engine 3.0

TOSCA-4535

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

2023.1.7

SAP Web Extension 3.0

TOSCA-3407

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

2023.1.7

TBox Automation Tools

TOSCA-5325

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

2023.1.7

TBox Automation Tools

TOSCA-4194

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

2023.1.7

TBox Platform

TOSCA-6863

Fixes a MaxDepth issue with Tricentis.Automation.Remoting in DEX Agent.

2023.1.7

TBox Platform

TOSCA-1469

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

2023.1.7

TBox Platform

TOSCA-1468

Fixes typo in user interface text.

2023.1.7

TBox Platform

TOSCA-5045

Fixes an issue that caused detection of installed .net versions to be unreliable.

2023.1.7

Tosca - Mail Engine 3.0

TOSCA-6199

Fixes an issue that caused the appearance of unnecessary properties of the exchange in the Mail Engine.

2023.1.7

Tosca Commander

TOS-73167

Fixes behavior where Tosca didn't consider the values in the setting ArchivedLogDefaultSynchronizationPolicy.

2023.1.7

Tosca Commander

TOS-50326

Tosca no longer deletes a baseline when you create a template instance out of a TestCase template or re-instantiate the instance.

2023.1.7

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.1.7

Tosca Commander

TOSCA-5133

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

2023.1.7

Tosca Commander

TOSCA-4953

Improves performance of archiving execution logs.

2023.1.7

Tosca Commander

TOSCA-1314

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

2023.1.7

UIA Engine 3.0

TOSCA-3292

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

2023.1.7

XBrowser Engine 3.0

TBOX-20093

Fixes an issue that caused BrowserStack capabilities to not work after Selenium 4 upgrade.

2023.1.7

XBrowser Engine 3.0

TOSCA-1761

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

2023.1.7

XBrowser Engine 3.0

TOSCA-1520

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

2023.1.6

API Engine 3.0

TOS-73552

Fixes an issue with the Kafka library.

2023.1.6

Distributed Execution

TBOX-76398

The tempAo folder is automatically emptied after each successful execution to avoid unnecessary memory consumption on your computer.

2023.1.6

Excel Engine 3.0

TBOX-20647

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

2023.1.6

Excel Engine 3.0

TBOX-19257

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

2023.1.6

Exploratory Testing Assistant

TBOX-75748

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

2023.1.6

Java Swing Engine 3.0

TBOX-20118

Fixes an issues that caused an error with OpenJDK 17 32-bit.

2023.1.6

JavaSwing Engine 3.0

TBOX-20953

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

2023.1.6

Mobile Engine 3.0

TBOX-20674

Resolves automation issues related to performing touch actions.

2023.1.6

Mobile Engine 3.0

TBOX-20191

Resolves automation issues in applications that implement trusted HTML types.

2023.1.6

Mobile Engine 3.0

TBOX-20138

Desired Capabilities in the Mobile Scan now support the dynamic selection of devices.

2023.1.6

Mobile Engine 3.0

TBOX-20087

The Mobile Engine 3.0 now supports Desired Capabilities with JSON objects.

2023.1.6

Mobile Engine 3.0

TOSCA-3637

Resolves a mobile web steering issue for generic GUI elements.

2023.1.6

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.1.6

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.1.6

Salesforce Engine 3.0

TBOX-20761

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

2023.1.6

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.1.6

Salesforce Engine 3.0

TOSCA-1480

[Salesforce Spring '24] Fixes an issue where XScan caused duplicate identification for some tables.

2023.1.6

Salesforce Engine 3.0

TOSCA-1479

[Salesforce Spring '24] Fixes an issue where certain ComboBoxes in the Salesforce application did not have a ValueRange.

2023.1.6

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.1.6

SAP Engine 3.0

TBOX-20683

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

2023.1.6

TBox Automation Tools

TBOX-20586

You can now maximize and minimize child windows.

2023.1.6

TBox Platform

TBOX-20400

Fixes an issue that caused the SUT to crash.

2023.1.6

TBox Platform

TBOX-20013

Fixes an issue that caused all TestStepValues to be evaluated with if statements.

2023.1.6

TBox Platform

TBOX-19650

Fixes a problem where a TBox agent consumed a lot of processing power during idle time.

2023.1.6

TBox Platform

TBOX-18978

Fixes an issued that caused InvalidOperationExceptions on Stack.Pop.

2023.1.6

Tosca - PDF Engine 3.0

TOSCA-2042

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

2023.1.6

Tosca Commander / Test Management Platform

TOS-76314

Upgraded MS SQL Server library to protect against potential exploits.

2023.1.6

Tosca Commander / Test Management Platform

TOS-74486

Tosca Commander does not crash with an exception when clicking on an empty Exploratory Testing Session Folder.

2023.1.6

Tosca Commander / Test Management Platform

TOSCA-4834

Fixes an issue related to patch installation.

2023.1.6

Tosca Data Integrity

BI-1504

You can now specify a supported code page as encoding.

2023.1.6

Tosca Data Integrity

BI-1501

You can now specify a supported code page as encoding.

2023.1.6

Tosca DI

TOSCA-1014

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

2023.1.6

WinX Engine 3.0

TBOX-20980

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

2023.1.6

WinX Engine 3.0

TBOX-20781

Fixes an issue that caused WinX Engine 3.0 to crash.

2023.1.6

WinX Engine 3.0

TBOX-20680

WinX Engine 3.0 now supports PowerBuilder Grouped DataWindow.

2023.1.6

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.1.6

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.1.6

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.1.6

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.1.6

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.1.6

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.1.6

WinX Engine 3.0

TBOX-20378

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

2023.1.6

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.1.6

WinX Engine 3.0

TBOX-20314

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

2023.1.6

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.1.6

WinX Engine 3.0

TBOX-20180

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

2023.1.6

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.1.6

XBrowser Engine 3.0

TBOX-20538

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

2023.1.6

XBrowser Engine 3.0

TBOX-19278

Fixes an issue that caused TricentisHtmlEngineExtensionHelper.exe processes to slow down execution.

2023.1.5

Mobile Engine 3.0

TBOX-19818

Fixes an issue that prevented the test execution of iOS apps with the extension ".app" in their bundle IDs.

2023.1.5

Tosca Commander

TOS-75571

Resolves an issue where, in certain cases, Tosca Commander would throw an exception when trying to checkout an object.

2023.1.4

Mail Engine 3.0

TOS-74658

Receive Mail Expert Module can now properly process attachments from Exchange Server.

2023.1.4

PDF Engine 3.0

TBOX-19494

Fixes an issue that prevented the PDF Engine from correctly recognizing space characters.

2023.1.4

Salesforce Engine 3.0

TBOX-19714

Fixes an issue where the Leads tab in Salesforce has no value range after scanning with XScan.

2023.1.4

Salesforce Engine 3.0

TBOX-19602

[Salesforce Winter '24] Fixes an issue where the ApiKey values for the column in the related table are different in English and German.

2023.1.4

Salesforce Engine 3.0

TBOX-19549

Fixes an issue that causes an unexpected crash when scanning the Setup button with XScan using the Select on screen option.

2023.1.4

Salesforce Engine 3.0

TBOX-19211

[Salesforce Winter '24] Fixes an issue where the Time ComboBox has an incorrect Container value related to incorrect ApiKey and Adapter values.

2023.1.4

Salesforce Engine 3.0

TBOX-19188

[Salesforce Winter '24] Fixes an issue where the Display list ComboBox has different ApiKey values in different Salesforce versions.

2023.1.4

SAP Web Extension 3.0

TBOX-18165

Fixes an issue which caused Tosca XScan to crash when steering certain SAP Fiori Table controls.

2023.1.4

TBox Platform

TBOX-19523

Fixes an issue which caused buffers to be shared among projects of the same Windows user with parallel execution.

2023.1.4

TBox Platform

TBOX-19503

Fixes an issue with the TBox Set Buffer Module which triggered an error when trying to open the Buffer Viewer.

2023.1.4

TBox Platform

TBOX-18646

Fixes errors of the type NoClassDefFoundError when executing Selenium scripts.

2023.1.4

Tosca Commander

TOS-74681

Solves an inconsistency issue related to library exclusions with Auto Exclusion.

2023.1.4

Tosca Commander

TOS-74025

This SQL Client upgrade addresses compatibility issues and enhances security configurations for connecting to Azure SQL databases by allowing the rejection of connections to untrusted servers.

2023.1.4

Tosca Commander

TOS-73231

Fixes an execution issue for newly created instances with a JSON Engine TestStep that caused all the action modes INSERT to change to SELECT.

2023.1.4

Tosca Commander

TOS-59040

Fixes an issue which prevented Tosca from properly displaying ExecutionLogs with File Service enabled.

2023.1.4

UIA Engine 3.0

TBOX-19103

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

2023.1.3

DotNet Engine 3.0, Excel UI Engine 3.0

TBOX-19305

Fixes an issue that prevented the SAP Analysis for Microsoft Office AddOn from being steered.

2023.1.3

Salesforce Engine 3.0

TBOX-19295

[Salesforce Winter '24] Fixes an issue where the lookup has an incorrect adapter.

2023.1.3

Salesforce Engine 3.0

TBOX-19262

[Salesforce Winter '24] Fixes an issue where the value from the Activity control drop-down list couldn't be displayed in Service Console applications when scanning with XScan.

2023.1.3

Salesforce Engine 3.0

TBOX-19248

[Salesforce Winter '24] Fixes an issue that results in duplicate controls due to an incorrect ApiKey value in the Action column of the Account table.

2023.1.3

Salesforce Engine 3.0

TBOX-19228

[Salesforce Winter '24] Fixes an issue that causes an exception when you scan the dual listboxes under Expansion Type on the Opportunities tab with XScan.

2023.1.3

Salesforce Engine 3.0

TBOX-19221

[Salesforce Winter '24] Fixes an issue where the Container property of the App Launcher Link in the All Items section has an incorrect value.

2023.1.3

Salesforce Engine 3.0

TBOX-19205

[Salesforce Winter '24] Fixes an issue where Salesforce Scan and XScan don't recognize ComboBoxes on the Accounts tab.

2023.1.3

Salesforce Engine 3.0

TBOX-19202

[Salesforce Winter '24] Fixes an issue where the Search apps and items TextBox that appears when you click the App Launcher button has an incorrect ApiKey value.

2023.1.3

Salesforce Engine 3.0

TBOX-19196

[Salesforce Winter '24] Fixes an issue where the ComboBox of the global search field isn't available to search by object type.

2023.1.3

Salesforce Engine 3.0

TBOX-19193

[Salesforce Winter '24] Fixes an issue where the TextBox of the global search field has an incorrect ApiKey value.

2023.1.2

API Scan

TOS-73510

The certificate for the API Scan feature "Decrypt HTTPS traffic" is generated at the time of installation, ensuring a sufficient validity period.

2023.1.2

Distributed Execution

TOS-73976

Results of all executions are imported and visible in Tosca Commander.

2023.1.2

Distributed Execution

TOS-73889

Distribution execution files are correctly signed and versioned, allowing installation to proceed under strict policies.

2023.1.2

Mobile Engine 3.0

TBOX-18347

Fixes an issue that prevented Salesforce web from scanning and running on mobile devices with UseXBrowserForMobile TCP.

2023.1.2

Mobile Engine 3.0

TBOX-16439

Fixes an issue where Tosca assigns an incorrect index to elements when it tries to scan elements in web or native applications.

2023.1.2

Mobile Engine 3.0

TOS-73513

Fixes an issue where the mobile app couldn't scan through an iOS simulator connected to a remote Tricentis Mobile Agent.

2023.1.2

Mobile Engine 3.0

TOS-73031

Fixes an issue where the bottom part of the Live View screen is cut off when the application is scanned with Android devices.

2023.1.2

Salesforce Engine 3.0

TBOX-18757

[Salesforce Summer '23] Tosca can now steer the "Display as" and "Settings" combo boxes under the Opportunities tab in Salesforce CPQ.

2023.1.2

Salesforce Engine 3.0

TBOX-18750

[Salesforce Summer '23] The GlobalSearch button now has a stable ApiKey property value.

2023.1.2

Salesforce Engine 3.0

TBOX-18747

[Salesforce Summer '23] Tosca can now steer the Change Account Owner combo box with XScan.

2023.1.2

Salesforce Engine 3.0

TBOX-18741

[Salesforce Summer '23] The Customer Premises Latitude and Longitude values now have the correct ApiKey property value when scanned with XScan.

2023.1.2

Salesforce Engine 3.0

TBOX-18730

[Salesforce Summer '23] The Date control in the New Account Module in Salesforce now has the correct ApiKey property value.

2023.1.2

Salesforce Engine 3.0

TBOX-18701,

TBOX-18615

[Salesforce Summer '23] Tosca can now steer Change Account Owner lookup.

2023.1.2

Salesforce Engine 3.0

TBOX-18596

[Salesforce Summer '23] Tosca now automatically selects the Main container so that the corresponding control in the highlight panel and in the Details section will be unique.

2023.1.2

Salesforce Engine 3.0

TBOX-18576

[Salesforce Summer '23] The Contacts table on the Accounts tab in Salesforce now has ApiKey and AssociatedLabel property values.

2023.1.2

Salesforce Engine 3.0

TBOX-18371

Fixes an issue that caused inconsistent ApiKey property values for duplicate controls between Salesforce Scan and XScan.

2023.1.2

SAP SuccessFactors

TBOX-18328

Fixes an issue with RcmMultiSelect controls where the value range wasn't complete.

2023.1.2

SAP SuccessFactors

TBOX-18238,

TBOX-18998

Fixed an issue which prevented Tricentis Tosca from correctly steering custom HTML tags in SAP SuccessFactors.

2023.1.2

SAP SuccessFactors

TBOX-16584

Fixes an issue which prevented the Module SAP SuccessFactors Search Box from working in certain scenarios.

2023.1.2

SAP SuccessFactors

TBOX-16583

Fixes an issue when steering MultiComboBox controls in SAP SuccessFactors which caused Tosca XScan to crash.

2023.1.2

TBox Platform

TBOX-17902

Addresses issues related to excessive memory consumption.

2023.1.2

TBox Platform

TBOX-17504

Fixes an issue where "MaxDepth" was reached during test execution with a lot of nested IF conditions.

2023.1.2

TBox Platform

TBOX-14707

The timeout value for any XEngine server process to establish a connection is now customizable in the settings.

2023.1.2

Tosca DI

TBOX-73611

Unused DI licenses are now properly returned.

2023.1.2

UIA Engine 3.0

TBOX-18930

Resolves an issue in which table controls weren't steerable.

2023.1.2

WinX Engine 3.0

TBOX-18985

Fixes an issue where XScan would freeze due to an issue with the PowerBuilder enabler.

2023.1.2

XBrowser Engine 3.0

TBOX-18995

Fixes an issue where the support of slots in XBrowser Engine 3.0 was affecting existing tests.

2023.1.1

Distributed Execution

TOS-73092

Fixes an issue where executions filled up disk space on the DEX Server with automation object artifacts.

2023.1.1

Distributed Execution

TOS-72478

Fixes a data transfer issue where DEX execution results disappeared intermittently.

2023.1.1

Distributed Execution

TOS-69600

Fixes an issue where Tosca Distributed Execution didn't halt execution when a TestCase failed, despite TBox Recovery settings.

2023.1.1

Mobile Engine 3.0

TBOX-18167

Fixes an issue that prevented scanning via WebDriver with a browser other than Chrome on some pages.

2023.1.1

Mobile Engine 3.0

TBOX-17964

Fixes an issue that causes Mobile Scan to crash when you select certain controls that are customized.

2023.1.1

Mobile Engine 3.0

TBOX-17949

Fixes an issue that prevents the Add button in the Add device window from activating after you paste the device name and device ID values.

2023.1.1

Mobile Engine 3.0

TBOX-17846

Fixes an issue that causes unexpected errors in image-based test automation.

2023.1.1

Mobile Engine 3.0

TBOX-17833

Fixes an issue that causes unexpected errors when you try to close Mobile Scan with the Alt+F4 key combination.

2023.1.1

Mobile Engine 3.0

TBOX-17798

Fixes an issue where if the value in the Enter a name for your device field is deleted, the value from the Enter the device ID field is automatically inserted into this field.

2023.1.1

PDF Engine 3.0

TBOX-18302

Fixes an issue with Windows in German languages which prevented Tosca from correctly parsing areas to exclude in a PDF comparison with the PDF 1:1 Compare Module.

2023.1.1

Salesforce Engine 3.0

TBOX-18318

Fixes an issue where Salesforce tests couldn't be scanned and executed due to missing ApiKeys.

2023.1.1

TBox Automation Tools

TBOX-18445

Fixes an issue which prevented buffers from being deleted in specific scenarios with the TBox Delete Buffers Module.

2023.1.1

Tosca - Manual Test Execution

TOS-71241

"Run as Manual TestCase" now shows results on TestStepFolders correctly.

2023.1.1

Tosca Commander

TOS-72794

Resolves an issue which prevented the Buffer Viewer from being editable.

2023.1.1

Tosca Commander

TOS-72707

Fixes an issue that was causing Auto Exclusion to delete cluster objects.

2023.1.1

Tosca Commander

TOS-72084

Fixes an issue that prevented Auto Exclusion from working with larger exclusion lists.

2023.1.1

Tosca Commander Core

TOS-71789

Security fix.

2023.1.1

WinX Engine 3.0

TBOX-18465

Fixes an issue which caused Tosca to select the wrong area with a Click when steering TreeNodes.

2023.1.1

WinX Engine 3.0

TBOX-18050

Addresses a number of PowerBuilder automation issues in the WinX Engine 3.0 in the areas of scrolling, clicking, column sorting, selecting controls on screen, re-scanning, using ActionMode Input, and handling of Tables and ComboBoxes.

2023.1.1

XBrowser Engine 3.0

TBOX-18247

Fixes an issue that was preventing the steering of an HTML iframe inside a <slot> tag.

2023.1.1

XBrowser Engine 3.0

TBOX-17907

Resolves performance issues when loading all Properties in XScan.