Configure TruClient General Settings
The General Settings dialog box enables you to set options that affect the browser as you record and develop your scripts.
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 a client certificate. For details, see Certify the client. |
Digital Lab Settings |
General settings for TruClient - Native Mobile scripts. For details, see TruClient - Native Mobile protocol. |
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") |