Silverlight unit testing (using NUnit)
Posted
by 1gn1ter
on Stack Overflow
See other posts from Stack Overflow
or by 1gn1ter
Published on 2010-05-12T07:21:23Z
Indexed on
2010/05/12
7:24 UTC
Read the original article
Hit count: 212
I'm using NUnit for testing back-end. Unit tests are being executed while building (I'm using TeamCity for continuous building).
Now I hove to test front-end (Silverlight 4.0). Because the tests are being executed while building, I have to simulate browser (TypeMock - is not free, isn't it?) could I use NUnit.Mocks somehow?. How to use NUnit for Silverlight testing? I've found WHITE framework could it help?
Any other advises about software/frameworks to use for Silverlight unit testing?
© Stack Overflow or respective owner