soapui -pro コマンドラインで JDBC 接続文字列、ユーザー名、およびパスワードを動的に変更するにはどうすればよいですか?
ありがとう
プロパティを使用できます。ここを参照してください: SoapUI プロパティの操作
コマンドラインに関するページの最後のポイントに注意してください。
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).