Hi Sumedha,
The average process time is not exactly the same thing as the calculated sum of response times mentioned by Alex. Let me quote the "Load Testing Analysis Page" ( http://www.automatedqa.com/support/viewarticle.aspx?aid=2829 ) help topic:
Avg Process Time, Average virtual user life time (in seconds) during the test run.
|
Suppose each of your virtual users sends 30 requests to the web server. So, you need to calculate the sum of response times for all the requests programmatically and then divide the resulting value by the total number of requests (30 requests * 10 users = 300).