Project Properties - Visualizer Options

Applies to TestComplete 14.30, last modified on November 21, 2019

The Visualizer Options dialog specifies settings for the Test Visualizer subsystem. To view or change Visualizer settings, right-click the needed project in the Project Explorer panel and select Edit > Properties from the context menu. Select the Visualizer option group from the tree on the left of the page.

TestComplete Project Properties - Visualizer

Click the image to enlarge it.

You can change the following options:

  • Collect Test Visualizer data during recording - Specifies which data Test Visualizer will capture during the test recording. The possible values are –

    • Off - Test Visualizer is disabled during recording.

    • Capture images - Test Visualizer is enabled and captures screenshots for each recorded user action (a mouse click, text input and so on). By default, the property is enabled.

      If this property is enabled, the following option will become available:

      • Capture tested object properties (may slow down recording) - Test Visualizer collects screenshots along with information about the objects on these screenshots.

        Note: This works for desktop and web applications, and for black-box Android applications. For iOS and white-box Android applications, TestComplete captures only images.

        By default, this option is off.

  • Collect Test Visualizer data during test run - Specifies which data Test Visualizer will capture during a test run. The possible values are –

    • Off - Test Visualizer is disabled during playback.

    • Capture images - Test Visualizer is enabled and captures screenshots for each user action during the test run. By default, this property is enabled.

      If this option is enabled, the following option becomes available:

      • Capture tested object properties (may slow down playback) - Test Visualizer collects screenshots along with information about the objects on these screenshots. By default, this option is off.

    If a user action has a “recorded” image, Visualizer posts “recorded” (if any) and “playback” images to the test log. This feature helps you compare the expected and actual application states and, if an error occurs, allows you to find its cause faster.

    To obtain or change the value of the Collect Test Visualizer data during test run option in scripts, use the Options.Visualizer.CollectMode property.

  • Capture style - Specifies the area TestComplete will take a screenshot of. Possible values include –

    Value Description
    Top-level parent (Default) The top-level application window with which you are working.
    Desktop The entire desktop.
    Note: When you work with Android applications, Test Visualizer always captures the entire screen of the mobile device.
  • Bind Visualizer frames to SCC - Specifies how TestComplete treats Test Visualizer data associated with tests bound to the source control. If the option is enabled, TestComplete automatically adds Visualizer frames when you add tests, with which these frames are associated, to the source control. By default, the option is enabled.

    If your project is not bound to the source control, the option has no effect.

  • Auto-update frames during the run - If this option is enabled, TestComplete updates the Visualizer frames during the test run automatically. You can also specify the Auto-update mode for further updating. The available modes are: Update existing frames and capture new frames, if needed and Update existing frames only.

    • If you want TestComplete to update existing Visualizer frames and capture new frames, select the Update existing frames and capture new frames, if needed mode.
    • If you want TestComplete to update existing frames during the test run and not to capture new images, select the Update existing frames only mode.

    Updating Visualizer frames may slow down the test run. If you experience any issues with your test performance, we recommend that you disable this option.

    By default, the option is off.

The Visualizer options page also contains the Delete all Visualizer frames button. Click this button to delete all Visualizer frames from all scripts and keyword tests of the currently open TestComplete project.

The default Visualizer settings which will be used in new TestComplete projects are specified via the Default Project Properties - Visualizer Options dialog.

See Also

Project Properties
Test Visualizer

Highlight search results