Steps to reproduce: 1) Setup Windows Server 2012 and IE 10 environment, the machine should also have an existing project with at least one web test (very simple) 2) Use ArtOfTest runner to run the web test (eg. ArtOfTest.Runner.exe test="C:\Users\Telerik User\Documents\Test Studio Projects\TestProject1\Webtest.tstest") Expected result ArtOfTest runner executes the test Actual result IE10 browser is launched however it remains blank and the test does not continue, example execution log below: ------------------------------------------------------------ '11/13/2013 11:12:43 AM' - Using .Net Runtime version: '4.0.30319.18033' for test execution. Build version is '2013.1.1002.0'. '11/13/2013 11:12:43 AM' - Starting execution.... '11/13/2013 11:13:44 AM' - Failure detected during execution. Details: ------------------------------------------------------------ '11/13/2013 11:13:44 AM' - System.TimeoutException: Wait for condition has timed out at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target) at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType) at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout) at ArtOfTest.WebAii.Core.Manager.WaitForBrowserToConnect(Int32 browserIndexToWaitFor) at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments) at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWeb(ExecutionEngineCreateParams initParams) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command) ------------------------------------------------------------ '11/13/2013 11:13:44 AM' - Test completed!