Qt6-Objects are not recognized
Hello, After Qt6.5-Upgrade of the software any Qt-Objects are not recognized by TestComplete (15.54, neuest at this moment) any more. The TestComplete Tests worked with the software with Qt6.2 or Qt5 without problem. Is there any way to make it work, other than waiting for TestComplete update? We are also wondering if we can find the Qt6.5(LTS)-Support plan somewhere. Thank you.521Views2likes5CommentsHow to make objects visible in the object tree?
Hi, We are analysing a wpf application and like to select the object in the object tree, which has the property 'background' set to #778899. Our controls on level 0-2 ('L0_Control.jpg, L1_Control.jpg, L2_Control.jpg') have the property 'Background' not set. All child controls >= Level 3 have no background property set, too ('ContentControl' could not be expanded). How could objects be made visible, which are currently not in the object tree? Thanks in advance!33Views0likes5CommentsUltraGrid sub-elements are not identified by testcomplete
I have an ultragrid object where the child elements are not identified by the test complete. I cannot identify the expand button or the sub-elements displayed after expanding the grid item. Only the top-level container is identified. The object property is displayed as below: I have the Infragistics plugin installed, but I am not sure what I am missing here. Any help would be great, thanks20Views0likes3CommentsTestComplete can't detect elements in Microsoft WebView2 window
TestComplete is unable to detect any element for desktop application screens developed using Microsoft WebView2. It was working 5 days ago. Tested application wasn't updated. Now TestComplete can detect only a whole window(web-component using Microsoft WebView2), but cannot detect elements on this window. I got path "Aliases.WINWORD.WPFObject("HwndSource: WebView2Window", "Login").Window("Static", "", 1).Window("Chrome_WidgetWin_0", "", 1).Pane("Login - Web content").Panel("Chrome Legacy Window")" TestComplete version= 15.52.2.7 x64 License: Perpetual (Desktop, Web, Mobile) How can I capture of elements on the web-component window?Solved1.2KViews0likes10CommentsUnable to identify WPF object in Test complete release version 15.65.12
Unable to identify WPF object in Test complete release version 15.65.12 but its working as expected in 15.64.3 I have a test written in test complete for WPF application. Post installation of updated test complete version the wpf object is not getting identified correctly Its showing as window instead of WPF object in version 15.65.12. But same is working as expected in 15.64.3 Am I missing any settings in the updated version for the WPF application will appreciate help in this45Views1like2CommentsBest method to correct NameMapping/xpath after Object position changes?
Hi. Some context first: The app uses several buttons on a banner, stored in <div> elements. The Namemapping assigns these with xpath from left to right. The question mark gets '//div[1]', the globe is '//div[2]' etc. to simplify. One update later, the app has a new button put in front of the others in the banner. Now this button claims '//div[1]'. My keyword tests don't notice this change at first and click the wrong button positions due to all of them shifting one place in the HTML. Nothing fails at first, because technically there's a button to click, just not the right one. Naturally, all of my test start failing soon after arriving on the wrong pages. Changing every div index position in the Namemapping xpath seems like the obvious solution, but it becomes tedious when updates like these happen so often. I tried Self-Healing, but it doesn't always work. Is there a way to automatically recognize and correct this? Thanks in advance.30Views0likes2CommentsIs it possible to test editing a pdf form in a browser?
I am trying to create a test that enters text into boxes on a pdf form that has been opened in Microsoft Edge but when I run the keyword test all that happens is the test scrolls to the last page of the pdf, it does not enter any text. When I apply Object Spy to the pdf in the browser it is only able to recognize the whole webpage, it cannot recognize individual objects on the pdf form. Is it possible for TestComplete to enter text into a pdf form that has been opened in a browser? A sample pdf form is attached.20Views0likes1CommentPulling in Dynamic Links from a web page
My problem is exactly as described on this Community post: Dynamic Link Collection and Verification | SmartBear Community But all the links in that post are broken. Did the information from automatedQA get migrated to this community somewhere?19Views0likes2CommentsTestComplete14.72 is not recognizing WinUI-3 objects
Dear All, I am trying to automate "WinUI 3 Gallery" Desktop application that is available in windows app store for free. During automation i noticed that the left side pane Navigation view controls in winui 3 gallery app is not recognizable by Test Complete. I have selected *(to accept all windows) in UIAutomation settings from "Tools -> current project settings -> open applications" and yet issue persists. I have marked the pane for which above issue is observed in the attached image. May be i am missing some settings. Same issue i noticed for all the Desktop applications that are developed using WinUi-3 or Xaml. Could anyone please help? SmartBear customer care is not responding to my tickets.127Views0likes4CommentsTestComplete does not recognize user account control object buttons
I'm trying to test an Desktop application that require me to give permission through the User Account Control, so testcomplete can't screen recording that part. Is there a way to achieve this. To get testcomplete to click the Yes button or to give permission to access the application . Please see screenshot below. Thanks31Views0likes1Comment