Answered question

Neoload and Fiddler Configuration for capturing Fiddler Replay calls

I need to capture Fiddler recorded service calls to be recorded to Neoload Tool.

As per the below answer:
You can't open a Fiddler output in NeoLoad. But you could replay your requests from Fiddler so it can be recorded by NeoLoad.
Start a NeoLoad recording without starting a browser and change the proxy settings in Fiddler in order to use the NeoLoad proxy i.e localhost 8090.
But if you were able to record with Fiddler why can't you directly record with NeoLoad?
Nouredine A. June 22, 2015

I am not able to record the events, my configuration may be wrong, Can you please give me step by step configuration details.
This would be very helpful for me to record plenty of APIs to the machines.

Deepak G.
Deepak G.

Deepak G.

Level
0
67 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

I guess when you have recorded with Fiddler you only started Fiddler and it has automatically modified the System proxy settings to 127.0.0.1:8888.

So you can do exactly the same thing with NeoLoad. Start a NeoLoad recording (proxy mode) by using Internet Explorer. Then start your desktop application. You should see your requests in NeoLoad.

If it's HTTPS requests make sure to load the NeoLoad Root certificate in IE

 

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

Keith L.
Keith L.

Keith L.

Level
2
1371 / 2000
points
Team

Are you asking for steps to record directly to Neoload from your application/service calls or are you asking how to more specifically record to Neoload from a Fiddler playback?

Deepak G.
Deepak G.

Deepak G.

Level
0
67 / 100
points

Hi Keith

I have a desktop application I record all desktop transactions to fiddler with it proxy as system proxy.I went to neoload selected the tunnel mode and detected the servers by replaying the fiddler script through a manual proxy configuration licalhost:8090.
Now after setting the servers I proceed to configuration check where it is successful and gets to recording mode I replay the fiddler script again and stop the recording,I could not see any thing recording,so I guess I miss something in the configuration,so I wanted to know the correct configuration step by step procedure to use tunnel mode

Keith L.
Keith L.

Keith L.

Level
2
1371 / 2000
points
Team

Don't use Tunnel mode recording in Neoload. Use Proxy mode. You are changing the proxy in Fiddler to point to Neoload with "localhost" (you can use the computer's IP address instead) and port 8090. Once you start Recording with Neoload (not launching a browser...uncheck option on launch of recording), it will listen on port 8090 for any HTTP/HTTPS traffic. Since Fiddler is now configured to proxy it's traffic to the localhost on port 8090, Neoload will detect and record it.

Check if that helps.

Deepak G.
Deepak G.

Deepak G.

Level
0
67 / 100
points

I have tried this and not work that's why I went for a tunnel mode record and followed the below link
https://pt.slideshare.net/mobile/pratikmohite6/fiddler-to...

Can youmake a short video to help out I have seen many people asked the same doubt and not getting answers.Please do help on this

Deepak G.
Deepak G.

Deepak G.

Level
0
67 / 100
points

I followed the below link http://answers.neotys.com/questions/910323-using-fiddler-trace-neoload

When I start Neoload recording the desktop application do not work

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If when you start a NeoLoad recording with IE your desktop application is not working then it means that it is using the NeoLoad proxy. So since it's HTTPS have you loaded the NeoLoad ROOT certificate in IE?

Try a simple recording of an HTTPS application with IE to make sure that during the NeoLoad recording you do not get any certificate error.

The fact that it's NeoLoad 6.0 does not matter.