Pages

Showing posts with label testing monitoring. Show all posts
Showing posts with label testing monitoring. Show all posts

Thursday, January 6, 2011

Monitoring NUnit testing progress

I am using the Nunit to run my test cases, but when I run it from the nunit-console.exe i can't know how much tests were executed and how much were left; I need to such a progress that tells me  about the testing progress.

I did ask google.com and it gives me hints (Event listeners); I found that NUnit has a great extensibility feature that allows me to write an add-in which can listen to all events of NUnit, and its executed Asynchronously.



You can check the sample in  My Shared Files\SampleTest.zip ==>

Enjoy!