Blog

  • One Click Creation Of Load Test Project Folders

    Posted on June 25, 2012 by Admin

    This simple script is something I use to create initial folders for my load testing projects. It save a little bit of time and ensures I always create the same folder structure. You need VBScript (vbs) files to be allowed to execute or it may not work properly for you. Install Windows Scripting Host if you do not already have the ability to do it on your machine. I have tested it on X pand Windows 7 and it seems to run fine. Paste this into a text file and then rename it to a .vbs extension. Then execute it. There should be a prompt Read Entire Entry

  • LoadRunner 11.5 – AJAX TruClient For IE

    Posted on June 22, 2012 by Admin

    With the move to LoadRunner 11.5, there have been updates and changes to the AJAX TruClient protocol. More specifically, there have been improvements and modifications for using it with FireFox as well as a new addition in way of support for Internet Explorer 9 with the AJAX TruClient protocol.

    Firefox Enhancements

    With the release of Firefox 8 in November of 2011, Loadrunner 11.5 takes advantage of the improvements that are brought to the table by Mozilla. These items include improved audio and video elements, and other HTM Read Entire Entry

  • LoadRunner 11.5 – VuGen Revamped

    Posted on June 20, 2012 by Admin

    New Vugen Platform: SharpDevelop
    To say that the look and feel of VuGen received a makeover in LoadRunner 11.5 would be somewhat of an understatement. It is a total rework from the ground up. The biggest change is the move from LCC and the GNU Pre-processor engine to the SharpDevelop platform. This has to do with what the custom (HP) code for VuGen sits upon for compilation. This in and of itself warrants a healthy discussion and a separate blog entry. It appears this move affords HP a little more benefit to add additional features Read Entire Entry

  • VuGen: Emulate Web Site User Abandonment

    Posted on June 18, 2012 by Admin

    Let’s discuss the “ResourceByteLimit ” option in web_url() function within VuGen. This attributes can help emulate a user that does not wait for a complete page to download before clicking on another URL. It is typically used for testing the availability of a site (as opposed to load testing a site) while minimizing network traffic.
    Before each resource download, the script replay engine will check if the total download size is less than the ResourceByteLimit specified. If so, it will continue the download. Else, it will stop the Read Entire Entry

  • HP Announces New ASE Certifications

    Posted on June 14, 2012 by Admin

    HP Software Certification has announced the updates for the Accredited Solutions Expert (ASE) certifications.  These are three-hour hands-on exams recommended for software professionals who have at least one year of field experience and have achieved their Accredited Technical Professional (ATP) credentials. ASE exams will be offered at HP Software training facilities.
    Three ASE exams available beginning June 18, 2012:

    ASE in Application Lifecycle Management v11 Implementations

    Exam number: HP0-M Read Entire Entry

  • LoadRunner 11.5 Installation

    Posted on June 12, 2012 by Admin

    Now that LoadRunner 11.5 is officially out, I wanted to share with you the LoadRunner 11.5 step by step installation to show you what’s changed. Each machine on which you are installing LoadRunner requires administration privileges.You’ll notice a new color theme for the splash screens and resulting install pages.
    Click on “I Agree” in the EULA:
    Fill out your Name and Organization information and click next.
    Accept the default installation folder or change it to something else. Select which shortcuts you want to keep:
    Click Next to Read Entire Entry

  • VuGen: Correlation With Dynamic Boundaries

    Posted on June 8, 2012 by Admin

    Even though the web_reg_save_param function was deprecated in the Vugen function reference and “readme” file for LoadRunner 11, please note that the NEW function, web_reg_save_param_ex is NOT what is automatically used by Vugen to correlate data during recording (in a case where you might have the Correlation Studio working to auto-correlate) for the web/http protocol. It still uses web_reg_save_param. As per the function reference, you will have to code web_reg_save_param_ex in manually.
    If you attempt to take a script with Read Entire Entry

  • What’s New in LoadRunner 11.5

    Posted on June 5, 2012 by Admin

    HP has officially announced the release of Loadrunner 11.5, and with it come a bevy of changes. The most immediately noticeable of these is a major retooling of the look and feel of VuGen.

    Over the coming days, we’ll be breaking down and reviewing some of these changes in a couple of blog postings. Here is an overview of some of the major changes you can expect:

    New and Improved VuGen – The whole look and feel of VuGen has been revamped here to include much more modular panes and viewing ability. While there are a handful Read Entire Entry

  • SQUID: An Alternative for Virtual Table Server for LoadRunner

    Posted on May 30, 2012 by Admin

    In a previous blog, I reviewed Virtual Table Server and its history with LoadRunner. I wrote about many of my friends in the testing community who have contributed to it, talked about it, and used it in practice. Today, I want to introduce you to ANOTHER one of my longtime friends, Ed Leno of Solution Maniacs. Ed is one of the most talented performance engineers and consultants that I have had the privilege of working with over the years. He has decided to create a new utility application called SQUID (Simple Queues of Independent Read Entire Entry

  • LoadRunner and Virtual Table Server

    Posted on May 24, 2012 by Admin

    For many long-time users of LoadRunner, Virtual Table Server (VTS) has been an unsupported tool that many of us have relied upon to solve dynamic data dependency issues under load. VTS is a virtual data file that multiple load generators can reference to create, modify, and consume data Think of it as a “living” data file (or table) that runs in memory. The load generators can get values from a single pool of data on the fly. One Vuser can create new data, and any other Vusers can immediately consume it. I’m not sure who originally Read Entire Entry