Answered question

How to get think time while running virtual users in the results?Currently response time is without thinktime in results

I am able to see the think time while checking the recorded script.But when i am running the recorded script with multiple virtual users.What ever response time captured is without think time?Whether this feature is available in the tool?Or you are going to provide in future releases?

Balbindar S.
Balbindar S.

Balbindar S.

Level
0
32 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The response time when you manually connect to your application is the sum of server response time + browser rendering page. It's not related to think time that you can see in NeoLoad.

Think time is just the time before user interactions. So it can be high or low to simulate a user clicking quickly on links or not.

What you can test with NeoLoad is the server response under load. The browser rendering time does not depend on the server load but the user experience does.

So my point is that you do not need that think time if your goal is to get the end user response time.

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You cannot get the think time used during runtime and i guess you used dynamic think times for each virtual user instance right? Otherwise you would know in advance what the think times are.

What is the purpose to get the exact think times for each execution?

Balbindar S.
Balbindar S.

Balbindar S.

Level
0
32 / 100
points

Hi Nouredine...
Thanks for your response.
Here i am using thinktime defined on pages.So in each container so many pages which will have some thinktime.But when we are running the recorded script the response time is excluding thinktime defined on pages.So once i manually check it it shows more response time and when i run the recorded script the response time is very less as compare to manual as it is not adding thinktime in response.SO i am not able to measure exact performance.

Balbindar S.
Balbindar S.

Balbindar S.

Level
0
32 / 100
points

Thanks Nouredine
The response time when you manually connect to your application is the sum of server response time + browser rendering page

how to integrate with selenium to get browser rendering page time also?