what is think time when u will use it?
Answers were Sorted based on User's Feedback
Answer / loadtester
The time that a user waits between successive actions is
known as Think time
Vusers use lr_think_time function to emulate user think time
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / satish kakkirala
The time that a user waits between complte actions is
known as Think time
Vusers use lr_think_time function to emulate user think time
Is This Answer Correct ? | 3 Yes | 0 No |
It is the time, that a normal user waiting between two
actions.
Use of this think time is to simulate real time scenario.
We can limit the think time or we can modify the thinktime.
There is onemore timeparameter in Loadrunner is THRESHOLD
TIME.
It is useful to limit the think time.i.e suppose we enter
threshold as 5 sec, Loadrunner wont generate any Function
into the script
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / althaf rahman
Think time is nothing but the user take a time for entering
a data or input for sending request.
and
The user take a time for thinking i.e,what can i do
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ravichandraseo
The time frame recorded by the tool when the user is idle
between 2 consecutive actions.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pravash0000@gmail.com
Think time control the burden of jvm.or show effect on jvm
To avoid memory issue we use think time.
Let's example
If the application will run as per flow without think time n concurrent users load here jvm need
to create objects and allocate memory .also gc need to return unused memory to jvm so there will be chance memory usages more.
More info reach me@ pravash0000@gmail.com
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naveen
waiting time between two Vuser action.i want wait few
minites in between two action i can use think time.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / mohan
It is the idle time, user with web application between one
request and another.In order to stop the actions b/w steps
think time is used.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / deven
Think time is nothing but the user delay between two
subsequent requests.
Assume that a user opened page1 and he is filling the data
on page1. During filling the page the user has spent 10
sec, and he has submitted the page1, then page2 is loaded.
In this case the user wait time between pag1 and page2 10
sec is called think time.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pk satapathy
Think time :The user wait between two transactions.Think time control burden on jvm or Think time show effect on jvm
1.if the application will run as per flow without think time & concurrent users load here jvm need to create object and allocate memory ,also gc will return unused memory to jvm which will help
to run without memory leaks
Is This Answer Correct ? | 0 Yes | 0 No |
What is Perfomance Tuning? where can we use this
What the vuser script contain?
Hi every one, i am working as a Test Engineer i was assigned to a web based project so i need some information regarding load testing what are all the topic i need to look into to work efficiently on the load testing of java application please help me out with all the details i need to look into i would be Thank full
When you initialize the vuser what happen?
Which function is used to end a nested transaction?
what is benchmarking?
what is latency and bandwidth
what is the difference bw performance testing and performance tuning
hai friends, it s very urgent ...pls do help me out ...... please to help in working with load runner to find the response time of single user,5 user etc.... i dont have any prior experience but i am in the situation to handle this scenario.....its very urgent ...pls help me
What are the loadrunner testing process?
If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the steps for above ?
why it is recommended to add verification checks to all your scenarios ?