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
-
VuGen: Capture ALL HTTP Responses
Posted on March 18, 2009 by Admin
Let’s say you want to capture the http response of a page, but it redirects you (code 302). The normal way you might capture the HTTP status code is capturing it in a variable:
HttpRetCode = web_get_int_property(HTTP_INFO_RETURN_CODE);
This would be put after the page request in the script. However, this will only capture the LAST status code received. If there is a redirection in between, it will not be captured. So how do you get the first one? Capture the response header using a correlation. Use the web_reg_save_param function Read Entire Entry -
LoadRunner 9.5 – What’s New?
Posted on March 16, 2009 by Admin
Note: This article was originally posted on Loadtester.com, and has been migrated to the Northway web site to maintain the content online.
HELLO… HELLO AGAIN
It’s time again for another version update of your favorite load testing product, LoadRunner. The latest release as of this writing is 9.5, and we (Loadtester Inc.) have been waiting for this version anxiously for a couple of reasons. I wanted to go through a few of the new features in this latest version.
LoadRunner now fully supports Windows Vista (SP1) for bot Read Entire Entry -
LoadRunner RDP Protocol Basics
Posted on September 17, 2007 by Admin
Note: This article was originally posted on Loadtester.com, and has been migrated to the Northway web site to maintain the content online.
When HP released LoadRunner version 9, several new protocols were introduced. One of these protocols was Microsoft Remote Desktop Protocol (RDP). It allows the scripting of Terminal Server sessions. From a scripting standpoint, it looks similar to earlier versions of the Citric ICA LoadRunner protocol. Many of the same best practices used when recording Citrix can be used when recoding RDP Read Entire Entry -
LoadRunner Citrix Scripting Tricks
Posted on August 8, 2007 by Admin
Note: This article was originally posted on Loadtester.com, and has been migrated to the Northway web site to maintain the content online.
Citrix applications represent the second most common protocol for LoadRunner engagements at Loadtester Incorporated Northway Solutions Group. Our white paper from 2006 on Citrix best practices continues to be a very popular download on the site. In 2008, we’ve presented this information to the Citrix iForum and at local user groups. There continues to be a lot of interest in testing Citrix Read Entire Entry -
Simulate Parameters In LoadRunner
Posted on July 16, 2007 by Admin
Anyone who has written a script in LoadRunner has probably used parameters before. A parameter is a substitution for a hard coded values when there needs to be different data values submitted on each new iteration if the script. One way to feed new information in is by creating a data file (similar to a CSV delimited file). You can create your own .DAT files with multiple columns, convert them from excel spreadsheets, or from SQL extracts from the database. Then point your parameter to the .DAT file. HP’s Virtual User Generator Read Entire Entry
-
LoadRunner, Winsock, And BBQ
Posted on October 1, 2006 by Admin
Note: This article was originally posted on Loadtester.com, and has been migrated to the Northway web site to maintain the content online.
There are two things I love to do: Crush applications with LoadRunner and eat good BBQ. With regards to my first love – nothing gives me the same feeling as being able to expose things that suck, with graphs to prove it! Seriously though. I’ve seen a lot of applications and recorded against several of LoadRunner’s protocol types. But there is one that has eluded me for years. Or should I say, I Read Entire Entry -
Why Visual Studio Team System Isn’t A LoadRunner Killer
Posted on April 14, 2006 by Admin
Note: This article was originally posted on Loadtester.com, and has been migrated to the Northway web site to maintain the content online.
Microsoft recently posted a job for a performance engineer, and I happened to see it. It started off with the question, “Do you have experience with any of the common performance testing applications such as LoadRunner and OcraCoke?” I thought, “huh?”. For those of you not familiar with OcraCoke, that was the pre-launch code name for Visual Studio Team System. This peaked my interest further. I Read Entire Entry -
Under The Hood: The LoadRunner Compiler
Posted on March 1, 2005 by Admin
Note: This article was originally posted on Loadtester.com by Suresh Nageswaran, and has been migrated to the Northway web site to maintain the content online.
Compilers and interpreters have always interested me. When I started tinkering with LoadRunner’s implementation, the initial motivation was simply to try an get an understanding of the engine under the hood. The idea was to acquire an edge by going from the documented to the undocumented. This approach bears rich dividends with avenues to extending the tool and using Read Entire Entry -