Testing Sencha touch 2 apps -


I'm looking for best practices for testing Touch 2 apps. Ideally, I would like to automate the execution of test sets (for example through CI).

Anyone like the test frameworks like Jasmine, Zeststream

idea?

To test the touch application of my scene, I use Ruby with Ruby Corky and Capoebara.

It basically allows you to click through the application.

Ways to set up basics here It says 'on windows' but it also works on the Mac.

You can download a starter project at the end of the article.

Comments