I use NUnit for back-end testing. Unit tests are performed during construction (I use TeamCity for continuous construction).
Now I want to test the interface (Silverlight 4.0). Since the tests are performed during the build, I have to simulate a browser (TypeMock is not free, right?) I could somehow use NUnit.Mocks ?. How to use NUnit testing for Silverlight? I found a WHITE framework if this helps?
Any other recommendations on using software / frameworks for testing Silverlight modules?
source
share