In order to get a better picture of the results of our tests, we're trying to run them on a remote server.
Test Runner is configured to run on start-up - but it only seems to activate when a user remotes in to the headless server via RDP.
The machine is rebooted occasionally, and I typically discover this by selecting Run List Remotely in Test Studio - then finding no remote computers available to run my tests (these are tests of an ASP.NET MVC website).
When this happens, I remote into the server and Test Runner starts, then I can continue testing until the machine is rebooted again.
I tried creating a scheduled job via PowerShell to start the Test Runner via Telerik.TestStudio.Scheduling.Client.exe... but that doesn't seem to have solved the problem.
I found this in the Test Studio documentation: http://docs.telerik.com/teststudio/knowledge-base/scheduling-kb/keep-active-session
It says "Telerik tests running against HTML-based web applications (ASP .NET and others) frequently can work on a locked machine because most test steps don't use the mouse or keyboard."
That doesn't seem to be the issue - the issue here seems to be that a user account hasn't logged in in the first place.
The article also cautions against the approach documented on Windows Server 2008. The server I'm working with is Windows 2008 RT Enterprise SP1.
So what is the best way to correct this issue - preferably using PowerShell if scripting is required?
Test Runner is configured to run on start-up - but it only seems to activate when a user remotes in to the headless server via RDP.
The machine is rebooted occasionally, and I typically discover this by selecting Run List Remotely in Test Studio - then finding no remote computers available to run my tests (these are tests of an ASP.NET MVC website).
When this happens, I remote into the server and Test Runner starts, then I can continue testing until the machine is rebooted again.
I tried creating a scheduled job via PowerShell to start the Test Runner via Telerik.TestStudio.Scheduling.Client.exe... but that doesn't seem to have solved the problem.
I found this in the Test Studio documentation: http://docs.telerik.com/teststudio/knowledge-base/scheduling-kb/keep-active-session
It says "Telerik tests running against HTML-based web applications (ASP .NET and others) frequently can work on a locked machine because most test steps don't use the mouse or keyboard."
That doesn't seem to be the issue - the issue here seems to be that a user account hasn't logged in in the first place.
The article also cautions against the approach documented on Windows Server 2008. The server I'm working with is Windows 2008 RT Enterprise SP1.
So what is the best way to correct this issue - preferably using PowerShell if scripting is required?