Settings - Engines

The following setting is located at Settings->TBox->Engines:

Remote server response timeout

Description

This setting indicates how long to wait for an XEngine to act. The time values are given in milliseconds.

Example

120000

AnyUI

Enable Model creation

Description

This setting enables or disables the context menu in Tosca XScan which allows models to be created for the AnyUI Engine. The following options are available:

  • True: the context menu is provided.

  • False: the context menu is not provided.

Example

False

Model directory

Description

This setting indicates the directory where AnyUI Engine models are saved.

Example

@{Environment.AllUsersAppData}\Automation\AnyUI\Models

Database

SQLite Enable Extension loading

Description

If you enable this setting, you can load SQLite extensions, for instance to perform searches. You can load either external DLL files or the SQLite.Interop.dll library that is already installed with Tricentis Tosca.

To enable the setting, set it to True.

If you enable this setting, you also need to populate the setting SQLite Extension(s) to load.

Example

True

SQLite Extension(s) to load

Description

Enter the full path of the extension(s) that you want to load as follows: \path\to\library\library.dll=extension_name. If you want to use multiple extensions, separate them with a semicolon.

If you want to load the SQLite.Interop.dll library, you do not need to enter the full path.

Example

SQLite.Interop.dll=sqlite3_json_init

Java

DisableSecurityManager

Description

This setting enables or disables the Java Security Manager used. The following options are available for selection:

  • True: the Java Security Manager is disabled.

  • False: the Java Security Manager is enabled.

  • Webstart Only: The Java Security Manager is disabled for Webstart applications only.

Example

False

Mobile30

Default iOS Simulator Version

Description

Default iOS simulator version.

Example

11.3

Desired capabilities path

Description

Path to a directory that contains the configuration files with Desired Capabilities.

Example

C:\YourFolder

Enable Native scan

Description

Enables or disables scanning of native applications on Android in the Mobile Engine 3.0.

Example

False

Auto checkout/checkin configuration

Description

Set to False if you don't want the Mobile Scan to automatically check out and check in the Mobile configuration node.

The default value is True.

Example

False

SAP

Automatic TestCase creation and start of the Recorder

Description

Enables Tricentis Tosca to automatically perform the following actions:

  1. Create the TestSteps SAP Logon, SAP Login, and SAP Toolbar.

  2. Run these TestSteps.

  3. Start the Recorder.

The default value is False.

Example

True

Combobox items selectable by its Key

Description

Enables Tricentis Tosca to identify ComboBox items by keys and values.

Example

False

Log level for Solution Documentation Synchronization

Description

Enables Tricentis Tosca to save log messages that are exchanged between Tricentis Tosca and SAP Solution Manger.

The following options are available:

  • Off: no messages are logged.

  • Basic: the most important messages are logged.

  • Comprehensive: all messages are logged.

The default value is Off.

Example

Basic

Log path for Solution Documentation Synchronization

Description

Specify the directory where you want to save the log messages that are exchanged between Tricentis Tosca and SAP Solution Manager.

Example

False

TableCompare

EnableAutoCreateBaseline

Description

Determines if automatic generation of baselines is enabled. The default value is False.

Example

True

UIA

StopAtThumb

Description

Defines if steering should stop at Thumbs with no name while looking for child elements.

If you set this setting to True, the scan will stop when a control with type Thumb is found. If you set the setting to False, the scan will not stop when a control with type Thumb is found and continues searching for the next child item of the control.

Example

True

Web service

Enabled

Description

The Webservice Engine 3.0 is no longer supported. By default, you cannot create Webservice Engine TestCases in API Scan.

To re-enable this option in API Scan, enter True. You can, however, no longer use this option in the API Scan standalone version.

Request/Response log directory

Description

This setting specifies the directory where the log files are stored. Tricentis Tosca creates log files if you have defined the test configuration parameter WebserviceEngineLogRequestResponse (see chapter "Logging").

Example

%APPDATA%\Tricentis\TOSCA Testsuite\7.0.0\logs\Automation\WSE

