SharpRobo

Categories: Testing
Author: ThoughtWorks
Latest version: 0.2 Beta
Added 2005-06-25
Functional Testing and Recording tool for Windows Forms applications.
SharpRobo supports all the standard WinForms controls. It records the tests in FIT format which can be played back using Fit (File or Directory Runner).
SharpRobo is an in-process testing and recording tool. It doesn't work based on window messages.
SharpRobo in recording mode gets hold of the first launched form. It gets hold of all the controls present in the form using Form.Controls method. For every control it creates recorders which are basically simple classes which attach listener for appropriate events.
SharpRobo in testing mode again needs to get hold of the first launched form. Every action in the test is then performed by finding the appropriate control using Form.Controls.
 Built for .NET |
 Free or free version available |
 Source code provided |
 Discontinued |