Stores Options Dialog

Applies to TestComplete 14.0, last modified on January 23, 2019

The options in this dialog affect comparison operations performed by TestComplete program objects. To call the Stores Options dialog, select Tools | Options from the main menu and then select Engines | Stores from the tree displayed on the left side of the resulting Options dialog.

You can change the following options --

  • Files diff utility - The options of this group apply to file checkpoints, to the Compare Files operation and to the Files.Compare method. These are launching options for a utility to be called when the file checkpoint fails or when the Compare Files operation or the Files.Compare method returns False.

    Normally, the Diff utility lists the differences between two files, binary or text, and provides a clear report. Examples are WinDiff and Araxis Merge.

    • Active - If this option is set, TestComplete calls the utility.

    • Diff name - The utility name (with path unless registered).

    • Command line - Command-line arguments are passed to the utility upon calling it. Default: "%s %s". %s is a macro for any file name. Double %s means that TestComplete passes the two file names passed as parameters to Files.Compare, in the same order.

    • Wait until diff closes - If this option is enabled, TestComplete pauses the test execution until the Diff utility terminates.

See Also

TestComplete Options

Highlight search results