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

WebAii UI testingfreamework - error trying connect to silverlight app

2 Answers 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rolando
Top achievements
Rank 1
Rolando asked on 06 Dec 2011, 10:17 PM
Hi,
Working to test a silverlight application I am getting a error wich says:"SystemTimeOutException:Timeout trying to connect to Silverlight App"
I would like to know if is possible to fix the timeout of the app in order to make work the test
see the image.
http://tinypic.com/r/2450z2w/5

2 Answers, 1 is accepted

Sort by
0
Rolando
Top achievements
Rank 1
answered on 07 Dec 2011, 03:59 PM
I have change my setup method

Now i am using the next code wich is working fine 
          Settings settings = GetSettings();
            settings.Web.EnableSilverlight = true;
            settings.Web.SilverlightConnectTimeout = 60000;
            // Override the settings you want. For example:
             Initialize(settings, new TestContextWriteLine(Core.TestContext.Out.WriteLine));
0
Accepted
Anthony
Telerik team
answered on 07 Dec 2011, 07:05 PM
Hello Rolando,

We're glad to hear you got it working. Let us know if you require further assistance. 

Kind regards,
Anthony
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Rolando
Top achievements
Rank 1
Answers by
Rolando
Top achievements
Rank 1
Anthony
Telerik team
Share this question
or