Latest Posts »
Latest Comments »
Popular Posts »

Combine Vuser Log Files

Written by meena on May 23, 2007 – 2:46 pm

Screen shot
(Click to view full image)

In order to combine the individual log files all multiple vusers, I came up with a utility that would do the same. The tool just requires browsing to the log folder and selecting all the log files to combine.

Download
Download


Tags: ,
Posted in Performance Testing | No Comments »

LoadRunner Vugen Data Files

Written by meena on May 21, 2007 – 9:14 am

The 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: , ,
Posted in Performance Testing | No Comments »