Hallo Telerik Team,
I got a Problem with my WPF application. It doesnt matter what i Record. In all case the Programm is recording my interaction correct(all Values for example name or fullname are correct.) however if i start the replay it does nothing.
The Log shows a NullReferenceException.
------------------------------------------------------------
'10/9/2012 1:08:09 PM' - Using .Net Runtime version: '4.0.30319.544' for tests execution.
'10/9/2012 1:08:09 PM' - Starting execution....
'10/9/2012 1:08:54 PM' - Failure detected during execution. Details:
------------------------------------------------------------
'10/9/2012 1:08:54 PM' - System.NullReferenceException: Object reference not set to an instance of an object.
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)
------------------------------------------------------------
'10/9/2012 1:08:55 PM' - Test completed!
I use in my WPF app the RadControl from Telerik.
I had already test a other Application without Radcontrole. At this works fine.
Pls Help