Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Configuring SOAtest to Email Reports

Options
[Deleted User]
[Deleted User] Posts: 0
edited March 2017 in SOAtest

Steps:
1) Navigate to Parasoft > Preferences > Reports:
Set Reports to whatever xml, html… etc.

2) Navigate to Parasoft> Preferences> Reports>E-mail Notifications:
Send Manager Reports to "youremail@parasoft.com".

3) Navigate to Parasoft > Preferences > E-mail:
Set the SMTP host name to your company's SMPT server host name.
And then set the SMPT port, default port is 25, and finally set the sender email address to a valid email address, For example: "youremail@parasoft.com".

4) (Optional if adding traffic to the report) Under Test Configurations menu> Example Configuration>
Execution Tab: Check the option "Report Traffic for
all tests" ON.

5) Run a simple test that involves traffic using the newly adjusted
"Example Configuration"

6) Generate a Report and view it in your inbox

Additionally, if you want to kick off your tests from the CLI, you can edit the following properties in the localsettings.properties file you are referencing in the command:
Example localsettings properties:

report.mail.cc=recepient@address.com
report.mail.domain=parasoft.com
report.mail.enabled=true
report.mail.from=gtrofimov
report.mail.include=recepient@address.com
report.mail.on.error.only=false
report.mail.password=*****
report.mail.port=25
report.mail.security=STARTTLS
report.mail.server=sync.parasoft.com
report.mail.subject=${tool_name} Report - ${config_name}
report.mail.unknown=recepient@address.com
report.mail.username=recepient@address.com

Make sure to add -report at the end of the command to generate the report.

If you have set the email configurations in the GUI, another option is to extract your localsettings file.
Steps can be found at:
http://forums.parasoft.com/discussion/2699/how-to-generate-and-populate-localsettings-properties-files