How can data catching have a negative effect on load testing
results ?
Answers were Sorted based on User's Feedback
Answer / kris
data caching displays the already loaded pages to save time
on loading. so when load testing is done, if caching is
there it will display less time for second loading.So the
load testing time is not dependable.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / maheswar
data catching displays recently visited load pages
from the web server cache,so if we apply load ,that load
acts only on web server but not on database server,so we do
parameterization to avoid this problem
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chandra sekhar.k ibm 14 y-ex
a) It take the more memory
b) It take the unreformed objectives
c) If catch the application performance is not good
d) If more information call 9611678545
e) chandra sekhar.k IBM 14 y-ex
| Is This Answer Correct ? | 0 Yes | 0 No |
If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the steps for above ?
What are Main Differences Between Loadrunner 8.1 and Loadrunner 9.0
What is elapsed time in load runner?
How to run a scenario?
Explain the function of a transaction in a script?
What is ment by Module level testing ? (Chandana)
How will you call a different vuser script from another vuser script? Note: Former vuser script is already created and needs to be called as the first thing before other code in second vuser script is executed.
hi, which opensource tool is used for load testing. Will any one guide me for learning how to do load testing. Thanks in advance
In a web application transaction response time comprises of some sub times like time from web browser to web server thn to application server and then time taken to get response from the database and back to the web browser following the same path.How to get these sub times distinctly in LR analysis?
Loadrunner training
Correlation means capturing a dynamic value which is generated from the server. I got this point. I need one small conformation. 1. is correlation applicable to the objects which are generated dynamically. eg: consider there are 2 form. based on the options filled in the form 1, form 2 objects will generate.to handle these dynamic objects is correlation is required or not.
What is the advantage of running the vuser as the thread?