Tagged Questions
6
votes
0answers
388 views
Adding Coded UI support for Silverlight 5 application - System.Core fails to load
I'm having a following problem:
Trying to add support for creating coded UI test for Silverlight 5 application (MSDN). First step is to reference assembly ...
0
votes
0answers
29 views
Silverlight performance/profiling with AutomationPeers
For accessibility Silverlight implements AutomationPeers, useful for Automated UI tests, screen readers etc.
When profiling my SL app, I notice a lot of expensive calls related to AutomationPeers, ...
0
votes
1answer
826 views
Silverlight: Simulate RadioButton Click event using UI Automation?
In Silverlight, both the Button and the RadioButton controls have a Click event, since they inherit from System.Windows.Controls.Primitives.ButtonBase.
If we want to simulate this Click event for a ...
3
votes
4answers
1k views
How can I automate the “next episode” button in Netflix (mac)?
Here's my goal:
When my daughter wakes up at 4am I'd like to be able to queue the next 4 episodes of Shaun the Sheep (20 min) so I don't have to wake up every 20 min to start the next show. So really ...
2
votes
2answers
2k views
Automation UI Testing tool for silverlight 5
as you might know, silverlight 5 beta was resleased a while ago, and alongside its new features, I've encountered a serious problem.
There isn't any testing tool that I've found that is able to test ...
0
votes
1answer
363 views
Is there a generic strategy for using AutomationId property in a WPF/Silverlight application?
The AutomationProperties.AutomationId attached property seems to have two purposes:
Identifying UI controls during automated acceptance tests.
Accessibility.
Given that there are many cases when ...
2
votes
2answers
447 views
Testing custom Silverlight controls without using AutomationPeer
My maager asked me to do some automated UI tests for our Silverlight application. The problem is that this application uses some custom controls, therefore I cannot programmatically access them right ...
4
votes
1answer
507 views
Silverlight: How to force a screen reader to read something?
Silverlight does a good job of making the automation tree accessible, but is there a way to programatically ask a screen reader to read something? Up until now I've been using:
AutomationPeer ...
2
votes
1answer
467 views
Silverlight UI Automation of a Child Window and its controls?
I have trouble to make UI Automation of the Child Windows. I cannot trace any element inside any child window in the project. I am using UISpy. I set AutomationProperties.AutomationId for all of ...
4
votes
1answer
363 views
Access Silverlight window within Chrome via System.Windows.Automation
This is probably futile, but I'm wondering if anyone out there has experience doing this.
I'm trying to access a Silverlight application hosted within Google Chrome by using System.Windows.Automation ...
3
votes
1answer
812 views
AutomationProperties.Name VS x:Name
There is no difference for the "CodedUI test builder" between the AutomationProperties.Name and x:Name. But the first one can override the second one.
Also the AtomationProperties.Name supports data ...
0
votes
1answer
770 views
Recording Screen Interactions using UI Automation for Silverlight controls
I am trying to use UI Automation to record screen interactions in my Silverlight app. I have the Automation Peers for my control setup but am not able to figure out how to track these controls.
For ...
1
vote
3answers
2k views
Tools for automating SilverLight application
I want to automate the application develoepd in silverlight. Can you let me know whether there are any open source tools are available which can be used for automating SilverLight app. Thanks.
0
votes
2answers
475 views
bubble unhandled exception to white automation from silverlight
I am using the white automation API to test a silverlight app, but when an unhandled exception occurs in silverlight I don't know of a way to report this back to the unit test or check in the white ...
2
votes
1answer
209 views
Silverlight 3 automation for user training rather than unit testing?
We are developing a Silverlight LOB app. It would be great for users to be able to click a help button on the top of a page and have the app walk them through the functions of the page as though the ...