Problems by validating a tooltip of a wpf application
Dear community, I've encountered the following issue with a keyword test, as shown in the attached picture: The keyword test consists of 6 steps: Lines 1 to 4 and Lines 6 to 7. Line 5 is a manual interruption by the tester. The script in Line 6 triggers the visibility of the tooltip (of Component1), while the script in Line 7 validates the tooltip. Everything works perfectly if: - The tester executes the keyword test and stops at Line 5 using a breakpoint. - Subsequently, the tester resumes execution from Line 6 using the context menu item "Run from Selected Operation". However, the keyword test fails to find the tooltip if: - The tester executes the keyword test without stopping, so Lines 1 to 5 and Lines 6 to 7 are executed consecutively. What is the difference between these two scenarios? What could be the root cause of this problem and how can it be resolved? Thank you for your responses in advance! - Currently we use the TestComplete version 15.62.2.7 x64 - The tooltip is visible in both cases20Views0likes2CommentsUnable to assert text in WPF ListView item
I am trying to assert the text of a specific cell in a WPF ListView item. but they are both identical except for the text. this is what I'm using to do the assertion but it's very flaky. It will always target "Asset 1" correctly when asked but will only sometimes target "Asset 2" when asked otherwise it targets the first in the list. Does anyone know how you can consistently target the cell you want when all attributes are identical?33Views0likes7Commentsobject recognition issue with Spy
When i'm trying to capture elements with spy it is showing below error. most of the time I'm not able to capture elements with "Drag and capture" or "Point and fix" features as it select whole window instead of the particular element. anyone facing this kind of issue?88Views0likes8CommentsName Mapping not working on remote browser
The name mapping and test cases work fine on local browsers, but would complain about page or object not found when running headless remote browsers and in parallel testing. I have the following setup for browser name mapping: For headless setup I have: server = "localhost" capabilities = { "browserName": "chrome", "headless" : "true", "screenResolution": "1920x1080", "platform" : "Headless", "record_video": "true" } Browsers.RemoteItem[server, capabilities].Run(url) Is this the correct way to work with name mapping on headless browser?884Views0likes14CommentsAccess outlook email to click on button inside the email
I'm conducting keyword testing on a web application. During my testing, I need to open Outlook, search for an email using the recipient's name, and click a button within that Outlook email that navigates to another system. Can anyone advise on how to capture this button within the Outlook email?62Views0likes9CommentsQt6-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.531Views2likes5CommentsHow 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!36Views0likes5CommentsUltraGrid 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 this49Views1like2Comments