background image
<< Control Functions | Authentication Function >>
<< Control Functions | Authentication Function >>

Service Functions

Creating Vuser Scripts
Chapter 18, page 324
Web Vuser Scripts · Introducing Web Vuser Scripts
In
Service Functions
In addition to the step functions and control functions, the following service functions can be used
in Web Vuser scripts. You can manually program them into the script, or you can use the function
generator inside QuickTest to generate the functions.
Header Functions
web_add_header
Adds a customized header to the next HTTP request.
web_add_auto_header
Adds a customized header to all subsequent HTTP requests.
web_cleanup_auto_headers Stops adding customized headers to subsequent HTTP requests.
Proxy Server Functions
web_set_proxy
Specifies that all subsequent HTTP requests be directed to the
specified proxy server.
web_set_secure_proxy
Specifies that all subsequent HTTPS requests be directed to the
specified proxy server.
web_set_proxy_bypass
Specifies that all subsequent HTTP requests bypass the proxy
server.