Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

...

The following exercises are designed to demonstrate the basics of using soatestcli.

 


Info
titleImportant

A command-line license is required to use soatestcli. This license is provided with SOAtest Automation Edition.

...

The -exclude option specifies files to be excluded during testing.

Using

...

a Settings File

Local settings Settings files can control things like report settings, Report Center DTP settings, and error authorship settings, and Team Server settings. You can create different local settings files for different projects, then use the  -localsettingssettings option to indicate which file should be used for the current command line test.

Each local settings file must be a simple text file. There are no name or location requirements. Each setting should be entered in a single line. 

...

soatestcli.exe -data "c:\mySOAtestWorkspace" -showdetails -config "user://Example Configuration" -report "c:\mySOAtestReports" -publish -localsettings settings "c:\mylocalsettingsmysettings.properties"

Here is a sample localsettings file settings file (it must be customized for your environment):

Code Block
concerto.reporting=true
dtp.serverurl=http://dtp.server.com
dtp.port=:32323
report.dtp.publish=true
concerto.log_as_nightly=true
report.mail.enabled=true
report.mail.server=smtp.server.com
report.mail.domain=server.com
report.mail.subject=My Nightly Tests
[email protected]
report.mail.exclude.developers=false
scope.sourcecontrol=true
scope.local=false
soatest.license.use_network=true
soatest.license.network.hosturl=http://ls.server.com
soatest.license.network.port=2002:8443
soatest.license.network.edition=server_edition

...