objects previously recognized on desktop app
When beginning this project, I went through the exercise of getting objects to be recognized by test complete. I have a number of objects whose class is reported as WindowsForms10.Window.8.app.0.198698e_r8_ad1 or some variation. I was able to get recognitions with: adding appropriate the class names to Project/Properties/Open Applications/MSAA. I then began happily writing my test and enjoying every happy minute. What changed, you asked? I don't know. I make no changes to code or project properties. Immediately before observing this behavior, I had accepted the TestComplete dialog to update to the new version. Of course that is it, thought I. So I downgraded to TC 15.54.3.7 (which is the only version I have around. Waiting on SmartBear to tell me why my TC licenses are not showing up in the license manager.) I am experiencing the same problem in this previous version of TC. The only other thing I can think of that changed is that the AUT's database was restored. But the behavior that I am seeing in TC began before this. And in no way did this change the user interface. I looked at installed extensions, they are all installed except HP something something which I don't have. Any ideas from anyone on what might be going on? ThanksSolved491Views0likes8CommentsKeys method sometimes adds period(.) in the middle of text
When using keys method to set the text in a field, sometimes Test complete adds unwanted period(.) in the middle of the required text (see screenshot). I have some test machines situated in Munich, I see this is predominantly on these machines. Any idea how to handle it?81Views0likes7CommentsLog.Message("String") raises "The object does not exist" on Azure pipeline
We are getting "The object does not exist" when trying to log only for some files and for some tests it only affects them when running as part of a longer run of tests, not when that test is run by itself on the pipeline. So far, all the affected files are ones that do not actually contain tests but are refenced by tests. BuiltIn.Delay and all the other Log functions are also affected when this happens. All the tests are written in Python Is there an import that is needed on files which the tests invoke? We never get this error running locally on a dev box, only in Azure pipelines. It is possible the pipeline is running a newer version than the devs are running. Has the syntax for invoking this changed in the last year and a half? I cannot find anything in the documentation to suggest either of those, and they would not explain why the tests pass when run alone on the pipeline. But built in types not existing is not something I can actually wrap my head around the cause of, so I am sort of guessing randomly. Some help figuring out what may be happening would be much appreciated.Solved31Views0likes2CommentsTestComplete: Desktop app in Cobol and TC crash when I try to ObjectSpy it
I am looking into if I can automate an older company app written in COBOL, 32-bit. I am using TC 15.73 Pro. x86 I am running the app 'As an Admin' alone with TC 'As an Admin' After opening the desktop app, and trying to look at it in the Object Browser tree or ObjectSpy it, I get an app crash along with a TC crash. Any suggestions from folks here on options to try to get this to work? NetCOBOL COBOL ERROR REPORT <<Summary>> The application error occurred: Application : C:\ATOOL\haw$strt.exe(PID=00002138) Exception Number : UNDEFINED_EXCEPTION(C000041D) Generation Time : 03/17/2025(17:37:02) Generation Module : UNKNOWN Time Stamp : UNKNOWN File Size : UNKNOWN <<Detail>> Thread ID : 00001BA8 Register : EAX=000C05F2 EBX=03A68C20 ECX=03A68C20 EDX=00000000 ESI=000C05F2 : EDI=00000360 EIP=00000000 ESP=010FF2F8 EBP=010FF32C EFL=00010246 : CS=0023 SS=002B DS=002B ES=002B FS=0053 GS=002B Stack Commit : 00012000 (Top:01100000, Base:010EE000) [Could not output the machine language code.] Module File : UNKNOWN Address : 6343B530 etc. .....34Views0likes2CommentsMS Edge 133.0.3065.92 : Downloads window NOT being recognized by TestComplete 15.72
I've asked the question many times over the years and lately I've just gone along with this being broken. I've submitted tickets, it gets addressed eventually, but then some other pop-up window breaks. That pop up issue gets fixed, and the the Downloads is broke again. I noticed in my current code, I've just hard-coded coordinates over the past few releases to click on the 'Save As' button for this unrecognized Edge Downloads window. I noticed lately even that code was broke because the Downloads button layout changed. It is now as such: I need to use 'Save As' to control where my file goes and a name change as well and not use automatic download. I want to throw this question back out to the TestComplete community, Anyone experiencing this issue?48Views0likes5CommentstestFiltercriteria not applied
Until yesterday test was running fine with the below highlighted test criteria in azure pipeline. After Updating the test agent test are not getting filtered from the execution plan. Execution plan looks like below. From which I am trying to run Menu5_US and its child test items. But the other groups also getting executed. Until yesterday only the specified group in the testFiltercriteria was getting executed in azure pipeline.Solved812Views3likes41Comments.NET 9 Support
Hello, Our application needed to update to .NET 9 and since then there has been an error that has become much more prevalent in TestComplete. Here's my original post about it. I've been in contact with support and they had mentioned that .NET 9 wasn't fully supported by TestComplete yet. Is there any way this support could get added to your backlog?11Views0likes0Commentsplease add Qt6.5 (LTS) Support
Qt6.5 (LTS) was released on April 3, 2023 and some bugs in Qt6.2 seem to be implemented only in Qt6.5. I believe Qt is widely used in desktop softwares and the demands of testings of softwares with newest Qt is large. However, TestComplete supports currently up to Qt6.2 and no update plan is published. We found that the newest TestComplete (15.54) cannot recognize any Qt-Objects in our software with Qt6.5. (Qt6-Objects are not recognized) Therefore, I would like to request Qt6.5 support urgently. Also, it would be helpful, if we could hear, when Qt6.5 is planned to be supported. Thank you.395Views6likes4CommentsSystem checks for Object for every test
I had two projects in my project suite where one project is created as a base where all my desktop objects and the corresponding action for each and every control is written Controls are mapped in name mapping Scripts are written with Aliases being used I had created the second project where the scripts and name mapping from the first are used as it is and it includes some tests as well It is some kind of framework setup where the first project as a base project ( a kind of page object pattern ) and the second one re-uses the script and name mapping as linked items from the first If I am trying to run tests, each and every test tries to identify the objects that are declared as aliases in each script For example if I have something like var notepadwnd = Aliases["notepad"], the system is trying to find notepad for the default amount of time for each test. My tests are getting timeout as I have atleast 20 application which are like this and TestComplete is trying to find them increasing the test duration and thus failing the test due to timeout Is there anything that I am missing here227Views0likes30Comments