Forum Discussion
omatzura
18 years agoSuper Contributor
Hi,
you can parameterize the connection-string using standard soapUI property-expansions, ie if you store host, db, etc.. in a properties-step, you can expand these in the connection string with something like
jdbc:XXX://${#Properties#Host}/${#Properties#Database}
regards!
/Ole
eviware.com
you can parameterize the connection-string using standard soapUI property-expansions, ie if you store host, db, etc.. in a properties-step, you can expand these in the connection string with something like
jdbc:XXX://${#Properties#Host}/${#Properties#Database}
regards!
/Ole
eviware.com