Could someone point me to any document, where I can test my silverlight application which uses entity framework as the backend data store? I found bunch links where they talk about only silveright UI testing not entity framework integration. One thing I am not able to do is, mock t开发者_如何学运维he data model that we use in silverlight that comes from entity frame work. Thanks,
If you're using RIA services, you can test your service with the regular .net unit testing framework or nunit
And then you you can unit test your UI using the silverlight unit testing framework against your view model
精彩评论