我记得读过有关Windows的自动化程序,可以接受这样的命令列表:

press the ok button
put "hello world" into the text control
press the add button

等等。有谁可以命名这个程序?一千个人。

有帮助吗?

解决方案

看看watin。 http://watin.sourceforge.net/ 结合Microsoft Oslo DSL。你可以轻松实现这一目标

其他提示

也许在Windows上寻找AppleScript的端口?假设这样的野兽不存在,可能就像 AutoHotKey AutoIt 可能足够接近?

ADL 将生成测试用例的自然语言表示(用于文档/利益相关方审核)。我不知道一种工具会走另一条路。

还有 Fitnesse ,这与我在自然语言文件中看到的差距很大。作为一种考验。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top