Telerik Forums
Testing Framework Forum
1 answer
59 views
Hi,

Does webaii 1.1 full support IE9?
I wish to run webaii1.1 automation cases in IE 9 environment, but after i set configuration for IE9 (follow IE 8 configuration guideline),
i found i cannot run these cases, it cannot navigate to expected pages. and below is the error message:

so if i wish to run webaii 1.1 case in IE 9, is there any work around solution?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
SetUp : ArtOfTest.WebAii.Exceptions.ExecuteCommandException : ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'IsReady',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_db84405b-5689-45cb-9054-1ceef82d7465',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.TimeoutException: Timed out waiting for command to process. Timeout='60000', Command:'BrowserCommand (Type:'Information',Info:'IsReady',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_db84405b-5689-45cb-9054-1ceef82d7465',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')'
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)


  ----> System.TimeoutException : Timed out waiting for command to process. Timeout='60000', Command:'BrowserCommand (Type:'Information',Info:'IsReady',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_db84405b-5689-45cb-9054-1ceef82d7465',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')'
Anthony
Telerik team
 answered on 13 Dec 2011
5 answers
158 views

Hello,
still it is not resolved plez help out of this problem



Failure Information:
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using
Find logic
 (Html): [id 'Exact' overridelink] AND [tagname 'Exact' a]

Unable to locate element. Search failed!

--------------------------------------------------
'6/23/2010 7:55:32 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
--------------------------------------------------
'6/23/2010 7:55:33 AM' - Overall Result: Fail
--------------------------------------------------

regards
Dileep.s

Anthony
Telerik team
 answered on 09 Dec 2011
2 answers
117 views
Hi!

I have a Silverlight application. While using ScrollToVisible I faced with the scroll issue. The vertical scroll bar did not reach the bottom of the container. Please, see the screen shot for details.

The example how I use ScrollToVisible method:

FrameworkElement parent = _app.Find.ByName("ParentName");

FrameworkElement element = parent.Find.ByTextContent("12052011_152435_");  

 
element.ScrollToVisible();
element.User.Click();

Also I used the ScrolltoVisible method with both ScrolltoVisibleType parameters but without any success.

Could you please advise how I can avoid such situation?

Thanks.

WebAii 2011.1.712.0
Windows XP Prof SP 3
IE 8
Plamen
Telerik team
 answered on 08 Dec 2011
2 answers
172 views
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
Anthony
Telerik team
 answered on 07 Dec 2011
2 answers
144 views
Hi there,
Reading the post located in http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/write-tests-in-code/silverlight-test-automation/introduction.aspx
I can see some limitations for the framework; for example "The automation only supports the XAP deployment method.". What does mean?

Br,
Rolando

Cody
Telerik team
 answered on 06 Dec 2011
3 answers
112 views
Hi,
After to get working the a basic example from http://www.telerik.com/automated-testing-tools/community/forums/test-studio-express/automation-framework/webaii-ui-testingfreamework--silverlight-example.aspx.

After that I wanted to create the example using Nunit using the pattern [SetUp] -  [Test] -  [TearDown]. but I got exactly the same error message (see the image)
http://tinypic.com/r/t5m9hg/5

Best Regards,
Rolando.
Rolando
Top achievements
Rank 1
 answered on 06 Dec 2011
1 answer
159 views
Hello,

I am trying to automate tests to my WPF App.

I have one comboBox. I record the test without a problem but when I played back it, it gave this error:

ArtOfTest.Common.Design.Exceptions.ElementFindException: Unable to locate element. Details: Attempting to find [Wpf] element using 
Find logic 
 (Wpf): [name 'Exact' Shdw] AND [XamlTag 'Exact' systemdropshadowchrome][XamlPath 'Exact' /border[0]/contentpresenter[0]/textblock[0]]


Unable to locate element. Search failed!


   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.WaitForAllElements(IAutomationHost host, AutomationDescriptor descriptor, Int32 timeout)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)


Can you help me?

Thank you.

Best regards,
Maria
Stoich
Telerik team
 answered on 06 Dec 2011
5 answers
318 views
Hi there,
looking inside of the site, I couldn't find a good example to create tests to a silverlight  app  by code (without use testStudio).
Any good resource?
thank you for your help!
Anthony
Telerik team
 answered on 01 Dec 2011
4 answers
141 views
Hi
I'm using webaii 2010.3.1421.0 and trying to handle a javascript Confirmdialog. 
First I used a button element as button and everything worked OK, but I had replace the button with an anchor and the the dialog handling stopped working.

The result after the change to an anchor is that the dialog popsup but after that nothing happends, the execution stop after the Find and Click statement.
Tested using Chrome, and it works with this, but when I'm using Firefox or Internet Explorer. When I'm using Chrome my FindByContent stops to work. :(


The code for handling the ConfirmDialog
public void ClickAcceptButton(DialogButton clickButton)
{
    var confirmDialog = new ConfirmDialog(TestContext.ActiveBrowser, clickButton);
    TestContext.Manager.DialogMonitor.AddDialog(confirmDialog);
    TestContext.Manager.DialogMonitor.Start();
             
    Find.ById<HtmlAnchor>("accept").Click(false); //this was Find.ById<HtmlInputButton>("accept").Click(false);
    confirmDialog.WaitUntilHandled(5000);
                        
    TestContext.Manager.DialogMonitor.Stop();
}

HTML
<a href='#' id='accept'>
    <span class='button-green'>Accept</span>
</a>



Thanks in advance!

Anthony
Telerik team
 answered on 01 Dec 2011
2 answers
90 views
Hi,

This might be an obvious answer to long term users of your forums, but:

We are in the process of comparing different programming frameworks for Web Automation (Selenium, Watin, WebAii) and cannot find an explicit statement on your site with regards to HTML5 and Silverlight5 support in the programming framework (only Test Studio).

Does the free WebAii programming framework support HTML5 or Silverlight5? 

Thanks for your help!

G.

Grim
Top achievements
Rank 1
 answered on 29 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?