RE: can AQtime give me the code coverage
Hi Oded, In addition to Tanya's reply, this article (http://support.smartbear.com/viewarticle/31209/) may be a starting point to read about Visual Studio integration with TestComplete.
View ArticleRE: can AQtime give me the code coverage
thanks you Tanya and Alexi, ill explain the second question. our product is built in visual studio 2012 ( soon to be 2013) we are running our sanity tests through Testcomplete. now the thing i would...
View ArticleRE: can AQtime give me the code coverage
Hi Oded, If I understood you correctly, you like to execute TestComplete tests from within VS build and have tested application code coverage at the same time. In order to do this, you need to...
View ArticleRE: can AQtime give me the code coverage
Hi Oded, I found the [url=http://support.smartbear.com/screencasts/aqtime/coverage-analysis-in-automated-test/]Using AQtime Coverage Analysis in Automated Tests[/url] video on our web site. I think...
View ArticleRE: Meet AQtime 8.10
Hi, After upgrading to 8.10 (Ive tried both via my own personal fixed node license and for a customer using a floating node license), I dont see the sampling profiler in the profiler dropdown. I have...
View ArticleAQTime 8.10 in RAD studio now give Access violation
Attempting to profile an application written in Delphi XE3 now gives an access violation with any profiler when loading a form that contains VirtualStringTree 5.2.2. Has anyone found a solution to...
View ArticleRE: AQTime 8.10 in RAD studio now give Access violation
There seems to be two cases: If the RootNodeCount = 1 then an AV occurs. When VirtualStringTree.Clear() is called and AV occurs.
View ArticleRE: AQTime 8.10 in RAD studio now give Access violation
I have narrowed it down to the EndUpdate()
View ArticleRE: AQTime 8.10 in RAD studio now give Access violation
TBaseVirtualTree.PackArray() where it executes assembler on Win32 is the problem asm PUSH EBX PUSH EDI PUSH ESI MOV ESI, EDX MOV EDX, -1 JCXZ...
View ArticleRE: AQTime 8.10 in RAD studio now give Access violation
A bit more testing shows that the problem seems to be the result of using the JCXZ instruction. If the VirtualTree code is changed from JCXZ @@Finish to the equivalent: CMP CX, 0 JZ @@Finish then...
View ArticleRE: Meet AQtime 8.10
Hi Kim, The profiler should be located under the Performance branch: [b]Performance | Sampling Profiler[/b]. Please check this....
View ArticleRE: Meet AQtime 8.10
Hi, Yes, that would be where Id expect to see the profiler. But in the Performance section I only see BDE and standard Performance Profiler, not the third sampling profiler. Its v. 8.10.772.7 I have...
View ArticleRE: AQTime 8.10 in RAD studio now give Access violation
Hi Neville and Eric, While Support monitors this and other forums on the site, I think that it may speed things up if you submit a ticket via http://support.smartbear.com/message/?prod=AQtime...
View ArticleRE: Meet AQtime 8.10
Hi Kim, Did you do clean install of AQtime 8.10 or upgrade from some prior version? In the latter case, it seems to be a problem with the installer (that will be corrected with the next update) that a...
View ArticleRE: Meet AQtime 8.10
Hi, It was an update from v.8.xx, not a clean install. Ill try the clean install instead. Thx best regards Kim Madsen
View ArticleRE: Meet AQtime 8.10
Hi Kim, Please try reinstalling AQtime 8.10 by following the steps below: 1. Uninstall the current installation of AQtime 8.10. 2. Restart the machine. 3. Delete the "<Program...
View ArticleNo debug info
Hello, would you please help me with fixing the following problem. I compiled C# dll and exe in VS 2012. Both are in the same solution and both have pdb files. On the screenshot you can see that the...
View ArticleRE: No debug info
I just converted the project to be for VS 2010, and it worked for me. Why do I have problems with VS 2012? Can it be .Net Framework version?
View ArticleRE: No debug info
Hi Vadym, This happens because the support for the apps created in Visual Studio 2012 was implemented only in AQtime v. 8.
View ArticleRE: AQTime 8.10 in RAD studio now give Access violation
Hi All, We have analyzed the situation with the [i]JCXZ[/i] instruction and found out that there is a problem with AQtime's patcher when it patches the [b]VirtualTrees::TBaseVirtualTree::PackArray[/b]...
View Article