TDD - Test Driven Development

Hi!

I’m new to Lua and I’m looking for an Unit Test API that can be used with Corona.

Have anyone tried some of these?

http://lua-users.org/wiki/UnitTesting

Tks! [import]uid: 6005 topic_id: 4943 reply_id: 304943[/import]

We use this http://testmore.luaforge.net/ internally. It outputs tap which is human readable, and then I convert it to xUnit style xml for automation. [import]uid: 3 topic_id: 4943 reply_id: 16154[/import]

Tks Sean!

I’ll take a look. [import]uid: 6005 topic_id: 4943 reply_id: 16161[/import]