LoadRunnner – Size of *Param Name variable in web_reg_save_param
Question ID: 104471
2
0

Hi,

Does anyone know the size of ***Param Name** variable in **web_reg_save_param** LR function? Is there a way to increase that size while keeping it as a pointer or an Array is the way to go.

Thanks

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on March 1, 2012 12:38 pm
211 views
Answers (1)
1
Private answer

By default, the maximum length of any boundary string is 256 characters.

Include a web_set _max _html _param _len function at the top of your script to increase the maximum permitted length. For example, the following function increases the maximum to a length of 1024 characters:

web_set _max _html _param _len(''1024'')

The value ''1024'' can be set to where value you need to capture your data,

Marked as spam
Posted by (Questions: 12, Answers: 384)
Answered on March 2, 2012 7:41 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top