background image
<< web browser | Control Functions >>
<< web browser | Control Functions >>

WEB Vuser functions

Creating Vuser Scripts
Chapter 18, page 322
Web Vuser Scripts · Introducing Web Vuser Scripts
In
The following WEB Vuser functions are used in Web Vuser scripts:
·
Action Functions
·
Control Functions
·
Service Functions
Action Functions
When you record a Web Vuser script, QuickTest generates the following action
functions, and inserts them into the script:
web_custom_request
Allows you to create a custom HTTP request with
any method supported by HTTP.
web_image
Emulates a mouse click on the defined image.
web_link
Emulates a mouse click on the defined text link.
web_submit_data
Performs an "unconditional" or "contextless" form
submission.
web_submit_form
Emulates the submission of a form.
web_url
Loads the URL specified by the "URL" attribute.