how can i test Load of my application developed by vb.net
-
After developing a big windows application by vb.net how could I be able to test the load. So I want to know is there any tool that comes with Visual Studio.Net by which I can test the load of windows and web application, if so then please tell the step-by-step detail to test the load. tbhattacharjee
-
After developing a big windows application by vb.net how could I be able to test the load. So I want to know is there any tool that comes with Visual Studio.Net by which I can test the load of windows and web application, if so then please tell the step-by-step detail to test the load. tbhattacharjee
I always rely on the old task manager. If you watch closely you'll be able to see how much you are muncing (It works for me in C++,VB and C#) I managed to find memory leaks and so. Other of that I dont know any tools to do the job. I hope this helps. The warlord