Browse by Tags

All Tags » silverlight unit test
  • Vancouver Olympics - How'd We Do That?

    The Silverlight team recently posted a blog entry entitled ''Vancouver Olympics - How'd we do That?'' in which they detailed the massive effort across multiple partners to pull together the on-line solution for streaming HD videos, both live and on demand. This was an exciting post for Wintellect and me because it detailed the effort we ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on February 25, 2010
  • Using Moq with Silverlight for Advanced Unit Tests

    Moq is a library that assists with running unit tests by providing easily mocked objects that implement interfaces and abstract classes. You can learn more about Moq on their website. There is a distribution for Silverlight, and in this post I'll focus on some ways to use Moq for some more involved testing scenarios. Download the source code for ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on February 2, 2010
  • Automated Silverlight Unit Testing Using StatLight

    One concern with the Silverlight Unit Testing Framework is that it runs on a UI thread and requires a browser to function. This makes it difficult to integrate into automated or continuous integration testing. Difficult, but not impossible. A solution is provided by the project called StatLight which not only supports Silverlight testing ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on January 9, 2010
  • Silverlight Unit Testing Framework: Asynchronous Testing of Behaviors

    Last month, I bogged about Unit Testing ViewModels AND Views using the Silverlight Unit Testing Framework. I wanted to take that post a step further and talk about some more advanced testing scenarios that are possible. The site itself provides a lot of information about how to get started and what is available with the framework. One thing to ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on January 7, 2010
  • Unit Tests for ViewModels AND Views in Silverlight

    Over the past few posts I've been exploring models for modularized Silverlight applications that follow the MVVM pattern (using Prism/CAL). In this post, I'd like to cover unit testing, and writing appropriate tests not just for the view model, but the view itself. Before we continue, I'm going to assume you've read: Dynamic Module Loading with ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on December 11, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems