I have an application in which a lot of memory leaks are present. For example if a open a view and close it 10 times my memory consumption rises becauses the views are not compl
You don't need unit tests you need memory profiler. You can start with CLR Profiler.