Hi Allen,
Thanks for the detailed response. I was able to understand everything from the log except the last few lines from your reply .
'How to measure the average response time for the total task execution.'
TestComplete does not calculate this information automatically. The only way to get it is to access the Load Testing results from script and iterate through all requests' data to get the average response time. To learn how to do this, please see the
Scripting Access to the Test Log Contents help topic.
I read the topic contents but still not clear how to retrieve the average response time .Can I sum up all the individual response time and divide by the number of the runs that it took to complete one load test ? Can you please help me with how to iterate through data to get the average time as I am runnign my load test visually and not through the script.
For example- If I run 10 concurrent users in one task ,each user will have its own run results.So I sum up the Time for all the 10 users and divide by the number of users.Is this the right approach?
Thanks,
Sumedha