Difference between revisions of "LoadRunner Tricks"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
Line 13: Line 13:


(Taken from LoadRunner@yahoogroups.com)
(Taken from LoadRunner@yahoogroups.com)
[[Category:LoadRunner]]

Latest revision as of 17:07, 30 October 2008

See more than 100 rows in Parameter Files

You can see more than 100 records in parameters files if you alter the setting in configuration file as follows:


  1. Close Virtual User Generator (VUGEN)
  2. Go to C:\WINDOWS or C:\WINNT
  3. Open Vugen.ini in notepad
  4. Go to the section [ParamTable]
  5. Change MaxVisibleLines=<To any desired value> (Change from 100 to the number of rows that are present in the file)
  6. Save the file and close
  7. Bring up Vugen

(Taken from LoadRunner@yahoogroups.com)