Blog
Categories
- Agile
- Best Practices
- Center of Excellence
- Cloud
- Featured
- Functional Testing and Automation
- Giveaway
- Healthcare IT
- HP
- HP Discover Conference
- HP Software Patches
- Latest News
- LoadRunner
- Methodology
- Mobile
- Northway Navigator Club News
- Operating Systems
- Performance Testing and Automation
- Quality Assurance
- Security
- Service Virtualization
- SiteScope
- Training
- TweakLR
- Uncategorized
- VuGen Code
Archives
- April 2019
- September 2018
- July 2018
- June 2018
- October 2017
- August 2016
- April 2015
- February 2015
- September 2014
- August 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- February 2011
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- September 2007
- August 2007
- July 2007
- October 2006
- April 2006
- March 2005
- October 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- April 2003
-
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
-