Hello,
I am trying to record a new test and play that test back. Its a simple test. I am having following issues in that:
In Recording Test:
- When I click 'Record' button, it opens up two instances of Internet Explorer. (First Problem)
- I am navigating to http://google.co.in site. Then I am entering a simple search string. And then I Stop recording and closing my browser.
While Playing Back:
- When I click Execute button, it shows following: (Second Problem)
connecting to controller
connected!
Executing test: 'New Test'
Mode: 'QuickExecution'
Browser: 'InternetExplorer'
baseUrl: ' '
and then after sometime it closes that window.
I found from test log that it showing following error:
--------------------------------------------------
'10/22/2010 2:39:12 PM' - Error encountered during execution.
--------------------------------------------------
'10/22/2010 2:39:12 PM' - Error attempting to ping runner. Error: System.IO.IOException: Pipe is broken.
at System.IO.Pipes.PipeStream.WinIOError(Int32 errorCode)
at System.IO.Pipes.PipeStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.Pipes.PipeStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at ArtOfTest.WebAii.Messaging.Process.PipeCommunication.WriteCommandToPipe(PipeCommand command, PipeStream pipe, Boolean waitForDrain)
at ArtOfTest.WebAii.Design.Execution.RunnerController.Ping()
--------------------------------------------------
'10/22/2010 2:39:12 PM' - Aborting....
Please help me as soon as possible as I am trying to evaluate this product and having only demo version which will expire after 5 days.
Thanks in advance.