Background
The company I work for is developing a .NET Graphical User Interface (GUI) written in C# and we're almost ready to test it.
Question
Is there a list of standard accepted programs that do the following?
- Will be able to run automated testing of the GUI
- Integrate with VS2008 (not required)
- Create a log file of the test or testing session
- Doesn't rely on the GUI controls being at certain
x
,y
positions?