Geting Code Coverage via automated Web Tests?

Geting Code Coverage via automated Web Tests?

Hi

We have developed our own automated user acceptance testing solution using WebAii and their web automation framework for Silverlight. We use the WebAii framework that generates NUnit unit test cases, that when executed, automates the user actions to run the different test scenarios. I was wondering whether it would be possible to hook NCover onto this process to also get coverage information for the source code being exercised by the automated UI tests?

Thanks


RE: Geting Code Coverage via automated Web Tests?

Unfortunatly, NCover is not able to gather coverage from Silverlight code at this time. We are investigating ways to gather coverage from Silverlight assemblies in the future, but don't yet know when thatfunctionality will be available.

Stephen Ward


RE: Geting Code Coverage via automated Web Tests?

+1 for the feature, please. It'd be of use to me, too.