Set up Simulator agents

The Simulator agent hosts simulations that you can run in your local environment on any machine. These simulations send messages, receive requests, or respond like real services.

Use the Simulator agent interface to create, edit, and organize your simulations, or connect your agent to Tosca Cloud.

Before you start

  • Simulator agents are copyable files, so you don’t have to install anything specific for it.

  • The machines on which you run your Simulator agents must meet the minimum system requirements.

Set up your Simulator agent

You can set up your Simulator agent through the setup wizard during the download process. If you are a Tosca Cloud administrator, you can also set it up through the appsettings.yml file.

You only need to do this once. When you restart a registered Simulator agent, it automatically connects to Tosca Cloud.

Simulator agent files and directories

The default location for Simulator agent files is %LOCALAPPDATA%\Tricentis\Simulation. It includes the following folders and files:

Folder or file

Description

Log

Storage for your Simulator agent log files.

Workspace

Store your simulation files in this folder. Create folders to organize them. When you start the Simulator agent, it loads all simulation files that are in this folder.

Note: you can only reference files in the same workspace folder in a simulation file.

appsettings.yml

This is the Simulator agent configuration file. You can use this file to integrate the Simulator agent to Tosca Cloud.

Start the Simulator agent

To start the Simulator agent, double-click the Tricentis.Simulator.Agent.exe file that you've downloaded.

When the Simulator agent is set up, the console window opens and shows all logs. It's now connected to Tosca Cloud. The Simulator agents user interface also opens in a new tab.

Mac users: Start the Simulator agent from the command line

The Mac version of the Simulator agent comes as a bundled application, allowing Mac users to launch it easily. To run it in a console or pass command line parameters, start the Simulator agent manually using this method: ./Simulator.app/Contents/Resources/Tricentis.Simulator.Agent.

What's next

Deploy simulations to your Simulator agent.

Take a look at the Simulator agents overview page.

If you don't have a simulation yet, create one.