0

SOAtest を介して Web サービスのテストを行うために、Ranorex から Parasoft SOAtest を開始するタスクがあります。Ranorex から SOAtest を起動して使用する方法。スクリプト言語として C# を使用しています。

4

1 に答える 1

0

soatestcli.exe を使用して、Parasoft SOA テストを起動できます。

実行可能ファイルの場所: 「C:\Program Files\Parasoft\SOAtest\9.6\soatestcli.exe」

以下の引数が必要です: -data "Project Workspace" -config "user://configfile" -resource "test.tst" -report "reportLocation.html"

例: コマンド プロンプトを開き、「C:\Program Files\Parasoft\SOAtest\9.6\soatestcli.exe」 -Data "Project Workspace" -config "user://configfile" -resource "test.tst" -report "reportLocation.html"

これにより、C# やその他の自動化ツールから実行できるようになります。

それが役立つか、少なくとも良いスタートを切れることを願っています。:)

于 2014-03-31T22:00:11.290 に答える