LoadRunner Vugen Data Files
Written by Meena on May 21, 2007 – 9:14 amThe Vugen uses *.dat files to store data used for parameterizing for user-supplied values in a script. But when there are multiple data tables, vugen gets confused as to which data set we are referring to when we run the script.
For example:
In our script if we have two different data tables of login ids names UserId.dat and UID.dat. When we refer to the data column in the table by the column number the data file that is used may not be the one you are intending to use. It is always a better idea to refer to the column by the column name.
Tags: data, Loadrunner, vugen
Posted in Performance Testing | No Comments »
patterns & practices: Performance Testing Guidance
Written by Meena on April 16, 2007 – 1:11 pmPerformance Testing Information Resource Site: patterns & practices: Performance Testing Guidance
With a load of “How To”s on a lot of Performance Testing related information this site is a good referenceware. Some of the notable how-tos in this wiki are
Posted in Performance Testing | No Comments »
Having Port conflicts?
Written by Meena on April 10, 2007 – 10:43 amIf you are wondering why the apache server you are testing does not run, here is a tool that will make things quite clear. Conflicting ports could be a very common issue is such a case. CurrPorts is a tiny utility that can display all the ports that are open and which programs are using them. You might even be surprised.

Posted in Miscellaneous | No Comments »