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

This topic explains how to configure an automated nightly testing process that sends results to Team Server.
To automate the nightly testing process:

  1. In the GUI, define the Parasoft Test preferences that you want applied across multiple test scenarios.
    • For automated reported, be sure to define settings for eE-mail, reportsReports, reports> eReports> E-mail notifications, DTP (or the deprecated Team Server).
    • For automated task assignment, also define settings for authorsAuthors, scope Scope and authorshipAuthorship, scope and authorship> authorship mappingsScope and Authorship> Authorship Mappings.
  2. Define the command line arguments needed to achieve your objectives. Use localsettings as needed You can use settings to override the GUI preferences, if needed.
    • Remember to use Use the -report command to generate a report and .
    • Use the -publish command to add the report to the Team ServerDTP.
  3. Develop a script or batch file to invoke your command line interface commands and perform any additional operations you want automated.
  4. Use a scheduling utility (such as cron or the Windows scheduling program) to run the test at a specified time each night.

...