Difference between revisions of "LoadRunner Tricks"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 13: | Line 13: | ||
(Taken from LoadRunner@yahoogroups.com) | (Taken from LoadRunner@yahoogroups.com) | ||
[[Category:LoadRunner]] |
Latest revision as of 18: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:
- Close Virtual User Generator (VUGEN)
- Go to C:\WINDOWS or C:\WINNT
- Open Vugen.ini in notepad
- Go to the section [ParamTable]
- Change MaxVisibleLines=<To any desired value> (Change from 100 to the number of rows that are present in the file)
- Save the file and close
- Bring up Vugen
(Taken from LoadRunner@yahoogroups.com)