what is the difference between placing a think time in
between trasaction and the end of the transaction
Answers were Sorted based on User's Feedback
Answer / abdul
if you place a think time in between the transaction, it
affects the response time.
If you use in transaction, the response time is more
if think time is used after transaction, it won't affect the
response time
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / guest
If we place the think time in between the transaction it
will include the time spent during think time of the
response time of transaction
If we place the think time at the end of transaction it
will not affect the response time of transaction.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sais
Hear the think time concept is to replicate or emulate or duplicate the production environment we think like as end user and wee need to see the application behavour.
And one thing if u decrease the think time more hit will be acted on ur application.
think time: is the delay between the transaction. which means if click one link or business event u wait for some time to go to next event this waiting time is called think time.
ANS FOR THIS IS: if u place think time between the transaction after the end of ur script u see the entire response time for the application as high. In the same way if u place at the end ther is no use means there is no affect on d response time of the application.
| Is This Answer Correct ? | 0 Yes | 1 No |
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
what is the function to execute batch jobs?
How does caching affect performance testing results?
What is the function for capturing the streaming vedio (could be a flashplayer) in an web application using Load Runner..?
If web server, database and Network are all fine where could be the problem?
)Example of web_submit_form is the regestration form which u have to fill while creating a mail_Id Example of web_submit_data is the login page contains the fields like user name & PWD. Is this correct answer for diff btn web_submit_form&web_submit_data and their examples.
hi this is abhinaya, iam searching job on load runner platform. iam putting 1year of experience. can anybody send projects to prepare resume.my mail id is abhinaya_behra26@yahoo.co.in.
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What is Rendezvous point? When u apply this?
In what situation would u want to parameterize a text verification check ?
What is the difference between performance testing and performance engineering?
I have generated a script and inserted the rendezous point in that. With the help of dev. we have a created script which tracks the execution of the request and the response on the server machine and shows on the cmd console. I have assigned 10 Vusers and started the execution, then while tracking on the server machine, the requests are assigned one by one on the server. According to the rendezous point, the requests has to hit at a time on the server, but in this case the request are hitting one by one on the server. Any one help me out......