Blog

  • LoadRunner VuGen: DO Loop Example

    Posted on November 12, 2009 by Admin

    Most people who use Vugen and have a development background know loops. In C or most other programming languages, a loop is a loop. Sometimes in my classes I will ask students the main difference between a “do while” loop verses a “while” loop to see if they have that programming background. A “do” loop requires that the code you want to run does execute at least once before checking the condition to see if it should run again. But how about a real world example when scripting for a load test?

    How about trying to click a refres Read Entire Entry