开发者

How about using Cucumber on desktop software testing

开发者 https://www.devze.com 2023-02-09 10:19 出处:网络
Cucumber is a very powerful BDD tool in rails web application development. But, my question would be, can we use cucumber in desktop开发者_开发问答 software testing area?

Cucumber is a very powerful BDD tool in rails web application development. But, my question would be, can we use cucumber in desktop开发者_开发问答 software testing area? I really like the BDD conception.


I would suggest getting the book, Scripted GUI Testing With Ruby, by http://www.pragmaticprogrammer.com/titles/idgtr

Basically you need some way to drive your OS On Windows you can use win32ole to drive Wscript e.g.

s = WIN32OLE.new 'Wscript.Shell'
s.Exec 'notepad'

You don't mention what OS etc...

0

精彩评论

暂无评论...
验证码 换一张
取 消