lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Aug 3, 2011 at 20:37, Ryan Pusztai <rpusztai@gmail.com> wrote:
> Hi,
> I am wondering if anyone has any experience using Orbit [1] and developing
> tests for the created web application? I am looking for some
> general strategy and hoping that it can be done easily. Thanks.
> --
> Regards,
> Ryan
> [1] http://keplerproject.github.com/orbit/

Perhaps Selenium? http://seleniumhq.org/
I've been using it successfully with our web framework in combination
with a custom Lua code coverage tool to measure the completeness of
the tests. All this is controlled and reported via a Jenkins CI setup.


Dirk