loadrunner I'm trying to record a web applications on web HTTP protocol. But...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

H

Hari Om Bharadwaj

Guest
I'm trying to record a web applications on web HTTP protocol. But one of the java applet (calendar) is not loading up when the browser is invoked through the tool while recording. Same applet loads up when I try manually in browser without the tool. I have tried all the versions of jdk/jre but no luck. Have any one faced this kind of issues, any suggestions.. TIA.
 
You can also try using old recording engine and select to launch a browser manually, set you IE to localproxy ( I think it would default you to 7777)
 
Thanks James and Aleksandr. I tried recording with proxy mode, with selecting the option "Use the LoadRunner Proxy to record a local Application". Also i have checked the connections settings in IE. Still the browser invoked by tool, doesn't load the required applet. Correct me if I'm wrong in setting it up. Thanks.!!
 
There are some technologies that web protocol doesn't handle JavaScript, Activex controls and others, first thing is that if your Java applet have some communication with a sever Java applet normally are just integrated on the browser side and doesn't have communication with a sever, load runner only record client-sever communication, an option you ca try is using JOH protocol but again make sure that the Java applet communicate with a sever
 
Try the following: - Go to /dat/protocols. - Edit qtweb.lrp and wplus.lrp files, so you can read PreRecordingCheck=fbWebRecordingStart:webmultiprepostrec.dll instead of: PreRecordingCheck=fbWebRecordingStart:webmultiprepostrec.dll,pre_record_callback:WebIE8PrePostRec.dll - Then, close all the instances of IE and create or modify the following DWORD registry: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth=1 Try the recording again