Hello,
Ability run the same tests against diffefrent environments is a key feature for us.
the difference between environments are their urls and databases.
Unfortunatelly I could not figure out how to assign a particular jdbc setup to a particular environment.
Below is what I did:
Select SoapUI Ng
Select your project
click Databases
and configures all databases that I need for different environments
Click Envoronment
select some env that I created earlier
Click REST services to make sure that an endpoint is correct
Click JDBC Connections
and I see all avalable jdcb connections as a list.
How I can associate one particular connection needed for this environment? I don't see a way to do it.
My test steps have Several jdbc requests. Therefore before running my test suite for a selected environment I have to change Connection value manually for every single jdbc request. it practically destoys the whole idea of the Environments and automation.
Any idea?
Thank you,
Irina