The Common tab settings define common options that affect multiple analysis types. In this section:

Basic Settings

Enable the Override Session Tag option and specify a session tag to override the session tag specified in Preferences> Parasoft> Reports. Session tags are unique identifiers for test results from test runs performed using the current Test Configuration.

This value is used for uploading summary results to Team Server. The tag is an identifier of the module checked during the analysis process. Reports for different modules should be marked with different tags. The same variables that are valid for Parasoft Test Preferences options can be used here.

Before Testing Settings

  • Refresh projects: Determines whether projects are refreshed before they are tested. When a project is refreshed, SOAtest checks whether external tools have changed the project in the local file system, and then applies any detected changes. Note that when you test from the command line, projects are always refreshed before testing.
  • Update projects from source control: Determines whether projects are updated from source control (if you using a supported source control system) before they are tested.
  • Build: Determines if and when whether projects are built before they are tested. Note that this settings applies to GUI tests, not command-line tests. Available options include:
    • Full (rebuild all files): Specifies that all project files should always be rebuilt.
    • Incremental (build files changed since last build): Specifies that only the project files that have changed since the previous build should be rebuilt.
    • Stop testing on build errors: Specifies that testing should stop when build errors are reported.
  • No labels