This topic describes the changes made to TestComplete 6.52. For information on the changes made to other versions of the product, see Version History.
-
The new
aqUtils
method provides theDelay
method that replaces the built-inDelay
routine. The latter became obsolete and is supported for backward compatibility only.The new method is also available in script extensions and can be used to delay their execution.
-
Script extensions now have access to more TestComplete intrinsic objects. The newly available objects are:
ADO
,DDT
,Indicator
,dotNET
,ManualTestBuilder
andRunner
. So, you can now easily create script extensions that work with databases, Excel and CSV files, make use of .NET classes, create manual tests, execute user-defined routines and perform other useful operations provided by the mentioned objects. -
It is now possible to omit the names of some objects when calling their methods from the script extension code. For a list of these objects, see Objects Available to Script Extensions.
-
A number of bugs have been fixed.