Hi,
Since the application depends on the server responses, I have this doubt. What if will happen to the execution of tests, if on recording the server response time is fast and on execution, the server is hanging. Kindly clarify if anything like that Or else do I have to change the ThinkTime after the recording for saferside. Kindly suggest.
Thanks - Vijay.

Will record & playback try to perform in same duration?
Nikhil Doshi
If there is a maximum amount of time a request can take that you would consider anything greater than a failure you can use the Max Request Time validation rule for that. Otherwise there shouldn't be a problem. The playback is not timing based, it will issue each of your top level requests one at a time until it completes. It won't start your 2nd request until your first has completed. You can use think time to help simulate more realistic pacing of the requests but when attempting to generate as much load as possible against your web site you'll probably want to turn it off.
bio4ema