1

I know unit testing but haven't done unit testing for silverlight project yet. Can anyone let me know how to unit test a silverlight project. Is the approach different than unit testing a asp.net project?

Any resource/tutorial regarding this would be really helpful.

Thanks.

Rahul
  • 76,197
  • 13
  • 71
  • 125

1 Answers1

0

To unit test a Silverlight app, you can use the Silverlight unit testing framework available in the Silverlight toolkit.

vc 74
  • 37,131
  • 7
  • 73
  • 89
  • Thanks for the response ... I was bit confused about how to start unit testing a silverlight project. I mean is the approach same as unit testing web project or we need to do anything special? – Rahul Jan 31 '12 at 19:29
  • It is special because it's UI oriented – vc 74 Jan 31 '12 at 19:56