background image
<< Service Functions | Recording Web Vuser Scripts >>
<< Service Functions | Recording Web Vuser Scripts >>

Authentication Function

Web Vuser Scripts · Introducing Web Vuser Scripts
Creating Vuser Scripts
Chapter 18, page 325
Authentication Function
web_set_user
Specifies a login string and password for a web server or proxy
server.
Connection Definition Functions
web_set_connections_limit
Sets the maximum number of simultaneous connections that a
Vuser can open during script execution.
web_enable_keep_alive
Enables keep alive HTTP connections.
web_disable_keep_alive
Disables keep alive HTTP connections.
Timeout Function
web_set_timeout
Specifies the maximum amount of time that a Vuser waits to
execute a specified task.
Cookie Functions
web_remove_cookie
Removes the specified cookie.
web_add_cookie
Adds a new cookie or modifies an existing one.
web_cleanup_cookies
Removes all the cookies that are currently stored by the Vuser.
Correlation Functions
web_create_html_param
Saves dynamic information generated during script replay to a
parameter. Used for correlating HTML statements.
web_set_max_html_param_length
Sets the maximum length of retrieved dynamic
HTML information.