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

[Solved] WebAii testing bug

2 Answers 80 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.
Jonathan
Top achievements
Rank 1
Jonathan asked on 26 Sep 2011, 01:32 PM
Hi,

We are using WebAii to automate UI testing of our Silverlight Application.

We have found a bug with FrameworkElement.User.Click(), it doesn't respect the zoom level of the browser. If the zoom level is not default, it will click the wrong place (ie not on the selected element).

Is this the right place to discuss issues?

Thanks,
Jon

2 Answers, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 28 Sep 2011, 03:49 PM
Hello Jonathan,

This issue pertains to the Telerik Testing Framework.

This is expected behavior. All browsers must be at 100% zoom level for test execution to perform correctly. Although targeted at a recording issue in Test Studio, the resolution in this article outlines the needed settings.

Silverlight and WPF applications do not allow  the injection of click, select, and set text events directly into the DOM. The Framework has to simulate system wide mouse moves, clicks, and key presses instead. The browser must be at 100% default zoom level for these actions to perform correctly.

Best wishes,
Anthony
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Cody
Telerik team
answered on 28 Sep 2011, 04:22 PM
Hi Jonathan,

P.S. Yes this is the right place to ask about such issues and possible bugs, or simply when you need assistance with our framework API. Thanks for asking!

Kind regards,
Cody
the Telerik team

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