Trouble Correlating a large dynamic value
Question ID: 108244
0
0

I am using VuGen 12.20 and creating scripts with the web (HTTP / HTML)protocol.
I am trying to correlate a large dynamic value that will change in length and content based upon different search criteria.

In the "Maintain Coverages" transaction under Action, I am searching for a CorpCode.
In the subsequent transactions, the large value for ITEMDATA "grpDivListJson" should change based on the Corp Code searched.

How can I correlate the "grpDivListJson" value when the size and values of grpNr and div will be different for each CorpCode parameter.

Marked as spam
Posted by (Questions: 108, Answers: 6)
Asked on April 19, 2018 12:41 pm
64 views
Answers (1)
2
Private answer

In order to correlate large values you will need to add the following function to the beginning of the script:

web_set_max_html_param_len(''10000'');

The web_set_max_html_param_len function sets the maximum length of any HTML string which VuGen can retrieve and save in a parameter.

The maximum length of any HTML string that can be retrieved. Do not enter a length greater than the value of an unsigned integer (4294967295).

We recommend setting the initial value to 10000 and then try 20000 if needed.

Hope this helps

Marked as spam
Posted by (Questions: 17, Answers: 266)
Answered on April 19, 2018 12:42 pm
EyeOnTesting

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

X
Scroll to Top