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.
Click
,ClickR
,DblClick
,Expand
,Collapse
andSelect
methods of theWin32TreeView
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: - 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.