This topic describes the changes made to TestComplete 5.14. For information on the changes made to other versions of the product, see Version History.
- A new Method invoke timeout setting has been added to the Open Applications group. The new setting lets you specify the waiting time for calling methods and properties of objects that belong to Open Applications. For complete information, see Calling Methods and Properties of Open Applications’ Objects.
- The
GetObject
method has been added to ODT objects returned by theThis
andSelf
keywords. This method lets you get the current object instance in order to be passed to a method of another object. - The
SwingObject
methods of theprocess
andwindow
objects have a new parameter called WndIndex. This optional parameter is used when other parameters do not let the testing engine uniquely identify the desired object. For more information, seeProcess.SwingObject
andWindow.SwingObject
. - The Synchronization Event column was added to the Run State page of the Network Suite Editor. It displays the name of the current synchronization point or critical section during the test run.
- A number of bugs have been fixed.