I'm looking to create some Silverlight unit tests. I've started by downloading the Silverlight Toolkit and looking at the unit tests there which are all built on the Silverlight Unit Testing Framework.
However it seems that the test class structure is quite complex in the source and I don't want to re-write the test classes defined in t...
I would like to output test data when running test with the Silverlight Unit Testing Framework. I could go around it by creating some element and writing it on that however this feels like a hacked way. Is there any framework supported way of writing output during testing?
...
I have a Silverlight application that is using a navigation frame.
I am trying to write a unit-test for that application using the silverlight testing framework, however when I execute the test method I get the following error:
InvalidOperationException
No XAML was found at the location '/Pages/LoginPage.xaml'
The unit-test method loo...