Configure services via Service Configuration

This chapter covers the configuration process for services that are part of Tricentis Test Automation Server for SAP features.

Modify service settings

You can modify your service settings. However, Tricentis recommends that you do not.

The default value for the secret key ClientSecret of each service is <to be generated>. After starting the Tricentis Test Automation for SAP Service Configuration, the ClientSecret is automatically generated. It is associated with your ClientId.

You can access it through the appsettings.json file. By default, this file is located at each services’ directory at C:\Program Files (x86)\TRICENTIS\Tosca Server\.

Each service uses the same ClientSecret in each appsettings.json file of all services.

Access Tricentis Test Automation for SAP Service Configuration

Tricentis Test Automation for SAP Service Configuration opens automatically if you have selected to open the settings page in the final screen of the Test Automation Server for SAP installation.

To start Service Configuration manually, access the Test Automation Server for SAP Landing Page and click on Settings.

You can only configure services on the machine on which you've installed the services. You can't access Service Configuration from another machine.

Specify admin access

To configure services, you need admin access rights.

If you started Tricentis Test Automation for SAP Service Configuration as a non-admin user, Tricentis Service Configuration starts with the User Account Control (UAC) window.

To enable admin mode, click Yes.

Configure services with Tricentis Test Automation for SAP Service Configuration

To configure the services, follow the steps below:

  1. In Tricentis Test Automation for SAP Service Configuration, click the tab of the service that you want to configure.

  2. Populate the configuration property fields. For information on which properties you have to configure for which service, see the following sections:

  3. Repeat the steps above for all services that you want to configure. Tricentis Test Automation for SAP Service Configuration marks all updated service tabs with an asterisk.

  4. Click Save. This saves all changes; you don't have to save each service individually.

    You can't save if you have entered an invalid property value. Tricentis Test Automation for SAP Service Configuration displays an orange exclamation mark on the service tab with the invalid property value.

  5. Click OK to confirm the restart of all Tricentis Services.

If a service can't restart, you can check your log files by clicking on View Logs next to the service.

Configure Test Automation for SAP Gateway Service

The Test Automation for SAP Gateway, which includes the Test Automation Server for SAP Landing Page, allows you to access all server features through a single web interface.

For the Test Automation for SAP Gateway, configure the following HTTPS settings:

Property

Description

Hostname

Specify the name of the host with which you connect to the service. The default host name is localhost.

If you specify a token signing certificate, the host name is automatically updated to the common name (CN). The common name is specified in the certificate's subject name property, located in the certificate store on your computer. If necessary, you can still change the host name. To do so, click into the Hostname property field and enter the name of the host.

If you use a proxy server and don't use the default host name localhost, you have to perform one of the following actions:

  • Disable your computer's proxy settings.

  • Set the NO_PROXY environment variable, for instance in the Windows Registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment. To bypass the proxy for certain domains, set the NO_PROXY environment variable to a comma-separated list of domain names. Each domain name must start with a . character and you must not use the * character in the domain name.

Port

Enter the port used to address Test Automation for SAP Gateway. The default port is 443.

Certificate Thumbprint

Enter the thumbprint for the SSL certificate.

Certificate Location

Select the location of the SSL certificate.

Certificate Store

Select the store in which the SSL certificate is located.

Configure Tricentis Test Automation for SAP Project Service

The Tricentis Test Automation for SAP Project Service stores information about projects, such as database connection string and project name, in a central location.

For Tricentis Test Automation for SAP Project Service, configure the following properties:

Property

Description

Port

Enter the port used to address Tricentis Test Automation for SAP Project Service. The default port is 5003.

Configure Tricentis Test Automation for SAP Authentication Service

To use the server-based Tricentis Test Automation for SAP User Administration, you must configure Tricentis Test Automation for SAP Authentication Service and Tricentis Test Automation for SAPMail Configuration.

For Tricentis Test Automation for SAP Authentication Service, configure the following properties:

Property

Description

Port

Enter the port used to address Tricentis Test Automation for SAPAuthentication Service. The default port is 5000.

Certificate Thumbprint (Token Signatures)

Enter the thumbprint for the token signing certificate. For more information, see chapter "Token sign certificate".

Certificate Location (Token Signatures)

Select the location of the token signing certificate.

Certificate Store (Token Signatures)

Select the store in which the token signing certificate is located.

User Storage Database

The default SQLite database path is %PROGRAMDATA%\TRICENTIS\IdentityManagement\UserStore.db.

