I am attempting to record an application which has a group of forms which need to be verified one by one in the script and then submitted for approval. It works fine manually in the application, but when I am recording it with VuGen the application hangs on the last page where all the forms are verified. I have waited over 30 minutes for it to complete (manually it takes about 2 minutes) and end up cancelling the recording as VuGen does not respond. Also, when the script is to be generated it hangs and does not complete. I am recording it using HTML and have disabled correlation scanning. Does anyone have any ideas on how I can get this to work?
Thanks for your help…
NS
I have turned off all auto correlation… Still does not work. I am also getting this error when I go to run the script:
Warning: One or more responses is missing or has missing packets. A step may appear to be missing in the script.
Check if recording was stopped before all responses have finished. If script is generated from a .pcap file, check if file has missing packets.
Thanks…
--
You received this message because you are subscribed to the Google Groups "LoadRunner" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
LR-LoadRunne...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks, James! What do you mean by “old recording engine”?
Check your recording options. This is the proxy recorder versus the sockets recorder. This proxy recorder model was the norm up until version 8.x of LoadRunner and is still the model used by many tools in the industry today for recording http requests.
Will try.
Thanks..