Hi, ‘netrecorder’ is great to fake web request once and replay it for
testing but it’s good only for static contents.
I came across this scenario where I’ve to fake random requests.
Get same tweets but faked as random twitter users
Let’s say our twitter user is randomly generated.
Then we ‘RECORD_WEB’ our first request to get tweets of user ‘12345’.
Now, if i try using netrecorder in normal mode then the user_id(say
‘abcd’) of both request and response won’t be matched as its generated
randomly.
It would be nice to get same result in normal mode while only the user
specific parameters being faked.
Is there any other solution for this?