vote up 0 vote down star

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.

flag

79% accept rate

3 Answers

vote up 1 vote down check

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.