Are my application execution times inflated because of Test Complete execution delays?
I am trying to test my application performance during test execution.
I use keyword testing with the Aqperformance or the Start counter object. It seems to me that the time that I get from these measurements is considerably higher than the time I measure manually.
Are there any considerations to make these measurements more accurate?
I am trying to measure the time it takes to open the first page in my application. I have the following actions:
aqPerformance Start Variables.vOpeningFirstPage, ...
BidRecordRow DblClick
DrawingCanvas WaitProperty .imageContainer.drawingCanvas.Exists, true, .
While Loop (ImageContainer.drawingCanvas.Enabled Equals false) OR (ImageContainer.drawingCanvas.Visible Equals false)
While Loop (NavToolbar.nextPageButton.Enabled Equals false) OR (NavToolbar.nextPageButton.Visible Equals false)
aqPerformance Value [Get] Variables.vOpeningFirstPage