Reputation: 4352
How can I change the JDBC connection string, user name and password dynamically in the soapui -pro command line ?
Thanks
Upvotes: 1
Views: 1488
Reputation: 2243
You can use properties. See here: Working with SoapUI Properties
Note the last point on the page regarding the command line:
Now when you run the request, the property will automatically be replaced with its current
value. To use a different value just change the endpoint in the UI, or from the command-
line you can use the -P option;
-PServiceEndoint=dev.eviware.com:8884
which would use the dev.eviware.com:8884 endpoint instead (entirely fictional).
Upvotes: 2