Archive for the ‘loadrunner’ Category
Sunday, June 15th, 2008
I had a need to extract transaction response time data from a bunch of LoadRunner Analysis files, and I really didn't want to do endless cut and paste operations from within the LoadRunner Analysis tool. I created this Python script to extract transaction response time data from the LoadRunner ...
Posted in Python, Tips & Tricks, loadrunner | 2 Comments »
Wednesday, April 30th, 2008
I'm going to show and explain how to use Regular Expressions in LoadRunner. Introduction: The present article is a summarizing of the LoadRunner Regular Expressions challenge and its results. Also, I added code for RegExp patterns/subpatterns matching. All LoadRunner Regular Expressions functions are shown with examples. ...
Posted in Automated testing, From The Web, loadrunner, visual tutorials | No Comments »
Wednesday, April 23rd, 2008
In working with SiteScope of late, I’ve found that it doesn’t always collect performance metrics the way I want to. More importantly, it can often turn a simple monitoring activity into a complex disaster. Take monitoring via JMX for example. In SiteScope, it has a rather complicated (and sometimes broken) ...
Posted in From The Web, PHP, Perl, Ruby, SiteScope, Solaris, loadrunner | No Comments »