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:
- Remove all lr_load_dll("vtclient.dll") functions from the Vuser script.
- Remove all instances of #include "vts2.h" from all sections of the Vuser script.
- Update the VTS server name and port number in all vtc_connect and lrvtc_connect functions in the Vuser script.
- In the Vuser script, change all instances of PVCI to PVCI2.
- In the Vuser script, change all instances of VTCERR to VTCERR2.