Features Added to TestComplete 3.03

Applies to TestComplete 15.63, last modified on April 23, 2024

This topic describes the changes made to TestComplete 3.03. For information on the changes made to other versions of the product, see Version History.

TestComplete Services

  • HTTP Load Testing improvements. Now TestComplete can record and play back traffic of HTTPS connections.

Scripting Support

  • The HTTPConnection object contains the new property, SSL, used to test Web pages that can be accessed through the HTTPS protocol.
  • The Win32Toolbar object contains two new properties:
    • wEnabled - Let’s you easily determine whether a toolbar item is enabled or disabled.
    • wVisible - Let’s you determine whether a toolbar item is visible or hidden.
  • The Win32TreeView object includes the following new properties:
    • wRootItemCount - Returns the number of the top-level nodes in the tree view.
    • wRootItem - Returns a top-level node by its index or name.
    Also the Click, ClickR, DblClick, Expand, Collapse and Select methods of the Win32TreeView object let you address the desired tree view node by its index or caption. You can even combine indexes and captions when obtaining an item. For example:

    VBScript

    w.Window("TTreeView", "", 1).Click("|RootItemCaption|[1]|Item2Caption|[4]")
  • The Page object contains a new method, Wait, that lets you pause the script execution until the desired Web page is downloaded.
  • The OnWebPageDownloaded event is now generated when a Web page or a frame is downloaded completely. In previous versions, this event was generated for Web pages only.
  • A number of bug fixes.

See Also

Version History

Highlight search results