Modify Vuser scripts from previous VTS versions

If you have a Vuser script that was created using a previous version of VTS, you must modify the Vuser script to enable the script to run with the current version of VTS.

To prepare a Vuser script from a previous VTS version:

  1. Remove all lr_load_dll("vtclient.dll") functions from the Vuser script.
  2. Remove all instances of #include "vts2.h" from all sections of the Vuser script.
  3. Update the VTS server name and port number in all vtc_connect and lrvtc_connect functions in the Vuser script.
  4. In the Vuser script, change all instances of PVCI to PVCI2.
  5. In the Vuser script, change all instances of VTCERR to VTCERR2.

Back to top