Forum Discussion
Yes, Utilities is obsolete now
https://support.smartbear.com/testcomplete/docs/reference/program-objects/utilities/index.html
For equivalents of the Utilities
object’s properties and methods, see TestComplete helper objects.
You should be using these objects now
https://support.smartbear.com/testcomplete/docs/scripting/helper-objects.html
Here is aqConvert.FloatToStr
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqconvert/floattostr.html
- will_fetherolf8 years agoContributor
Ok, Utilities is no longer supported.
I have numerous calls to BuiltIn.Delay. BuiltIn is also no longer supported. The documentation says to use aqUtils.Delay.
If I simply remove the BuiltIn, will TestComplete automagically call Delay in aqUtils, or do I need to qualify it?
- Marsha_R8 years ago
Champion Level 3
Qualify it. Search/Replace should work for you in most cases.