Hi everybody,
I am developing an c# web application . I am quite new to VS IDE. Is there any option to execute and test the individual c# classes without running it in browser ie., can i test the individual classes in the IDE itself
Thanks in advance,
T. Jayakumar

Executing individual classes
Peter McEvoy
slyi
gafferuk
Hi,
Thanks for all your reply.
I want do the unit test in component level. For simplicity, i like to test the component functions by creating a main function in the method. Is it psble to execute or run the static main method from the IDE.
I am Using VS 2003, does object test feature available in VS 2003
with regards,
T. Jayakumar
edsela