what is connection pooling?
Answer / sreenu
connection pooling nothing but a bunch of open connections
to database.a set of connections are opened and stored in
the pool.
if a user makes a request he no need to establish a connection
instead he can use open connection from pool.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is transaction performance graph?
How can we edit the vuser script?
Does caching have a negative effect on your load testing results?
In Loadrunner Raw data cab exported into CSV file formate hear CSV means?(Chandana)
Can we use Loadrunner Functions in QTP SCript......?
What are the different components of loadrunner?
What is the modular approach of scripting?
What Component of LoadRunner would you use to record a Script?
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?
How to get the intermediate results from Controller, for example, when a 10 hours execution is going on in Controller, before the execution is completed how we can get the results at some 5 hours. Is it possible? (Not through graphs)
What is the performance testing approach ?
What is ramp up and ramp down?