This is kind of cool new feature they have added to Visual Studio 2005.  How many times have you created a class and you wanted to test a method inside it to see if it works or not?   Well, the Object Test Bench works a lot like the Immediate Window but it allows you to create instances of an object just by right clicking on them.  This can be done from the Class View or from a Class Designer (also a new feature in VS2005).  A series of dialog boxes will appear and allow you to specify instance names and what parameters you want to pass in to the class or methods.  This will be a great tool in testing stand alone classes after they are created.

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=152