Tag Archives: Tests

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 … Continue reading

Posted in Basics | Tagged , , , , , , , , , | Comments Off

StatLight (Silverlight Test Automation Tool)

from Jason Jarrett A new version of the StatLight tool has been released. Download: http://www.statlight.net Major Feature Updates: Support for 64bit Back support for previous Microsoft.Testing.Silverlight assemblies By giving the tool a specific -v=[December2008 | March2009 | July2009], StatLight can … Continue reading

Posted in Testing, Tools | Tagged , , , , , , | Comments Off

Unit Testing Business Logic in .NET RIA Services

One of the common tasks that .NET RIA Services developers have to undertake is testing their mid tier business logic code. Mid tier code typically uses a data access layer (DAL) like Linq to SQL or Linq to Entities for persisting … Continue reading

Posted in Testing | Tagged , , , , , , | Comments Off

UI Automation und Accessibility in Silverlight

Für professionelle Anwendungen geht nichts ohne ausführliche Tests und das trifft natürlich auch oder gerade auf Silverlight-Entwicklungen zu. Konstantin Petkov von Telerikhat sich in seinem Beitrag mit einigen sehr sinnvollen Tools auseinandergesetzt. “The purpose of this post is to summarize … Continue reading

Posted in Software | Tagged , , , , , , , , , , | Comments Off