loadrunner Am working on a project, where i need to capture the requests...

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

A

Abhishek Aruru

Guest
Am working on a project, where i need to capture the requests through Fiddler and convert to a LR script. However, i had to regenerate the converted script as there are JSONN objects. I have used JSON to XML DFE, but the strange part is DFEs are not applied to web_submit_data requests. I have three web_custom_request and two web_submit_data with JSON body and Itemdata respectively. I am able to see that DFEs are applicaple to web_custom_request only but not web_submit_data. Am i missing anything? Any help/suggestions would be appreciated. NOTE: Am using community edition 12.02
 
Try enable Data Format Extension by navigating to Recording options and then try to regenerate ur script. But from fiddler u get only web_custom_request() only so during regenerating time try to check URL and HTML mode.
 
Hey Abhishek Aruru.you want to convert your web_submit_data to custom_request so that DFEs thing works.u can select URL based option and select only custom_request.then try to regenerate.but I have question. What is the reason to use fiddler?
 
guys... lets not talk about fiddler.... here is a simple straight forward question that am looking for an answer.... Why am i unable to convert "JSON" ITEMDATA to XML though am using a DFE (JSON to XML) ? am able to convert for web_custom_requests but not for web_submit_data
 
Yeah something not 100% compliant with vugen understanding of the spec. For simple requests I just manually code everything