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...
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...
Getting the following error in logs while replaying the websocket recorded script
ERROR com.neotys.communication.transport.websocket.client.WebSocketClientTransport - Web...
What is exactly the issue on the user path when you replay your script? What kind of errors do you get?
This stack trace is related to the communication layer transport between...
I have recorded a script, in one request there is a token.
When I validate the script there is an extra inverted comma coming in that token which was not there in Recorded...
Ok i think that the issue is due to the comma inside your cookie value.
Please try the procedure below:
Stop NeoLoad
Edit <NeoLoad_install_dir>\conf\controller.properties...