Sachin_Sawe
17 years agoContributor
JDBC Connection Pooling in soapUI
Hi Ole,
I want to create a connection to the database and execute queries on it to assert some condition. I want to do this in a script assertion for a SOAP Request Test Step. I know that I can create sql connection in groovy script and do these assertions. However, I don't want to create new connection each time the soap request is fired. Instead I would like to have a sql connection common to a test case or to testrunner. So I use just one connection for entire run of my test case. How do I do that?
Thanks,
Sachin
I want to create a connection to the database and execute queries on it to assert some condition. I want to do this in a script assertion for a SOAP Request Test Step. I know that I can create sql connection in groovy script and do these assertions. However, I don't want to create new connection each time the soap request is fired. Instead I would like to have a sql connection common to a test case or to testrunner. So I use just one connection for entire run of my test case. How do I do that?
Thanks,
Sachin