Citrix > Login recording options
Enables you to you set the connection and login information for the recording session.
To access |
Record > Recording Options > Citrix > Login
|
Important information |
|
User interface elements are described below:
UI Element
|
Description
|
---|---|
Connection |
|
Define connection parameters |
Allows you to manually define the logon and connection details.
|
Logon Information |
Specify the User Name, Password, and Domain of the Citrix user. Optionally, you can also specify the Client Name by which the Citrix server identifies the client.
|
Use ICA file for connection parameters |
Specify an ICA file with the connection configuration information for the application.
For details, see ICA file structure.
|
ICA file structure
Citrix ICA client files are text files that contain configuration information for the applications accessed through the Citrix client.
Tip: When you load an ICA file using the Recording Options, VuGen saves the file together with your script, eliminating the need to copy the ICA file to each load generator machine.
ICA Files must have an .ica extension and must conform to the following format:
[WFClient] Version= TcpBrowserAddress= [ApplicationServers] AppName1= [AppName1] Address= InitialProgram=# ClientAudio= AudioBandwidthLimit= Compress= DesiredHRES= DesiredVRES= DesiredColor= TransportDriver= WinStationDriver= Username= Domain= ClearPassword=
The following example shows a sample ICA file for using Microsoft Word on a remote machine through the Citrix client:
[WFClient] Version=2 TcpBrowserAddress=235.119.93.56 [ApplicationServers] Word= [Word] Address=Word InitialProgram=#Word ClientAudio=On AudioBandwidthLimit=2 Compress=On DesiredHRES=800 DesiredVRES=600 DesiredColor=2 TransportDriver=TCP/IP WinStationDriver=ICA 3.0 Username=test Domain=user_lab ClearPassword=test
For more information, see the Citrix website.