To create a WebTx
data source:
In the Create Data Source dialog, enter the name of the new data source, and then select the data source type
WebTx
.Click Submit.
Select the data source to edit it. Enter information or make selections to specify how and when this data source's Web transactions are performed, and which data should be collected:
Table 63.2. WebTx Data Source Options
Click Save to save the specified settings.
Select Script. From here, you will specify the details of the transaction. Information here also helps you debug twill commands when setting up the data source.
Enter information or make selections:
Table 63.3. WebTx Script Settings
Option Description Initial URL
Specify the URL of the page where the transaction will start. This field frequently contains a TALES expression to refer to a device's ID or IP address, such as
http://${dev/id}
orhttp://${dev/manageIp}
.For more information on TALES expressions, refer to the Appendix in the Administratrion Guide titled TALES Expressions.
Initial User
Specify the user name for authentication.
Initial Password
Specify the user password for authentication.
Initial Authentication Realm
Specify the basic HTTP authentication realm.
TestDevice
Use this field to test and debug twill commands. Enter the ID of a device, and then click Test Twill Commands to execute the twill commands against the device. If you do not specify a device, then Resource Manager will select a device for you.
Upload Recording
Upload a Web session recording generated by the Firefox TestGen4Web add-on. Enter or browse to the recording location.
If you specify a file here, and then click Save, Resource Manager translates the file to twill commands and replaces the contents of the Twill Commands field with the newly translated commands.
Twill Commands
Specify the number of seconds that zenwebtx will wait between the start of one test run and the start of the next.
Enter twill commands that Resource Manager will execute to produce values and events for the data source.
If you select this action, then the current contents of the Twill Commands field is completely replaced. Resource Manager does not save the replaced information.
See the Section 4, “Creating twill Commands” section for more information about twill commands.
Note
If you provide values for Initial User, Initial Password, and Initial Authentication Realm, Resource Manager will use these credentials before accessing the URL specified for Initial URL. All three (Initial User, Initial Password, and Initial Authentication Realm) must be present; otherwise, the values are ignored.
Click Save to save the data source.