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?
+1
A:
The next release of the Silverlight Toolkit (after the October 2009 release) will have an experimental componen, used by the team, for this purpose. Though I can't commit to a date, I envision this happening in the current calendar year.
Jeff Wilcox
2009-10-23 10:11:19
Thanks for the information. Looking forward to it!
Gergely Orosz
2009-10-23 12:14:15
A:
You can leverage StatLight to get console report, XML report, or integrate with teamcity.
Jason Jarrett
2009-10-24 00:09:27