Response time for uploading and downloading of file.

How to determine time the response time for uploading and downloading of a file. For ex: uploading a resume in Naukri and the same will get downloaded somewhere. How find the response time and in which request we send it?

Questions by arvind_504

Showing Answers 1 - 3 of 3 Answers

MK

  • Jun 3rd, 2015
 

For uploading the file, put the transaction timers across the request and cross check afterwards by extracting the date/time information from the repository and loadrunner txn. For downloading, put the transaction timers across that request and use web_get_int_property( HTTP_INFO_DOWNLOAD_SIZE ) as controlling mechanism to stop the timer.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions