Checkpoint Wizard - Selecting Checkpoint Data (Database Table Checkpoints)

Applies to TestComplete 15.73, last modified on March 04, 2025

On the Select Checkpoint Data page of the Checkpoint wizard, you specify the data the Database Table checkpoint will verify:

Specify whether you will use an existing DBTable element for comparison or you will create a new element:

To create a new element
  1. Click Retrieve data from a database and enter a name for the new item in the Save data to a new Stores item edit box.

    Note: The specified name will be used to address the checkpoint from tests, so this name must be a valid identifier.

    To create the name that will match the naming rules adopted by all supported scripting languages, enter a string that starts with a letter and contains only letters, digits and underscore symbols.

  2. To specify the connection settings, click the ellipsis button of the Connection string box. This will invoke the standard Data Link Properties dialog where you can specify the database, from which the data should be retrieved.

    Note: If the connection string includes the database file name, then the settings will be computer-dependent. They may become invalid if you move the project to another computer. To avoid this problem, place the database file in a shared folder and use the network path to the file when specifying the connection settings. See also Computer-Specific Settings.
  3. In the User name and Password fields you specify the user name and password for connecting to the database.

    The name and password are stored in the TestComplete project files in an encrypted form.

To select an existing DBTable element

Click Use stored data option button and select the desired element from the Stores item list.

See Also

Checkpoint Wizard - Configure Database Table Checkpoint
Creating Database Checkpoints
About Checkpoints
About DBTables Collection

Highlight search results