In this section:

General Command Line Execution

The general procedure for testing from the command line is as follows:

If the SOAtest installation is not on your path, launch soatestcli with the full path to the executable.

CLI Invocation

The general form of invocation for soatestcli is:

Typically, invocations follow this pattern:

Examples

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


A user-defined configuration is local to the specified workspace and the configuration. "Example Configuration" is automatically created and set to be the default configuration by SOAtest when the workspace is first created.


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 Video Tutorial