Zucchini iOS testing framework(zucchiniframework.org)
zucchiniframework.org
Zucchini iOS testing framework
http://www.zucchiniframework.org/
6 comments
If you're going to require Ruby, why not just write the steps and features in Ruby too? Seems like overkill to require both. I do like the idea of using a screenshot as an assertion though.
Ohh using a screenshot as a reference point. Nice. I like the idea of using screenshots as a test assertion.
looks like a cucumber-like testing framework for iOS
I think thats kind of the intention :)
I doubt the naming is coincidental, cucumbers and zucchinis are both gourds.
For those not wanting to deal with yet another language/server, Square's KIF testing framework is really well done, integrates right with your project in Xcode 4, you can write your tests in the same language you write your code in, and you also get screenshots when tests fail: https://github.com/square/KIF