Insert caching functions

Note: Applies to: Web Vuser protocols. For a list of web Vuser protocols, see Web Vuser types.

Caching functions allow you to create a cache file that contains the Vuser cache, and then to load the cache file data into a Vuser.

  1. Insert the web_dump_cache function into your Vuser script.

  2. Run the script to create the cache file.

  3. Insert the web_load_cache function into your script - before the Vuser actions.

  4. Comment-out the web_dump_cache function.

  5. Run and save the script.

Back to top

See also: