4
votes
3answers
1k views

Third Party WPF suites w/ Automated/Coded UI Testing

My team is diving headfirst into a new project and we are taking the opportunity to bring ourselves up to date with Scrum methodology, new technology etc. Part of this involves trying to automate our ...
0
votes
0answers
226 views

WPF: Implementing MS Test Manager 2010 like shell

My project is a 3-tier application, where presentation tier consists of several separate modules. I usually make one application for each module, but now I want to create one Shell application for all ...
1
vote
0answers
145 views

Handling mouse events using Microsoft Test Management and the Test Runner

In toying around with test automation using MS Test Manager with a WPF application, I noticed that while recording the tool does not necessarily record user input in the form of mouse clicks and ...