Hi,
I'm new to the test studio and still exploring the functions of Test studio. I run into a problem when I try to use scheduled test run.
I’m testing a desktop WPF application. I have already finished the WPF test case, run it locally successfully. I setup a test server which has test scheduler and executor. Run the test successfully.
Now, I went back to the test case, clicked configure, I changed the WPF application path to default path. (I have already setup the default path) basically what I did is change the setting from picture 1 to picture 2.
Then I run the test again locally, it worked, I scheduled a test run, I got this error message from the test executor:
------------------------------------------------------------'6/20/2012 10:17:06 AM' - Using .Net Runtime version: '4.0.30319.269' for tests execution.'6/20/2012 10:17:06 AM' - Starting execution....'6/20/2012 10:17:08 AM' - Failure detected during execution. Details:------------------------------------------------------------'6/20/2012 10:17:08 AM' - System.Exception: Unable to detect an application to launch for test 'WPFTest+verfication'. Make sure you configure an application for this test by clicking on 'Configure' from the 'Record' tab. at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWpf(ExecutionEngineCreateParams initParams) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)------------------------------------------------------------'6/20/2012 10:17:09 AM' - Test completed!
I don’t know why it can’t launch the application. Did I miss something or did something wrong?
Thanks for your help!
Jing