Blog

  • LoadRunner VuGen: Make any SERVER or URL a Parameter

    Posted on July 30, 2009 by Admin

    From Michael Hendershot:
    // DEFINE VARIABLES
    char *appurl; // Variable To Hold URL Name

    // ************************************************************************
    // START – SELECT ENVIRONMENT TO RUN LOADTEST AGAINST BY UNCOMMENTING THE CORRECT ENVIRONMENT
    // ************************************************************************

    //appurl = “server_url:9999”; // Application #1
    appurl = “server_url:1111″; // Application #2

    // CONVERT URL TO PARAMETER TO USE IN URLS BELOW
    lr_save_string(appurl,”p_Url”); Read Entire Entry

  • LoadRunner 9.51 Analysis Bug – Renaming Titles

    Posted on July 20, 2009 by Admin

    Today I had to open a ticket with HP Support concerning the Analysis module. I had a graph where I wanted to show the CPU utilization across multiple servers to see how hard each one was working. This could give me an indication of whether or not load balancing was throwing the right amount at each server.

    To illustrate this, I selected the Processor Utilization for each server in the farm (there were three), and then decided to make it pretty by going into advanced options. One of the things I wanted to do is show the legend at th Read Entire Entry