domlao
domlao

Reputation: 16029

Code Coverage for ASP.NET/C# webapp in Mono Framework

I'm developing a webapp using ASP.NET and C# in Mono Framework. And I developed a automated testing using NUnit and selenium. My question is, how can I integrate a code coverage testing for my web app?

Please advise.

Many thanks.

Upvotes: 0

Views: 164

Answers (1)

danyolgiax
danyolgiax

Reputation: 13086

Look here:

MonoCov

Upvotes: 1

Related Questions