このセクションの内容:

一般的なコマンドラインの実行

コマンドラインからテストするための基本手順は、次のとおりです。

SOAtest インストールへのパスが通っていない場合は、フルパスで soatestcli の実行ファイルを起動します。

CLI の呼び出し

soatestcli の呼び出し形式は、次のとおりです。

一般的に次のパターンで呼び出します。

soatestcli.exe -config "user://Example Configuration"


ユーザー定義のコンフィギュレーションは、 指定されたワークスペースとコンフィギュレーションに固有のものです。 "Example Configuration" はワークスペースが最初に作成されたときに SOAtest によって自動的に作成され、デフォルト コンフィギュレーションとして設定されます。


soatestcli.exe -import c:\myProject

soatestcli.exe -config "user://Example Configuration" -data "c:\myWorkspace"

soatestcli.exe -config "user://Example Configuration" -resource "tests/myTest.tst"

soatestcli.exe -config "user://Example Configuration" -resource "tests" -report c:\reports\Report1

CLI ビデオ チュートリアル