AlexKarasCommunity HeroJoined 12 years ago6205 Posts3476 LikesLikes received917 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Dark Mode for .mht files? > something that's viewable in native Chrome .mht files are supported by IE only (thus IE mode must be enabled in Edge). Unless Google added support for .mht to Chrome... Re: Add Unity/Game Engine extension to TestComplete Not sure about games testing using TestComplete, but other areas (architecture, construction, automotive, ...) sound like a good reason for Unity support. Re: Script Test - Show Usage/references Hi, Doesn't global search for function name work for this? Re: Dark Mode for .mht files? Hi, As per my knowledge, .mht is just an archive of web page with all required resources been included into it. Browser renders .mht file as a local web page without the need to request web server. This means that either color scheme can be included in the file when .mht is created (and this means that it always be rendered in dark mode if it was initially created for dark mode) or that the page may be (significantly) complicated at the moment of log export to .mht, by adding to it the functionality to switch locally between light and dark modes directly in the browser. Both approaches, for sure, are doable... Re: Is there a way to disable the usage of the tcMSVCHook.dll? medmonds wrote: disabling the Open Application functionality for my application. But that wasn't a real solution as we need some of the Open Application features in our testing. Hi, Based on the dll name and the fact that TC can operate without it, it is my guess that this dll relates to C/C++ Open Applications functionality. If your tested application is not C-based, you may try to disable C-related extensions (File|Install Extension... main menu) and check if it helps. Also I would recommend to create Support ticket via Help|Contact Support main menu (you will have to request ticket creation and describe your problem in the chat window, not via some sort of form). Re: 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.