Blog

  • Set up an Oracle Monitor in LoadRunner Using a Baseball Bat

    Posted on February 18, 2010 by Admin

    Recently, I needed to setup an Oracle monitor in LoadRunner so I decided to take some screen shots along the way so that I could post them along with some instructions. I do this because I know I will forget how to do this in the future, so when the next project rolls around that requires it, I can search Google and find my own article on the topic. It’s a great ego booster. Maybe you are looking to do this, and it will help you too.

    Whenever I go into a project where previous LoadRunner testing did not include proper monitoring (b Read Entire Entry

  • LoadRunner 9.52 – Latest Features and Bugs

    Posted on February 15, 2010 by Admin

    LoadRunner 9.52 is mostly bug fixes, but I wanted to key in what’s new with it:

    Flex Protocol Enhancements. Improved support of externalizable objects and general protocol usability. Updated user interface for Recording Options and Run-Time Settings (Flex > Externalizable Objects node). Added Code Generation Errors dialog box that displays details about errors, as well as recommended actions.
    Web Services protocol enhancements. The Web Services protocol now supports JMS messages based on JMS topics and Windows authenticat Read Entire Entry

  • VuGen: Open A File On A Remote Machine

    Posted on February 2, 2010 by Admin

    The user wants to open a file existing on a remote machine in VuGen, but using the fopen function causes a C interpreter error. What this error means is that there was something wrong in the syntax, but the problem comes up only when file is stored in the remote machine.

    The host name itself contains two backslashes as a part of the name. So, in order to specify the complete path of the host machine, you need to precede each backslash with another backslash.

    NOTE: when adding script to Controller, you need to add yourfile.txt Read Entire Entry