Browse by Tags

All Tags » unit testing » silverlight
  • Unit Testing XAML Data-Bindings in Silverlight

    In an interview earlier this year with MSDN geekSpeak, I discussed unit testing for Silverlight and some of the frameworks that are available. One audience member raised a very important question: ''How do we test the XAML?'' Specifically, what happens when we hand off XAML to a designer or another developer, and they accidently remove a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on August 5, 2010
  • Unit Testing Dynamic XAP Files

    By now, you probably are aware that you can dynamically load XAP files using the Managed Extensibility Framework (MEF) within your Silverlight applications. Have you been scratching your head, however, and wondering how on earth you would actually test something like that? It is possible, and here's a quick post to show one way you can. First, ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on June 29, 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
Powered by Community Server (Commercial Edition), by Telligent Systems