Search code examples
.netwcfperformancenunit

How to write Performance Test for .Net application?


How to write Performance Test for .Net application? Does nUnit or any other Testing framework provides framework for this?

Edit: I have to measure performance of WCF Service.


Solution

  • I came across NTime which looks cool for writing performance Tests.

    http://www.codeproject.com/kb/dotnet/NTime.aspx