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 theRegions
,Objects
,Files
,DBTable
,Table
,XMLCheckpoint
,WebComparison
objects, to theCheck
method of theRegion
,StoredObject
,File
,DBTable
,Table
,XMLCheckpoint
,WebComparison
objects and to theCompareWithObject
method of theTable
object.-
Update DBTable elements - If this option is set, the
DBTable.Compare
andDBTable.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
andFile.Check
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
andStoredObject.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
andRegion.Check
methods. See also Modifying Stored Images. -
Update Table elements - If this option is set, the
Table.Compare
,Table.CompareWithObject
andTable.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
andWebComparison.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
andXMLCheckpoint.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, 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 theFiles.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.
-