ContributionsMost RecentMost LikesSolutionsChange encoding in the file from Storages.XML()Hello All, Anybody know how can I change encoding in saved XML file which created by TC? I wonna use Unicode for check Japanece language. Thanks, MaxRe: Test Execute not started. No connection to Sentinel LDK License managerI give 3 minutes to starting all services then starts TE.Test Execute not started. No connection to Sentinel LDK License managerIn my tested VMware TE 10.30 sometimes not started because service Sentinel LDK License Manager also not started automaticaly. It start happans only last time. May be need do some settings. How can I solve this problem?. Thanks, MaxRe: How to convert following string to a valid date formatNeed parsed your string: Get from string: - weekday - monthname - date - time - delete 'IST' - year if you use VB see web tutorial 'String Functions' part how cut string and get all needed information. http://www.w3schools.com/vbscript/vbscript_ref_functions.asp Then merge all to recognize by aqConverter. PS: For converting names to digits use 'Select ... Case' conditional statement: http://www.w3schools.com/vbscript/vbscript_conditionals.aspRe: How to convert following string to a valid date formatYou have not valid date string to be converted. Review Parameters which method aqConvert.StrToDateTime(S) recognizes: http://support.smartbear.com/viewarticle/58629/ TC 10.30. Performance Counters. Localhost hangs Test CompleteIn previous version I added some Couters and after upgrading TC it still works. But now I can't adding or editing Counters. I added localhost and after that TC with progress bar hangs for a long time. Anybody have such problem. Thanks, Max Re: Screen settings etc for reliable image comparison.if you have differences in color (and shape is match) so you can add much more color tolerance. It can be depend on what video driver you use. I'm afraid there is no solution. I have VM with the same problem and I use images only from it. As a last resort you can create some pictures from each computer and compare screenshot with each etalon.Re: Screen settings etc for reliable image comparison.I had the same problem and I use next code for set main window size: Call Aliases.MyApp.DevExFrameWindow.Restore Call Aliases.MyApp.DevExFrameWindow.Position(0, 0, 1600, 900) Re: Aqstring.find cannot find the stringI run your script and get "4", see my debager screenshot.Re: NameMapping issue on different resolutionsIn your case use functions (FindElement and FindElementParent) like in attached screenshot. Use '*' for skip always changed simbols in window name so on.