ContributionsMost RecentMost LikesSolutionsRe: Chrome does not react on TestComplete 12 I did not have the problem you mention with Chrome, but I didn't try TestComplete 12 with Chrome. I did run into a problem with TestComplete 12 and IE though, and like you I logged a support issue and have stayed with TestComplete 11 for now. I mention this since you were asking for other user experiences and I am on the forum looking for other people's experience with TestComplete 12. I'm interested in moving to TestComplete 12 but so far i'm getting the feeling I should expect to waitfor the next minor update to fix some problems. -Adam Re: Anyone know how to get Unix Time using DelphiScript? Sorry to answer my question, but it turned out this was easy to calculate using TestComplete DateTime methods. iUnixTimeInDays := aqConvert.VarToFloat(aqDateTime.TimeInterval(Now(), aqDateTime.SetDateTimeElements(1970,1,1,0,0,0))); iUnixTimeInSeconds := iUnixTimeInDays * 24 * 60 * 60; Anyone know how to get Unix Time using DelphiScript? I need the current datetime formatted as Unix time (the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970). Anyone know how to get that value? We are using TestComplete 11 and DelphiScript. Thanks, Adam SolvedRe: Unable to connect to Windows 10 machine with distributed test I found what seems to be the problem on Windows 10. This is what I sent to SmartBear support, and making this change has worked for us. It looks like I found the group policy setting that needs to be changed, “Require use of specific security layer for remote connections”. This setting is Not Configured by default and I confirmed that’s it’s set the same in Windows 8 and the connection from TestComplete works on Windows 8. From reading online it seems Windows 10 changed the how this setting works by default. My initial feeling is you’ll need to tell people to change this setting on Windows 10 to Enabled and Negotiate. I did not find anything in the TestComplete help that referenced this setting. Unable to connect to Windows 10 machine with distributed test We have a lot of machines in use for distrubuted testing but I just created some new Windows 10 VMs and can't get the distributed test connections to work. I get the error "Verification failed: unable to create a user session on the remote computer." I went through the online help and changed all the settings that are suppose to be changed. I was wondering if there was something I missed or if there is a problem with TestComplete and Windows 10. If someone else has this working on Windows 10 I would at least now it's just a setup issue on my end somewhere. I am using the RTM version of Windows 10 Enterprise through MSDN and TestComplete 11. Thanks, Adam Re: Meet TestComplete 11 FYI, our problem was resolved by support by them creating newlicenses for us. Apparently some of our licenses were "VM-Enabled" and some were not and the different license types couldn't be activated on the same license server. Support made all the licenses "VM-Enabled". Still doesn't entirely make sense to me, but the problem was resolved. -Adam Re: Meet TestComplete 11 Yes, i'm sure i'm on the license server. I'll see what support has to say. Thanks, Adam Re: Meet TestComplete 11 Thanks, I started through those steps, but on my Sentinel Keys screen I don't see this ..."option on right sight of screen to download 'C2V' file." Re: Meet TestComplete 11 Thanks, the problem is not upgrading licenses, I have the licenses, the problem is activating them and I followed the steps for activating. It's not ideal that we have a handful of different floating licenses that need to be acitivated, it would be more user friendly if they were all combined into one license. I understand that might not be totally possible with different license experation dates, but including both TC and TE I have 8 different floating licenses that need to be activated. -Adam Re: Meet TestComplete 11 I still have a problem, I was only able to activate one of our floating licenses. Activating any additional license givesan error that there is already a license installed. I confirmed we do not have access to all our licenses and sent and email to support about this problem. -Adam