Tagged Questions

0
votes
1answer
43 views

Silverlight UI Automation

I'm trying to set up UI automation for Silverlight 3. I have a little test project that has 2 elements, a Button and a TextBlock. When you click the button the text is supposed t …
0
votes
2answers
51 views

WPF: writing smoke tests using ViewModels

I am considering to write smoke tests for our WPF application. The question that I am faced is: should we use UI automation( or some other technology that creates a UI script), or …
0
votes
1answer
97 views

Tutorial/References for Microsoft’s UI Automation

Hi all, I recently implemented a program using the Microsoft Accessibility API, but have since been told that the new UI Automation has replaced it. Seems like it would be a good …
0
votes
0answers
37 views

Assigning AutomationId to a ReportViewer control (hosted in WPF)

Hi, I'm trying to do some UI testing using the White UI Automation framework, but I've run into a bit of a challenge when trying to get a handle to a WinForms ReportViewer control …
2
votes
1answer
65 views

CruiseControl.NET and UI automation testing

Hi I am using White as my framework for my UI automation testing. Can I use CruiseControl.NET (that is running as a service), to run the tests written by White? I have been trying …
1
vote
2answers
66 views

How to Invoke Shortcuts Keys in the UI Automation? / .NET

I'm writing program to automate win32 form. I'm using Microsoft UI Automation library. I don't know how I can get and invoke predifined shortcuts key on that form. Now I simply get …
0
votes
1answer
66 views

AccExplorer doesn’t find new controls / thinks old controls are still around

Our application has many controls that are created dynamically. For example, a navigation pane contains groups of links that change as the user navigates through the app. The fir …
0
votes
1answer
50 views

How can I get a control’s DataContext from an external application using UI Automation (and/or White)

I'm using White to drive the UI of a WPF app, and it's worked well so far. I'm at the point however, where I need to poke into the internal state of the app under test to check so …
0
votes
2answers
112 views

UIAutomation with ToolStripStatusLabel

I have a WinForms app, and I can't seem to access the text of a ToolStripStatusLabel through UIAutomation. Microsoft implies that the support for StatusStrips (and presumably items …
0
votes
0answers
125 views

How do read/interact with an old ActiveX SSUltraGrid using UIAutomation

I am investigating automated testing of an old Win32 application that used ActiveX controls. I am spiking use White (from Thougthworks) that uses Microsoft UIAutomation. I can find …