This topic explains how to configure an automated nightly testing process.
To automate the nightly testing process:
- 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 E-mail, Reports, Reports> E-mail notifications, and DTP.
- For automated task assignment, also define settings for Authors, Scope and Authorship, Scope and Authorship> Authorship Mappings.
- Define the command line arguments needed to achieve your objectives. You can use settings to override the GUI preferences, if needed.
- Use the
-report
command to generate a report. - Use the
-publish
command to add the report to DTP.
- Use the
- Develop a script or batch file to invoke your command line interface commands and perform any additional operations you want automated.
- Use a scheduling utility (such as cron or the Windows scheduling program) to run the test at a specified time each night.