Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to ask you if it is possible in MS Test framework to measure the memory consumed by each test and that same test to fail if it consumes more than a constant value of memory given somewhere in the project. Or just to notify me or save a report of the memory consumed by the test run.

I switched from Galio MbUnit and it had a great a great way of plugging custom attributes to test methods with which I was able to detect the memory using the garbage collector.

share|improve this question
How about using performance counters? Check this post. – Schaliasos Jun 28 '12 at 8:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.