------------------------------------------------------------
'27/09/2012 11:59:31' - Using .Net Runtime version: '4.0.30319.269' for tests execution.
'27/09/2012 11:59:31' - Starting execution....
'27/09/2012 12:00:20' - Failure detected during execution. Details:
------------------------------------------------------------
'27/09/2012 12:00:20' - 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)
------------------------------------------------------------
'27/09/2012 12:00:21' - Test completed!
Regards,
Nathan
When I try to run the recorder on my silverlight application it gives me the "Unable to Connect to Silverlight Application" and asks if I need help. I clicked Yes and did everything that the help site said to do but it still does not work.
Silverlight version: 5.1.10411.0
Test Studio version: 2012.1.719.0
Thank you!
Dave
I need first close a pop up in C#; yes I am slowly going to the dark side (GRIN). I would like to code the clicking yes of a pop up that appears with the title of “Internet Explorer” with the following buttons of “Yes” and “No”. Please see attached file.
I’m looking for something like this:
While (Internet Explorer pop up is returning its ugly face) {
Click yes
}
Thanks,
John