Unit Testing Silverlight & Windows Phone Applications – talk now online
My MIX 10 talk, an introduction to unit testing on Silverlight and the Windows Phone, is now online for streaming and download. Thank you to everyone who attended.
An early preview set of bits are online at http://jeffatmix.com/ – and the next release of the Silverlight Toolkit when Silverlight 4 ships will contain support for the phone officially. Stay tuned for more.
Over the next few weeks, I’ll be blogging plenty on these subjects.

[...] Microsoft pune la dispozitie si un sistem de teste unitare. Pentru mai multe detalii mergeti pe site-ul lui [...]
[...] Unit Testing Silverlight & Windows Phone Applications – talk now online (Jeff Wilcox) [...]
1. can be support for XNA Application unit testing ?
2. i want to know..the coverage of this test framework.
example1) application of silverlight
example2) application of silverlight, XNA
example3) Event-driven testing, Async testing and so on…
@Brian,
1. XNA: Not directly. Though you could mock and test your XNA apps, you can’t actually run it as an XNA application today. That’s something I have wanted to investigate, but it just isn’t there yet.
2. I’m hoping to post more on this topic soon.