ContributionsMost RecentMost LikesSolutionsSLM - License migration to SmartBear License Manager 1.3.0 and proxy Hi, currently we use a central Sentinel Admin Control Center on the Internet due to the many locations. On each TestComplete and TestExecute installation there is also a local Sentinel Admin Control Center as proxy for accessing our central Sentinel Admin Control Center on the Internet via our site proxy. This functionality is no longer available in the new SLM. In the SLM installation directory, there is a default.policy file with proxy section. c:\Program Files\SmartBear\LicenseManager\jre\lib\security\default.policy. Can I use this default.policy file to access our central SLM on the Internet voa proxy, or how can I access our SLM on the Internet via a proxy without using third-party products? SolvedRe: Web Testing (Webdriver update) The internal TC online licensing uses this old Chrome library, not me. "... This was because the application control blocked the TC software licensing connection because the TC licensing was identified as Google Chrome version 85. ..." For web testing, I unfortunately have to use Edge most of the time. 🤕 Re: Web Testing (Webdriver update) Thanks for the link, I always put that as a requirement for installation. But it is ignored because system updates have a higher priority than anything else. If the development team is indeed small, then releasing new features has to give way to IT security. In March, I was unable to license TC online despite internet access. This was because the application control blocked the TC software licensing connection because the TC licensing was identified as Google Chrome version 85. Unfortunately, this browser version was not allowed. Web Testing (Webdriver update) Hi, Our customers need to keep their IT system up to date, so the web browsers are also constantly updated. I need to change my web tests to image-based action control. Why are the latest web browser updates not supported? TC/TE & MS Edge is slower than allowed by the police Hi, I am trying to create a web test scenario with MS OWA. This test takes a total of 120 seconds, of which I unfortunately wait 60 seconds for the login to be specified and the login button to be clicked. filters have not brought any improvement. Is there any way to speed up access to the Edge? Edge and "Object Spy" does not work Hi, is "Object Spy" still under development or has it already been discontinued? With Edge incl. extension the "Object Spy" is unusable. TC Version: 15.46.9.7 x64 Re: TC: Array in KeywordTest Hi rraghvani, thanks for the tip, here is the correction: Sub INIT_ICO 'Project.Variables.ICO_XX = "09" 'Project.Variables.APP_XX_NAME = "notepad" For Each i In Array(Project.Variables.ICO_XX) Project.Variables("APP_" & i) = Project.Variables.APP_XX_NAME Log.Message(Project.Variables("APP_" & i)) Next End Sub TC: Array in KeywordTest Hi, how can I implement these VBScript lines in KeywordTest? Sub INIT_ICO Project.Variables.ICO_XX = "09" For Each i In Array(Project.Variables.ICO_XX) ProjectSuite.Variables("APP_" & i) = "APP_" & i Next End Sub Re: TC "Log Message" with "Code Expression" Hi rraghvani, now I have the solution. With VBScript it only works with "CStr(MyBooleanVariable)" otherwise the log entry remains empty. Tested with TC Version: 15.44.11.7 x64 15.45.31.7 x64 Re: TC "Log Message" with "Code Expression" Hi rraghvani, the log output with "Code Expression" does not work when I want to write the content of the varailbe of type "boolean" to the log.