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 the loadrunner start-transaction and its syntax?
what are the parameters in Load Runner?
What is RDR files in Load runner? What is Scenario Configuration in Load runner
What is local configuration file?
what are the objectives of performance testing?
Where do u use Performance testing ?
What is the function for Nested Transaction in Load Runner?
How to prepare test data to use in Load runner.
Can we use Loadrunner Functions in QTP SCript......?
How many values can be generating in script we can Parameterize even it is in one scenario 1000Parameterization values are there it is correct to Parameterized?or not?
What is host?
A good link for loadrunner scripting ?