This is a migrated thread and some comments may be shown as answers.

Error Pipe is broken

2 Answers 165 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 22 Apr 2013, 02:49 PM
I am using a procedure which is checking the controls of an dynamic loades page.
The page is loaded via a menu links with different product parameters.
The link is clicked as an step, then the procedure is called in an following step.

Sometimes I get this error:
------------------------------------------------------------
'22.04.2013 16:45:27' - Error encountered during execution.
------------------------------------------------------------
'22.04.2013 16:45:27' - Error attempting to exit 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.Design.Execution.RunnerController.Exit()
------------------------------------------------------------
'22.04.2013 16:45:27' - Aborting....


Hmm, getting more and more frustrated

2 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 23 Apr 2013, 07:38 AM
Seems to me i solved it myself. I Think its an timing problem. After each click i included a WaitFor-Step for an object on the reloaded page.
0
Velin Koychev
Telerik team
answered on 24 Apr 2013, 03:27 PM
Hi Michael,

I am glad to hear you were able to resolve this problem on your own. Let us know if you need further help.

All the best,
Velin Koychev
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Velin Koychev
Telerik team
Share this question
or