Follow on question.
I have recorded a test that grabs a value from a URL as a variable that I use to replace a URL parameter on a subsequent page, When I run it as a short test and only taking it to the point of replacing the value it works. However, when I use this as part of a larger test I receive a message that the URL is too large. The variable does the following search: $Search(?docId=,&re,1) which I then include on the page where I need to use that value; calling it as an autosearch variable.
Thanks