SQUID Examples
Run the examples to learn more about the available SQUID functions and techniques on using them. New examples will be added as they become available. Click the following links to download the example zip file.
Instructions
- Download and unzip example.
- Open script in test tool.
- For LoadRunner, change the dll path to SQUID-REST.dll (or SQUID-SOAP.dll).
- Run SQUID.exe, enter http://localhost:8888 as the address and click Start.
- Run the example.
- SQUID will show the results of running the example.
-
LoadRunner
-
Simple script that writes one data value to SQUID using SquidSendData.
-
This script will show how to use all the SQUID functions.
-
This script will show how to use the SQUID functions to work with compound data. Username/password is an example of compound data.
-
This script runs the SendData function with both SQUID and the VTS. Multiple measurements are generated, with each transaction representing 10,000 SendData operations.
-
This script runs the CreateColumn function with both SQUID and the VTS. Multiple measurements are generated, with each transaction representing 100 CreateColumn operations. Note that if 1,000 columns are created, the VTS will return an error.
-
-
QTP
-
Visual Studio