I have a exported telerik Tests from Test Studio into Visual Studio, but I cannot run the tests.In Test Studio, they run, in Visual Studio, the same test gave the message following.
Can yomeone tell me, what I have to to in Visual Studio to run the tests?
------------------------------------------------------------
'01.08.2012 10:02:53' - Using .Net Runtime version: '4.0.30319.269' for tests execution.
'01.08.2012 10:02:53' - Starting execution....
'01.08.2012 10:02:53' - Detected a Silverlight Test. Setting EnableSilverlight=True
'01.08.2012 10:02:53' - Failure detected during execution. Details:
------------------------------------------------------------
'01.08.2012 10:02:53' - System.ApplicationException: Exception thrown attempting to launch Silverlight application. Please make sure Silverlight is properly installed and you are able to launch it. ---> System.ArgumentException: Invalid path to Out-Of-Browser application: http://dmm-vm-prod/MediaCenterTRANS/
at ArtOfTest.WebAii.BrowserSpecialized.SilverlightOutOfBrowser.SilverlightOutOfBrowserActions.LaunchNewBrowserInstance(Int32 timeout, ProcessWindowStyle windowStyle, String arguments, String pipename)
--- End of inner exception stack trace ---
at ArtOfTest.WebAii.BrowserSpecialized.SilverlightOutOfBrowser.SilverlightOutOfBrowserActions.LaunchNewBrowserInstance(Int32 timeout, ProcessWindowStyle windowStyle, String arguments, String pipename)
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)
------------------------------------------------------------
'01.08.2012 10:02:53' - Test completed!