background image
<< Action Icons | Control Icons >>
<< Action Icons | Control Icons >>

A URL icon is always the first icon in a Vuser script

Web Vuser Scripts · Introducing Web Vuser Scripts
Creating Vuser Scripts
Chapter 18, page 317
:
Icon Type
Description
URL
A URL icon is always the first icon in a Vuser script. QuickTest also
inserts a URL icon when you use a bookmark to access a specific
web page, or type in a URL. Each URL icon represents a web_url
function in the Vuser script. The default label of a URL icon is the last
part of the URL of the target page.
Link
A Link icon is added to the Vuser script when you click a hypertext link
while recording. Each link icon represents a web_link function in the
Vuser script. The default label of the icon is the text string of the
hypertext link.
Image
An Image icon is added to the Vuser script when you click a
hypergraphic link while recording. Each image icon represents a
web_image function in the Vuser script. If the image in the HTML
code has an ALT attribute, then this attribute is used as the default
label of the icon. If the image in the HTML code does not have an ALT
attribute, then the last part of the SRC attribute is used as the icon's
label.
Form/Data
Submission
A Form Submission or Data Submission icon is added to the Vuser
script when you submit a form while recording. Each icon represents
either a web_submit_form function or a web_submit_data function
in the Vuser script.
Custom
Request
QuickTest adds a Custom Request icon to a Vuser script when you
record an action that QuickTest can not recognize as any of the
standard actions (i.e. URL, link, image, or form submission). For
example, if you record a form submission that includes an attached
file, QuickTest represents the form submission with a Custom Request
icon. Each custom request icon represents a web_custom_request
function in the Vuser script.