Using AQTime to profile TestComplete Test Scripts
Hi,
I have been using TestComplete for few years to create an Automation Framework and have implemented many custom script routines using javascript(now over 11K lines of script code) and some of it is quite complex(ie. using recursion and dynamic generation). I want to use AQTime to profile my test routines in TestCompete so I can optimse them. I understand that this is possible from what is mention here: https://support.smartbear.com/screencasts/aqtime/profiling-scripts/
which states: " You can also profile test scripts of TestComplete projects"
However, there is no other information that I can find which explains how this is done. I have gone through the AQTime manual, the SmartBear website and google-fu without any success.
Any help with this will be greatly appreciated.
Cheers
Ian
Hi Ian,
Really good question indeed!
I would recommend to address this question directly to Support via either the https://support.smartbear.com/message/?prod=AQtime or the https://support.smartbear.com/message/?prod=TestComplete form and I will appreciate it if you update this thread with their reply.
> many custom script routines using *javascript*
Profiling of JavaScript is not supported by AQtime. Only VBScript and JScript can be profiled as per the documentation.
I never tried profiling of test code for TestComplete, only for IE, but after going through AQtime's documentation, I think that approach should be pretty similar to the one described for IE. With the only difference that TestComplete should be specified as the host application instead of IE.