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 the data model that we use in silverlight that comes from entity frame work.
Thanks,
Could someone point me to any document, where I can test my silverlight application
Share
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