Response timeout

Description

This setting specifies how many milliseconds the system waits for a Webservice to respond.

Example

60000

Web service->Ports

Server

Description

Defines which port is used for the Webservice server.

Example

17006

Web service->WebsphereMQ

Enable JMS

Description

If this setting is enabled, the message sent via WebsphereMQ receives a MQRFH2 header.

Example

True

Win32->Ports

Server

Description

Defines which port is used for the Win32 server.

Example

17002

XBrowser

Enable XPath identification

Description

Enables the identification of HTML elements with an XPath expression.

Example

True

Hide Soft Hyphens

Description

By default, XBrowser Engine 3.0 ignores soft hyphens for all HTML elements. If you want to see soft hyphens in controls' properties, change the value of this setting to False.

The properties InnerHtml and OuterHtml include soft hyphen in their values even if this setting is set to True.

Example

True

Ignore invisible HTML elements

Description

If you activate this setting, XScan for HTML pages adds the SteeringParameter "IgnoreInvisibleHtmlElements" to created Modules. The scan result will only contain the visible elements of the page. This improves scan and execution times if the tested HTML page contains a lot of invisible elements.

Example

False

Scan Microsoft Edge with Internet Explorer engine

Description

Enables or disables the steering of Microsoft Edge (non-Chromium) with the Internet Explorer engine.

Example

False

Scrolling Behavior

Description

Defines the default scrolling behavior for the XBrowser Engine 3.0 and for HTML controls to be steered with the Mobile Engine 3.0.

The following options are available:

  • No Scrolling

  • Scroll to top

  • Scroll to center

  • Scroll to bottom

Example

Scroll to center

XBrowser->Browser Settings

Ajax tracer injection delay

Description

Controls how long Tosca delays the injection of the AjaxTracer into the webpage. The default value is 0. Increase the value if you encounter problems on your webpage while running tests. The time value is in milliseconds.

Example

500

Disable Ajax Tracer injection on pages

Description

Disables the AjaxTracer scripts on the specified webpage URLs. To specify the URLs, you need to add them as CollectionEntries.

To add a CollectionEntry, right-click on Disable Ajax Tracer injection, click on Create... and select CollectionEntry. Use regular expressions to specify the URLs.

Example

.*example-page\.com.*

Disable Shadow Dom Unlocker injection on pages

Description

Disables ShadowDomUnlocker scripts on the specified webpage URLs. To specify the URLs, you need to add them as CollectionEntries.

To add a CollectionEntry, right-click on Disable Shadow Dom Unlocker injection on pages, click on Create... and select CollectionEntry. Use regular expressions to specify the URLs.

Example

.*example-page\.com.*

XBrowser->Internet Explorer->Ports

Server

Description

Defines which port is used for the Internet Explorer server.

Example

17009

XBrowser->Salesforce

URL based UI type identification

Description

Enables Salesforce Engine to identify the Salesforce interface (Classic, Lightning) of the Salesforce application that you scanned based on URL.

Example

True

XBrowser->WebDriver

Chrome path to use

Description

Defines the path to the Chrome executable, which should be used by the WebDriver part of the XBrowser Engine 3.0. This setting is only available for local browser instances.

Example

C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

Firefox path to use

Description

Defines the path to the Firefox executable, which should be used by the WebDriver part of the XBrowser Engine 3.0. This setting is only available for local browser instances.

Example

C:\Program Files (x86)\Mozilla Firefox\firefox.exe

XBrowser->WebDriver->Cloud services->Browser Stack

Access Key

Description

Defines the access key of the BrowserStack account.

Example

CFkuSpEWajK2LM216Jmu

Hub Address

Description

Defines the hub address, which should be used for BrowserStack.

Example

http://hub.browserstack.com/wd/hub/

Username

Description

Defines the username of the Browser Stack account.

Example

myuser

XML->Ports

XSD server

Description

Defines which port is used for the XSD server.

Example

17005