TestComplete issues with Chrome 113
Hey, this is a general message about TestComplete issues with Chrome 113 Please note that the current version of our product may experience issues when used with Google Chrome 113. We apologize for any inconvenience this may cause. Our team identified this is Chrome issue and we are working on a permanent fix. We appreciate your patience as we work through this issue. The dev team on our side is already working to solve the problem. We expect the problem to be solved by the middle of next week. More updates will be provided here in this thread. Really appreciate your patience and sorry for inconveniences. Best regards, Pawel Mularczyk Product Manager for TestComplete15KViews6likes139CommentsUpdate Regarding TestComplete Web Issue
Hello, Recently, Chrome and Edge versions 113 caused issues with TestComplete. When this occurred, our development team worked diligently to solve the problem. Google and Microsoft have now released an update to roll back these changes, stabilizing the TestComplete web testing experience. While these changes didn’t stem from TestComplete directly, we do find it of the utmost importance to always provide you with a high performing tool. With additional browser updates planned in the future, we have already taken steps to prevent major outages like this from occurring again. Our teams plan to: Continue to validate beta versions of upcoming browser updates Ensure that breaking issues are always the top priority Release a TestComplete update to ensure upcoming browser versions are not impacted (recently released new version to support Chrome 114 and Edge 114) We’re always committed to delivering the highest quality tools to your team. Thank you for your ongoing patience and continued partnership. Best, The TestComplete Team362Views3likes2CommentsList of Child Aliases/Mapped Objects
Is there a way to obtain the list of child objects for mapped objects/aliases? I understand that FindAllChildren() works to find children in the Object Tree, but I'm only interested in finding the objects mapped for different testing purposes. Is there a way to achieve this?158Views1like1Commentiterating through a web table with unique values for each cell and punching the data using for loop
I am new to Test complete and automation and below might be a very simple and dump question. Please help me How can i iterate through a table like below which has a unique name for each cell (textboxModel ,textboxModel1,textboxModel2,textboxModel3) I used 'for loop' as below, but it keeps rewriting the data on the same cell and doesn't update the data in other text cells.271Views1like1CommentIframes
Hi team, I have a video play button in a web page and want to verify if he hit that button video is playing or not. Here that play button comes under iframes so i can't able to switch page variable to iframes. Can any one help me out from this? Is there any method available to switch from page to iframes like in a selenium265Views1like1CommentHow to reinstall test complete on your machine once uninstalled
Hi community I have been having numerous issues with test completes latest version and i was advised to uninstall if the issues persists. I have uninstalled test complete but now i have lost my way. How can I reinstall test complete on my machine? Kind Regards, TinaSolved7.2KViews1like18CommentsCant save work on testcomplete
No matter what I seem to do I can't seem to save work on testcomplete. Everytiime I save my projects the files don't seem to save I even tried to "save as" but when I reopen the application the progress isn't saved. Any ideas where the problems might be?372Views1like3CommentsHow to work on a SAP ShellTree object and where to find SAP methods documentation?
I have bee using SAPWebGui for testing but I found that the SAPGui is more reliable and I am trying to switch over. But here I am facing issues with addressing objects. I am testing SAPGui Release 800 with Quartz theme. I want to work on a ShellTree object with a couple of lines and columns. In the object browser, there are a lot of SAP methods for the ShellTree and my assumption is that I can use them for example to select items. I tried the SelectNode(NodeKey) in the assumption that the node is highlighted. But I don't know how the NodeKey is composed, so I took just simple integer values. Nothing is highlighted. Then I executedshelltree.SelectedItemNode. This returned an object, but I cannot get a sensible content of the object and I don't know what I could expect from it. The bottom line of my question is how can I use the SAP methods in TC and where to find the documentation for them. Thank you very much for supporting me.Solved969Views1like5CommentsIs there any solution to know if the running app is x86 or x64 ?
Hi all, I'm having troubles to find a proper way to check if the running app is an x86 app or an x64 one. For TestComplete / TestExecute, I can base my check the file path, but for other applications ? I thought there was a "tag" that inform the OS of the platform it is designed for, but I can't find an easy way to extract it... In my case, our tests are scripts driven and we are using 32 bits constraints for specific apps, and I would like to write an explicit log if the TestComplete is the x64 one and the tested app is the x86 one... Thanks for your help and ideas ! LoïcSolved573Views1like3CommentsHow to separate the Inner Text into individual variables
Hello. If someone can show me how to separate the Inner Text into individual variables. Using the Spy tool, I am able to get the innerText, in this case it is a Store name, the ID and address but all in one. I checked the other properties, it does not identify it separately. I imageit's how the GUI has it displayed. To work around it, Is it possible to separate the content found in the innerText, The information data are separated by common. For instance, StoreFullName = Aliases.browser.pageStoreX.FindElement("#current-store").innerText Log.Message(StoreFullName); Displays the full name:VisionOne,ID:12345678, One Main St. But I would like to split each field into separate variables, Is it possible? Log.Message(Store_Name) will display "VisionOne" Log.Message(Store_ID) will display "12345678" Log.Message(Store_Address) will display "One Main St." Screen shot of the example of the CSS , xpath copy is//*[@id="current-store"]/div[2]/div[2]/text()[1]Solved606Views1like5Comments