views:

131

answers:

3

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.

A: 

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?

John
A: 

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.

James Van Huis
+1  A: 

Take a look at watin. http://watin.sourceforge.net/ Combined with Microsoft Oslo DSL. You can achieve this easily

Sudhakar Kalmari