1

soapui -pro コマンドラインで JDBC 接続文字列、ユーザー名、およびパスワードを動的に変更するにはどうすればよいですか?

ありがとう

4

1 に答える 1

2

プロパティを使用できます。ここを参照してください: 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).
于 2012-06-12T19:48:42.327 に答える