delphi - How do I fake input for form testing? -


I am creating a test for my Delphi 2009 app. The test of logic is simple enough to ensure that the forms work properly, it is proving to be a bit more complex. I have a way of simulating real user input, to open a form, it seems that a user is typing some things and clicks on some places, and it ensures that it responds properly I'm sure there is a way to do this, I do not know what this is. Does anyone know how to do this?

In the deinit, GUITesting.pas increases the test whicih so that you To send clicks, keys and text to control but it is about

There was a mention of the GII testing framework last year where that was used by the coder developers , But Steve did nothing after leaving for Falafel


Comments