You can specify a different database in one of the following ways:

  • Enter a different SQLite database path.

  • Select a MSSQL or PostgresSQL database from the drop-down menu and enter the corresponding path.

If you change the database, your data is not migrated automatically. You need to perform the migration manually.

Configuration Database

The default SQLite database path is %PROGRAMDATA%\TRICENTIS\IdentityManagement\ConfigurationStore.db.

You can specify a different database in one of the following ways:

  • Enter a different SQLite database path.

  • Select a MSSQL or PostgresSQL database from the drop-down menu and enter the corresponding path.

If you change the database, your data is not migrated automatically. You need to perform the migration manually.

Operational Database

The default SQLite database path is %PROGRAMDATA%\TRICENTIS\IdentityManagement\OperationalStore.db.

You can specify a different database in one of the following ways:

  • Enter a different SQLite database path.

  • Select a MSSQL or PostgresSQL database from the drop-down menu and enter the corresponding path.

If you change the database, your data is not migrated automatically. You need to perform the migration manually.

Regex for custom password policy

Define a custom password policy for locally created users with a regular expression.

The default value for the regular expression is .{8,}. This means that the password must contain at least 8 characters.

If you want to use your own regular expression, you can change the default value.

Maximum number of failed login attempts before account is locked

Define the number of failed login attempts before an account is locked. The default value is 5.

Account lockout duration in hours

Define the number of hours a locked-out account remains locked out before it is unlocked. The default value is 0.

Number of unique passwords before re-use

Specify the number of unique passwords a user must use before reusing an old password. The default value is 10.

Password expiration period (days)

Specify the number of days a password can be used before it expires and has to be changed. The default value is 0 days, meaning that the password is valid indefinitely. If you don't change the password within the specified expiration period, your account will be locked.

Audit

Enable Audit

To enable audit logs that track user activity in Tricentis Test Automation for SAP User Administration, enable the Enable Audit checkbox. The checkbox is disabled by default.

File

File path for Audit logs

If you enable the property Audit, you can log the user activity to an audit log file. To do so, specify the path to the directory where you want to save audit log files. The default file path for audit logs is %PROGRAMDATA%\TRICENTIS\Audit\AuthenticationService\AuthenticationService_Audit_.csv.

Splunk

Full endpoint

If you enable the property Audit, you can log the user activity into the Splunk logging platform. To do so, specify the endpoint address of Splunk. For example: http://localhost:6000/splunk.

For more information about Splunk, see the Splunk documentation.

Event Collector Token (ECT)

Specify the token used to authenticate the event data.

If the password expiration period expires, you have to reset your password and additionally configure the mail settings.

Note that you cannot use the default Admin user to reset the password, as it does not have a valid email address. Ensure that you set up an alternative admin account before you configure this property.

Configure Test Automation for SAP Administration Console

The Test Automation for SAP Administration Console enables you to migrate your Tricentis Test Automation for SAP projects.

For Test Automation for SAP Administration Console, configure the following properties:

Property

Description

Administration Console Port

Enter the port to access the Test Automation for SAP Administration Console. The default port is 5010.

Migration Service Port

Enter the port to access the Tricentis Test Automation for SAP Migration Service of the Test Automation for SAP Administration Console. The default port is 5011.

Configure Tricentis Test Automation for SAP Test Data Service

For Tricentis Test Automation for SAP Test Data Service, configure the following properties:

Property

Description

Port

Enter the port used to address Tricentis Test Automation for SAPTest Data Service. The default port is 5001.

Enable Authentication

Select the Enable Authentication check box to activate authentication for the Test Data Service via Tricentis Test Automation for SAP User Administration

Enable Diagnostics

Select the Enable Diagnostics check box to send anonymous usage data to Tricentis.

Configure Tricentis Test Automation for SAP Mail Configuration

Once you have configured Tricentis Test Automation for SAP Authentication Service, configure the SMTP (Simple Mail Transfer Protocol) server to send emails from the Tricentis Test Automation for SAP User Administration.

For Tricentis Test Automation for SAP Mail Configuration, configure the following properties:

Property

Description

SMTP Mail Server Address

Specify your SMTP mail server address.

Port

Enter the associated SMTP Host Port. The default port is 587.

Username

Specify the username of the SMTP server.

Password

Specify the password.

Sender Name

Specify the name of the sender.

Sender Email

Specify the email address to send emails from.

Send test email to

Specify the email address that you want to send a test email to and click Test.

What's next

If you have specified an HTTPS binding for the Tricentis Test Automation Server for SAP, make the necessary modifications as described in see chapter "Use Test Automation Server for SAP with an HTTPS binding".