Querying a MySQL database with LoadRunner

Sunday, March 29th, 2009 Posted in Tech Tips | 2 Comments »

Let's imagine that you want to execute arbitary SELECT, INSERT, UPDATE and DELETE queries against a MySQL database from a VuGen script. Obviously it is easiest to use the JDBC ... Read more..

Persistent Data in VuGen with MySQL

Tuesday, December 16th, 2008 Posted in Tech Tips | 3 Comments »

One of the main drawbacks with VuGen is the inability to easily store data for later retrieval, and the lack of interscript communication. I had this exact problem on a ... Read more..