[OpenSTA-users] OpenSTA making n number of connections
Brought to you by:
dansut
|
From: Dev G. <dev...@gm...> - 2007-02-19 14:56:45
|
Hi All, I need your help, Here is a situation... I am testing a web application which is using Oracle database where we have setup connection pool with the limit of 75 connections, We are running a test using Load Runner with the settings of 150 VUs ( Duration of test-: 1/2 hr ) and then we monitor and find that only 50 connections are bsing used from the connection pool. But when we run the same test using OpenSTA with the settings of 150 VUs ( Duration of test-: 1/2 hr ), we find all 75 database connections are being used and if we try to open application , we get error message saying "increase the connections in connection pool". However i know OpenSTA sends HTTP requests to webserver and receive response sent by webserver. More info about script--> Script is parameterized. Doing modular testing. (one script contains login information, second script contains navigation in application) If any other infomation is required about the script, please let me know. If anyone has ever faced such type of problem, please suggest me the solution as soon as possible. Thanks Dev |