Configure TruClient General Settings
The General Settings dialog box enables you to set many options that affect the browser as you develop your scripts in interactive mode.
To open the General Settings dialog box:
From the VuGen interface | Open a TruClient script in VuGen and click the ![]() |
From the TruClient Development window | Click the ![]() |
The following options are available in each tab:
Tab | Description |
---|---|
Browser Settings |
This tab enables you to configure settings for the TruClient browser for scripts that you run in interactive mode (the script development stage). Note:
|
Interactive Options |
This tab enables you to configure replay and debug settings for interactive mode. Action on error. Vuser action on error (abort script, continue to next iteration/step). Snapshot generation. Generates replay snapshots. For details, see Snapshots. Steps generation
Debug
|
Runtime settings |
Settings for load mode. The Number of Iterations and all of the Replay settings apply also to the interactive mode. |
Client Certificates |
Manually attach client certificate. Note: For TruClient Mobile Web scripts, Client certificates can be found under the Encryption tab. |
Server Exceptions
Note for TruClient versions 2020 or later: The TruClient Browser no longer checks the server certificate (this tab is still supported for backward compatibility). |
For scripts developed in TruClient Browser, you can add a server exception to prevent the Security Exception dialog pop-up. Location. Specify the server URL with the Note:
|
Digital Lab Settings |
General settings for TruClient Native Mobile scripts. For details, see Performance testing in the Digital Lab Help Center. |
Rules for blocking addresses when using a proxy server
To block a... | put this into "No Proxy for" | ...for example, use | Limitations |
---|---|---|---|
domain, including sub-domains | domain suffix, starting with a dot | ".mycom.org; mycom.org" | You must use both entries to block a single domain. |
hostname (with domain) | domain suffix, starting with a dot | "www.mycom.org" | Also blocks any hostnames or domains that end in the same string (other-www.myco.org) |
IP address | IP address | "1.2.3.4" | Does not block hostnames that resolve to the IP address ("127.0.0.1" does not block "localhost") |
Network | network w/ CIDR block | "10.0.0.0/8" | Does not block hostnames that resolve to the IP address range (10.0.0.0/8 is not "no proxy for intranet hostnames") |