Telerik Forums
Test Studio Forum
18 answers
215 views
Hello,

Sometimes I get "Wait for condition has timed out" error in FF 3.6.8 on executing the following step:
RadPanelBarItem: 'Units' action -> 'Navigate' to 'javascript:SetUrl('Units/Parts/UnitsRibbon.aspx','Units/Parts/UnitsLeftPanel.aspx','Units/Parts/UnitsMainContent.aspx');'

I've set 'Wait on elements timeout"=25000 but it did not help.

Error text:
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.Actions.InvokeScript(String script)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.GetValue[T](String propertyName, T defaultValue)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.GetValue[T](String propertyName)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.CallMethod[T](String methodCall)
   at Telerik.WebAii.Controls.Html.RadPanelBarItem.get_NavigateUrl()
   at Telerik.WebAii.Controls.Html.RadPanelBarItem.get_ShouldNavigate()
   at Telerik.WebAii.Controls.Html.RadPanelBarItem.Navigate()
   at Telerik.WebAii.Design.Translators.Html.PanelBar.RadPanelBarItemActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()

This error is absent in IE.

Could you help me please to avoid the error?

Thank you in advance.
Cody
Telerik team
 answered on 13 Apr 2011
1 answer
75 views
Hi Team,
 
Im using webaii 1.1 and webaii design canvas 1.1 with NUnit for automation scripts execution.We have automated a customized CRM application.Currently our scripts do not run if we minimize our application,how can we add a feature so that our scripts can run in backend even if we disconnect from our VPN connections.

Please suggest.

Thanks

Regards
Dev
Cody
Telerik team
 answered on 13 Apr 2011
1 answer
140 views
Hi,

In our web abpplication, we have tree view , in whic user can select an item and  right click on it, browser will display the Context menu with some options, these context menu options allow the user to perfrom some more operations.


Ex: I will choose a file name from particualr page and then right click, it will display a context menu with Copy, delete and rename. Later if the user choose Copy option from the context menu will display another dialog with tree view of folders, where destination for the copy can be choosen.

These context menu actions are not getting recorded or identified by the Web UI test tool.

Is there a way to over come this problem

Regards,
Cheluvambike

Stoich
Telerik team
 answered on 13 Apr 2011
1 answer
68 views
Hi,

I would like to know, how to add the conditional statements in to our test and make them customizable?

Regards,
Cheluvambike
Anthony
Telerik team
 answered on 11 Apr 2011
3 answers
145 views
I'm testing some urls in my tests and sometimes I've got 
ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'09d3436d-e7e3-42aa-bd1a-1214bf54e2a8',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.TimeoutException: Timed out waiting for command to be handled
   at ArtOfTest.WebAii.Messaging.Process.BrowserHttpRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId, Int32 timeout)
   at ArtOfTest.WebAii.Messaging.Process.BrowserHttpRemoted.ProcessBrowserRequest(BrowserCommand command, String requestId)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)

on 
browser.NavigateTo(url);

Testing page have flash elements and sometimes snippets. I turn off autoWaitUntilready setting.

I've checked browsers and system configuration. I'm using 2010.3.1421 webaii version and I'm testing on windows server 2003.
I run it in all browsers (IE7, IE8, safari and Chrome) and in all of them it's the same issue.
Stoich
Telerik team
 answered on 11 Apr 2011
1 answer
91 views
Hello all,

I have a generated RadGrid with four columns populated from a database on my aspx page.  I have a a button which when clicked, sets isItemInserted =true, and (intended) will populate the insert Text Boxes with some data gathered from the user( somewhere else on this page).

   I want to set the text for two of the insert text boxes in the code behind. So far, I have tried to get the columns from the radGrid, but cannot find the cells that add new record generates. Any help is appreciated.

Thanks,  
              George
Radoslav
Telerik team
 answered on 11 Apr 2011
2 answers
333 views

I have a test case here you verify that the color selected using the tool in the application is the color displayed as a background in the application. Similarly I have another test case to verify the color selected for the foreground as well.

The tool itself is very simple, For the background only one color is an option, however the user has the ability to select the shades, using a gradient slider. For the foreground, the user gets to pick from a set of colors.

I see from the videos that there is a way of doing this in the Dev Edition.

Any possibility that we can automate these test cases to be able to verify that the selection made in one place is what is applied in another.....in the QA edition?

Thanks,
QA
QA
Top achievements
Rank 1
 answered on 08 Apr 2011
1 answer
117 views
Does WEB UI Test support concurrent testing?.

We are hosting our web application on the cloud, where i need to perform some muti tenant testing. Is it possible to perform the same using this tool?

Regards,
Cheluvambike
Daniel Levy
Telerik team
 answered on 08 Apr 2011
2 answers
112 views
Hello,
I am using Telerik WEBUI test too QA edition trail version and trying to explore its features in order to decide if we want to use it for our application.

I have a scenario where in When I click on Menu and select a menu item EXIT. a modal pop up open as show in the attached pic. Using the telerik test tool QA edition, I am not able to capture or record this modal pop up.

Can you Please let me know, how to get this to work.

NOTE: I have also added few other threads with questions. I would appreciate if you can help me with those as well.

Thanks,
Anju
Anju
Top achievements
Rank 1
 answered on 08 Apr 2011
5 answers
276 views
Hello,

I have run into some simple(hopefully) issues. I am trying to test these scenarios.... and cannot figure out how to to add a verification that checked if something is enabled or disabled based on a checkbox being checked or not.

Test Scenario 1:
Unchecking a checkbox should disable three things, 1. Text Box, 2. Title background color changes field and 3. Title foreground color changes.

Test Scenario 2:
Checking a checkbox should enable three things, 1. Text Box, 2. Title background color changes field and 3. Title foreground color changes.

Test Scenario 3: Is it possible for Web UI to distinguish between two colors? I need to make a selection for a background color and ensure that the change reflects in the background on the App. Possible?

Let me know if any of the above can be done.
QA
Anthony
Telerik team
 answered on 07 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?