I have a suggestion for something that I've used in the past with other test automation packages. I would like a location where the community can store automation libraries or functions that we have created for use by other users.
Since I am using C# in VS2008, I obviously would like to have a C# specific repository to share my functions I have been creating. For instance, I am creating a framework for DOM functionallity as well as basic Windows application GUI functionality (think a function called SelectCheckBox that takes a form and a checkbox name as parameters then searches for the checkbox, verifies its state then checks or unchecks the checkbox, it would then return a value back to the caller about its success or failure).
So a library of reusable code that could be shared among the community would be of great benefit in my mind.
Thanks...