Reputation: 13908
I remember reading about an automation program for windows that would accept a list of commands like this:
press the ok button
put "hello world" into the text control
press the add button
etc etc. Can anyone name this program? A thousand thankyous.
Upvotes: 0
Views: 297
Reputation: 106
Take a look at watin. http://watin.sourceforge.net/ Combined with Microsoft Oslo DSL. You can achieve this easily
Upvotes: 1
Reputation: 5571
ADL will generate natural language representations of your test cases (for documentation / stakeholder review). I don't know of a tool that will go the other way.
There is also Fitnesse, which is about as close as I have seen to a natural language document which acts as a test.
Upvotes: 0
Reputation: 15286
Maybe look for a port of AppleScript to Windows? Assuming such a beast does not exist, perhaps something like AutoHotKey or AutoIt might be close enough?
Upvotes: 0