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?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to