AlexKarasCommunity HeroJoined 12 years ago6200 Posts3476 LikesLikes received917 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Debugging problem in TestComplete on Windows 11 tanzeem: FYI. Please consider this issue if it is ever possible. Re: TestComplete stuck/freeze Hi, burn Explorer - too old IE is still part of Windows OS, it is used, for example, to process .mht files and is used in certain scenarios (e.g. I see IE window when my instance of Visual Studio tries to authenticate to refresh the license), so personally I prefer that IE support is kept... Re: Debugging problem in TestComplete on Windows 11 Modesto : Hi, Sorry for the delayed reply - I am not often here because of certain reasons... :( Behaviour that you described looks pretty same as I observed several times starting from Win 11 24H2. No problem for me on Win11 23H2. This has been reported to SmartBear's Support (ticket #00711838 created a year ago) but the reply was that they were not able to reproduce it on their side while we were not able to provide them with our test project. Our test project was based on JScript (not JavaScript) and my thought was that this is something related to legacy JScript engine. However your results show that JavaScript is affected as well. Our solution was to stick to Win11 23H2 on all machines that used TestComplete/TestExecute. Check if this is the option for you. I believe that you still should be able to create Support ticket, even if your subscription has expired. At least this was possible before. I am not sure who might monitor this Community nowadays from SmartBear's side, thus not sure who may be tagged to draw their attention. If anyone can tag relevant person I will appreciate this as the problem is a practical blocker when it starts to occur. Re: ADO Pipeline Execution Fail issue after TC\TE upgrade Hi, Avalonia looks like to be some set of UI controls that SmartBear decided to migrate to for some reason - https://support.smartbear.com/testcomplete/docs/general-info/version-history/features-added-to-ver-15-78.html Looks like either problem with controls themselves or the way they are used in TC... :( Re: Testcomplete closed itself Hi, What script language your test project is based on and what is OS version? We have some complex JScript-based project and TC (any 14 and 15 version) crashes miserably on Win11 24H2. Everything is fine on Win11 23H2. Re: testFiltercriteria not applied simonaferrara Hi, And thank you for reminding about this solution. It did not work a year or so ago when we had the same problem with Test Adapter, but now it works (at least for us). Probably, Azure fixed something that did not work previously... Cheers, /Alex ========== Re: Working with Visual Test Hi, Unfortunately, as per my knowledge, VisualTest works for web pages only for now... :( (For .Net application you may try and consider Applitools Eyes with its Images functionality) Re: Use of Local Variables in Python Framework Hi, Some additional reading that I found inspired by reply from rraghvani and which was useful for me (who is absolutely not a Python guy): -- https://www.geeksforgeeks.org/pass-by-reference-vs-value-in-python/ -- https://stackoverflow.com/questions/986006/how-do-i-pass-a-variable-by-reference -- https://stackoverflow.com/questions/13530998/are-python-variables-pointers-or-else-what-are-they -- https://stackoverflow.com/questions/2612802/how-do-i-clone-a-list-so-that-it-doesnt-change-unexpectedly-after-assignment Re: How to call/get a keyword test ID in Testcomplete? Hi, While reply from rraghvani is correct and can be used for your case, the case itself rises a couple of questions. Is it really necessary to wait until the file is processed? Will your actual user wait for this? Is it possible to upload several files and check later if all of them were processed? Can your file or backend business logic be modified/simplified to make the (specially marked test) file to be processed immediately? If nothing from above is not an option, remember that parallel tests execution is not supported in TestComplete. This means that your test and the whole test box will effectively be blocked for 30 mins while waiting for 'Completed' to appear. You and your developers may consider to issue some event when file processing is over and let TC know about this - https://support.smartbear.com/testcomplete/docs/testing-with/advanced/handling-events/creating-handlers/for-external-com-objects.html for more details. Re: Can Testcomplete connect to two android mobile devices through local appium at the same time? Hi, If Appium itself supports connection to more than one device, then you should be able to get what you need. https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/mobile/mobile/index.html