Change the TestComplete language to German
Hi everyone, I want to change the language of TestComplete and the Report Log to German. Menu on the top of TC are File, Edit, View, Debug, Tools, Help, etc. The Report's logs are written in English (The results of CheckPropery, CompareProperty, etc.) Language and region settings on my Windows's Desktop are German. I also run the following code: function changeLanguage(){ aqEnvironment.LanguageForNonUnicodePrograms = "Deutsch (Deutschland)"; } Unfortunately, I couldn't succeed. Best regards Kasim12Views0likes0CommentsTestComplete no longer record my test
TestComplete stop recording my test without any reason I was working before then stop working I add a video to show what is happening this is on a desktop application, testcomplete version is the 15.59.7 x64 if any of you guys know how to fix this problem is going to be really helpful for me thanks in advances.379Views0likes13CommentsVLC screen recorder - missing beginning
Hi, I was happy to find TC extension for screen recording based on VLC and somehow it works but.... When test is longer than let's say 1minute, initial 24 seconds of the video are missing. I tried with different codecs (other than h624) but quality is so poor. The same happens when I start recording from PowerShell level in test queue based on my on commandline VLC operation. Anybody had same problems, any solution ? VLC 3.0.17.4586Views0likes3CommentsLog Folder Items, Set the Icon while inside the stack (or auto detect on some hiearchy)
I thought this should just be a feature already and I posted asking for help to get it to work. https://community.smartbear.com/t5/TestComplete-General-Discussions/Log-Folder-Icon-Checkpoint-Over-Message-Javascript/m-p/200736#M37434 The log folders are real nice for cleaning up the logs but they only change Icon's if the Folder contains an Error or a Warning. I want LogFolders to show a green if it contains a checkpoint. A common sense order of importance Error > Warning > Checkpoint > Message. Instead it's showing Error > Warning > Message. I think it should even auto detect based on the Log item's priority that has been set. Or just a method to hit ie, Log.CurrentStack(iconWarning, priorityHigh); function TestScriptLog() { Log.AppendFolder("This folder Icon should be an Error"); Log.Message("Informational in Folder","",pmNormal); Log.Checkpoint("Checkpoint in Folder","",pmNormal); Log.Warning("Warning in Folder","",pmNormal); Log.Error("Error in Folder","",pmHighest); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be an Error"); Log.Message("Informational in Folder"); Log.Checkpoint("Checkpoint in Folder"); Log.Warning("Warning in Folder"); Log.Error("Error in Folder"); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be a Warning"); Log.Message("Informational in Folder","",pmNormal); Log.Checkpoint("Checkpoint in Folder","",pmNormal); Log.Warning("Warning in Folder","",pmHighest); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be a Warning"); Log.Message("Informational in Folder"); Log.Checkpoint("Checkpoint in Folder"); Log.Warning("Warning in Folder"); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be a Checkpoint"); Log.Message("Informational in Folder","",pmNormal); Log.Checkpoint("Checkpoint in Folder","",pmHighest); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be a Checkpoint"); Log.Message("Informational in Folder"); Log.Checkpoint("Checkpoint in Folder"); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be an Informational"); Log.Message("Informational in Folder","",pmHighest); Log.PopLogFolder(); Log.AppendFolder("This folder Icon should be an Informational"); Log.Message("Informational in Folder"); Log.PopLogFolder(); }Import existing Files by code in Editor
Hello there, I want to import a python script file in a specific subfolder in the script folder. But I want to do it by code. I know there are those visualizer subfolders and xml files but I don't know how to get those cryptic keys in there to show my imported python file. Is there a simpler way? If not, how to get those crypic keys? Regards130Views0likes1CommentChromium Embedded Browser support for version 102 and above
The current version ofChromium Embedded Browser supported by TestComplete is 88, but we need to develop automation for applications having version 102 and above, hence request to support the version 102 and above for achieving greater automation coverage using TestComplete.145Views0likes0CommentsEnabling (or disabling) visualizer's auto-update frames during the run by script
Hi all, I'd like to activate a project option by script : the "auto-update frames during the run" of the Visualizer. Is it possible or is there any workaround to activate it (or an equivalent) dynamically? Thanks for your help ! Loïc429Views0likes3Comments