Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.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 localsettings File

Settings Local settings files can control things like report settings, DTP Report Center settings, and error authorship settings, and Team Server settings. You can create different local settings files for different projects, then use the -settingslocalsettings 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 -settings localsettings "c:\mysettingsmylocalsettings.properties"

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

Code Block
concerto.reporting=true
dtp.urlserver=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.urlhost=http://ls.server.com:8443
soatest.license.network.port=2002
soatest.license.network.edition=server_edition

...