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

Time out Error

1 Answer 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joseph
Top achievements
Rank 1
Joseph asked on 16 May 2011, 10:18 PM
Hi team

Hi am building an automation for SharePoint and I have a problem.  Basically it is timing out.  I am navigating to a SharePoint site, i've asked for my credential, telerik is sending the correct values and the credential are working ok. But the logon is the second step...
How the applications stays in the first step and it is inserting the credential, then fails on the first item, but already insert and accept correct credentials (second step)... fails on the first one....

Overall Result: Fail
------------------------------------------------------------
'5/16/2011 2:12:18 PM' - Starting execution....
'5/16/2011 2:12:18 PM' - Detected a Silverlight Test. Setting EnableSilverlight=True
------------------------------------------------------------
'5/16/2011 2:13:12 PM' - 'Fail' : 1. Navigate to : 'http://testing.workengine.com/sites/epmwe/default.aspx'
------------------------------------------------------------
Failure Information: 
~~~~~~~~~~~~~~~
Wait for condition has timed out
InnerException:
System.TimeoutException: Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.WebAii.Core.Browser.WaitUntilReady()
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(Uri uri)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(String url)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.NavigateToActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
------------------------------------------------------------
'5/16/2011 2:13:12 PM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'5/16/2011 2:13:12 PM' - Overall Result: Fail
'5/16/2011 2:13:12 PM' - Duration: [0 min: 43 sec: 685 msec]
------------------------------------------------------------
'5/16/2011 2:13:15 PM' - Test completed!

1 Answer, 1 is accepted

Sort by
0
Stoich
Telerik team
answered on 17 May 2011, 11:49 AM
Hello Joseph,
    this is a peculiar issue. Which browser are you using to run your test when this behavior is exhibited? Is it IE? Try disabling all the add-ons in your browser. Specifically if you have Google Toolbar make sure it's disabled.

Let me know whether this resolves the issue.

Regards,
Stoich
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
General Discussions
Asked by
Joseph
Top achievements
Rank 1
Answers by
Stoich
Telerik team
Share this question
or