I would like to do unit testing on my Sencha Touch application, I have found plenty of information one-line, but not any promising guide that was worth following.

Are there any resources to suggest? I am keen on using QUnit, could you please provide me with any example? (E.g. how could I test that a class that inherits from Ext.Panel has been created?)

Any help appreciated!

link|improve this question

70% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Sencha have written an article on unit testing here, it's geared towards Ext JS but I'm sure you can adapt it to Sencha Touch.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.