Hi,
I came across a issue at browser level. Whenever I ran script, its opening the login page& logging in the user in IE browser correctly. If I run the same script in Fire fox or Safari browsers, then just script is running up to login page& script not entering the login details.
Our Application is already Browser Compatible i.e. it allows users to login in FF&Safari if user perform manually.
Message in Test Viewer is
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()
Any ideas?
Thanks
I came across a issue at browser level. Whenever I ran script, its opening the login page& logging in the user in IE browser correctly. If I run the same script in Fire fox or Safari browsers, then just script is running up to login page& script not entering the login details.
Our Application is already Browser Compatible i.e. it allows users to login in FF&Safari if user perform manually.
Message in Test Viewer is
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()
Any ideas?
Thanks