Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.3.4

You can integrate the execution of non-Parasoft code analyzers by enabling the Custom Engine option and configuring the parameters.

  1. In your IDE, click Parasoft in the menu bar and choose

    Conditional Content
    product: (jtest)
    product: (jtest)
    sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E671AAA268425A3

    Preferences (Eclipse), Options (NetBeans) or Settings (IntelliJ).

  2.  Select Engines.
  3. Enable the Custom Engine option.

Location: This should point to the engine executable.


Arguments: Enter a set of parameters in this field to configure engine runs. You can use the following variables:

  • ${scope} - This variable points to the directory or directories selected in the IDE. The selection is formatted as a comma-separated list, e.g., "C:/src/dir1","C:/src/dir2".
  • ${config} - This variable points to the active test configuration (see Setting the Active Test Configuration), e.g., "user://My Config".
  • ${settings} - This variable points to a .properties configuration file that is prepared automatically before the custom engine run, e.g., "C:/home/settings.properties". The settings are defined in the IDE and are required for the custom engine to run.

Working directory: Specify a working directory for custom engine runs.