I'm trying to record a script with Service Manager. I'm using Loadrunner 11.5 and recording with IE using the Web(HTML) protocol.
I was able to load service manager login page and login. But upon login in, IE would freeze and memory/cpu consumsing go all the way up.
Seem like the session keep trying to load the same resource over and over again. I see at least 40 of these web_url in the script.
web_url("nav.menu_9", "URL=https://sdap.abc.com:8443/sm9/cwc/nav.menu?name=navGenerate&aftk-92=-95861537&_dc=1392091853020&aftk-92=-95861537","Resource=0", "RecContentType=text/xml", "Referer=https://sdap.abc.com:8443/sm9/index.do","Snapshot=t226.inf", "Mode=HTML",
LAST);
web_url("detail.do_9", "URL=https://sdap.abc.com:8443/sm9/detail.do?aftk-92=-95861537","Resource=0", "RecContentType=text/html", "Referer=https://sdap.abc.com:8443/sm9/index.do","Snapshot=t227.inf", "Mode=HTML",
LAST);When looking in task manager IE process was using 100% CPU and almost 1GB memory. This alway happen as soon as I log into Service Manager.
Any Idea?