It will be so long to explain it all here, but just a few lines:
First of all, to check for "unit" errors, just use unit testing feature on
your classes, if you don't have them yet.
For the web application, just take a look in MSDN, on how to record a web
test, validation rules, extraction rules and so on, and then to check
performance of the web with various users, browsers, and networks types, use
Load testing with the web tests (you need both).
For the windows application, unfortunatley there's no test tool, but you can
always try to do something with unit testing and load testing against your
unit tests to check for bottlenecks, althought it will need to plan and think
on it a lot to have something valid.
--
Luis Fraile
MCSD.NET
[quoted text, click to view] "Frank" wrote:
> Hi,
> I'm not sure if this is correct newsgroup. if it is not, can you please
> tell me which one to go.
> I want to be able to use code analysis and testing. I have no idea, I
> never used it before. I have visual studio 2005 team suite. It has everything
> I think. I want to be able to run analysis in my windows app and my web app.
> To find bottle necks and also to test multiple users. I just want a few links
> if anyone could be helpful, to lear how to use this nice features that I
> think are included.
>
> Thank you
> Francisco R. Ortega