Forum Discussion
AlexKaras
Champion Level 1
12 years agoHi Conor,
Not sure that the below will help, but anyway:
Yes, I was able to successfully record the traffic for the site that extensively uses Jquery and additional requests triggered by javascript.
Are you using the latest 2.95.4436 version of LoadUIWeb? There were improvements in this version related to the record and replay via proxies (and https?).
Are you using proxy? This might be the reason of the problems with never ending test replay.
One possible approach (with v.2.95) is to use some debugging proxy (e.g. Fiddler) to check if correct requests are sent by LoadUIWeb during the test replay and whether the tested server replies on them.
Also Fiddler might appear to be useful during the recording to figure out if the requests/responses that are expected to be recorded are generated.
Not sure that the below will help, but anyway:
Yes, I was able to successfully record the traffic for the site that extensively uses Jquery and additional requests triggered by javascript.
Are you using the latest 2.95.4436 version of LoadUIWeb? There were improvements in this version related to the record and replay via proxies (and https?).
Are you using proxy? This might be the reason of the problems with never ending test replay.
One possible approach (with v.2.95) is to use some debugging proxy (e.g. Fiddler) to check if correct requests are sent by LoadUIWeb during the test replay and whether the tested server replies on them.
Also Fiddler might appear to be useful during the recording to figure out if the requests/responses that are expected to be recorded are generated.