Please find the attached gif file with the error message.
What am I doing wrong?
5 Answers, 1 is accepted
There is an error with our control descriptor for text box. We will try to fix the problem for the next SP release.
Mean while you can verify against the Value attribute:
1. Click the Attributes button in the "Build Verification" screen
2. Then select the 'Value' attribute
Thank for your time.
Nikolai
the Telerik team

I am getting the below error most of the times - I am unable to run any of the recorded scripts.
I was running some tests on WebUI QA Studio and I was getting the below error (operation timeout). Now I am using Developer edition , in VS 2008, I have recorded three tests (.aii) - two of them I have modularized. Again I get the same error as below , I cannot run this test. How can I correct this problem ? Please help.
regards,
Neeraj
--------------------------------------------------
'23/09/2010 14:29:13' - Error encountered during execution.
--------------------------------------------------
'23/09/2010 14:29:13' - Error launching the runner. Error: System.TimeoutException: The operation has timed out.
at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
at ArtOfTest.WebAii.Design.Execution.RunnerController.Launch(Int32 waitForReadyTimeout, String pathToRunner)
--------------------------------------------------
'23/09/2010 14:29:13' - Aborting....
I have to admit we've seen this error before but were unable to identify what is causing it so far.
First of all, can you please make sure you don't have a runner process pending? Kill any process like that as well as close any open browser (and kill browser process if any pending) and try again. Does that help?
If you still get the error can you please share all the info about your environment so that we can try to reproduce the error? The OS and browser info is important also please share what version of the .Net framework is installed on that machine.
Can you please check if you get the same error on another machine?
Regards,
Konstantin Petkov
the Telerik team

I am running these tests on IE 8.0,
.NET 2008 , 3.5 SP1 and Windows XP.
I was not getting this error until I tried
doing a validation on a textbox (the
reason why I opened this ticket). After this
my tests atleast the first time (most of the
times) seem to throw this timeout exception.
If I run them again then they seem to work.
Perhaps you can simulate this scenario in your
environment and then reproduce.
Please let me know if you were able to reproduce
this or need more information on my side.
I spent some time running the same environment and got no error executing tests -- XP SP3, IE8, VS 2008 SP1.
It could be a shot in the dark but can you please try enabling annotation during execution? It will slow down the execution a bit and could help by connecting to the controller a bit later. You can find the Enable/Disable annotation option in the Steps toolbar right next to the browser drop down. Just check that and try with some execution delay (by default the value is 400 millis).
All the best,
Konstantin Petkov
the Telerik team