Colen
Colen

Reputation: 13908

Natural language automation?

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

Answers (3)

Sudhakar Kalmari
Sudhakar Kalmari

Reputation: 106

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

Upvotes: 1

James Van Huis
James Van Huis

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

John
John

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

Related Questions