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 Kasim52Views1like0CommentsChromium Embedded Browser support for version 102 and above
The current version of Chromium 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.201Views0likes0CommentsLimit Amount of Logs Kept by Time Frame
Instead of limiting the number of logs kept by Test Complete by a count, it would be nice if it they could be limited by a time period. For example, keep the last Month of test logs. This would be useful for users who run a high volume of tests in a short amount of time, but would still like to keep their output logs under control and accessible.476Views6likes0Commentschoose monitor for logging
Hey, it would be great if the log would not display the whole screen from 3 monitors which are in use. Better would be that TestComplete checks where the tested application runs and just make screenshots for the log from this monitor - or implement an option to choose which monitor should be logged. Attached is a screenshot from a log with 3 monitors.464Views1like0CommentsCode Metrics
Code Metrics should capture more metrics like: Unreachable code - statements present after return statement Methods having more than one return statement - ideally a method cannot have more than one return statement Unused methods, variables Un initialized variables409Views0likes0CommentsSpecify Filename of Screenshot with Post Screenshot Operation
The screenshots in the Log files on the file directory would be much more useful outside of Test Complete if you could specify the filename when the screenshot is taken. Ideally, you would be able to specify the filenames always, but at least it should be an option to specify the filename of a screenshot when one uses the Post Screenshot Operation.423Views1like0CommentsAdd image into the Test Visualiser when using If object exists in keyword view
When creating an If Object exists/not exists condition in keyword view, is it possible to also show the object in the Test Visualiser. Sometimes the Name Mapping shown is not at all obvious what it is actually checking, so a image to see would be useful and quicker than having to look in the Name Mappings to see the objects image.411Views0likes0Comments