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 --
Perform the following actions instead of comparing - The options of this group apply to the Compare
method of the Regions
, Objects
,
Files
, DBTable
, Table
, XMLCheckpoint
, WebComparison
objects, to the Check
method of the Region
, StoredObject
, File
, DBTable
, Table
, XMLCheckpoint
, WebComparison
objects and to the CompareWithObject
method of the Table
object.
Update DBTable elements - If this option is set, the DBTable.Compare
and DBTable.Check
methods update the stored data of the appropriate DBTable project element instead of comparing it. See also Modifying DBTable Elements.
Update files - If this option is set, TestComplete will update the stored file instead of comparing it with the specified one. This option applies to the Files.Compare
, File.Check
, and File.CheckPDFText
methods. See also Modifying Stored Files.
Update objects - If this option is set, TestComplete will update the stored object instead of comparing it with the specified one. This option applies to the Objects.Compare
and StoredObject.Check
. See also Modifying Property Collections in Stores.
Update regions - If this option is set, TestComplete will update the stored image instead of comparing it with the specified one. This option applies to the Regions.Compare
and Region.Check
methods. See also Modifying Stored Images.
Update Table elements - If this option is set, the Table.Compare
, Table.CompareWithObject
and Table.Check
methods update the stored data of the appropriate Table project element instead of comparing it. See also Modifying Table Elements.
Update WebTesting elements - If this option is set, the WebComparison.Compare
and WebComparison.Check
methods update the stored data of the appropriate WebComparison project element instead of comparing it. See also Modifying WebTesting Elements.
Update XML data - If this option is set, the XMLCheckpoint.Compare
and XMLCheckpoint.Check
methods update the stored XML data of the appropriate XMLCheckpoint project element instead of comparing it. See also Modifying Elements of the XML Collection.
Files diff utility - The options of this group apply to file checkpoints and PDF checkpoints, to the Compare Files, File Checkpoint, and PDF Checkpoint operations, and to the Files.Compare
, File.Check
and File.CheckPDFText
methods.
These are launching options for the utility that TestComplete will use to detect and show the difference between the baseline and actual files when comparing PDF files or arbitrary files. Examples are WinDiff and Araxis Merge.
Active - If this option is enabled, TestComplete uses 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 compare methods, in the same order.
Wait until diff closes - If this option is enabled, TestComplete pauses the test execution until the Diff utility terminates.