Tag: javascript
-
Sencha Touch BDD - Part 5 - Controller Testing
May 18, 2013
Part 4 Introduced PhantomJS as an easy and faster alternative to headful Jasmine testing. Part 3 added jasmine-ajax so we can verify that stores and models react properly to back-end data. We also learned how to use stores to test views, without depending on a back-end server. In Part 2 I showed you how to unit test Sencha model classes in Jasmine. In Part 1 I showed you how to set up your Sencha Touch development environment to use the Jasmine JavaScript test framework.
-
Sencha Touch BDD - Part 4 - PhantomJS
May 10, 2013
Part 3 added
jasmine-ajax
so we can verify that stores and models react properly to back-end data. We also learned how to use stores to test views, without depending on a back-end server. In Part 2 I showed you how to unit test Sencha model classes in Jasmine. In Part 1 I showed you how to set up your Sencha Touch development environment to use the Jasmine JavaScript test framework. -
Sencha Touch BDD - Part 3 - Testing Views and Mocking Stores
May 5, 2013
-
Sencha Touch BDD Part 2 -- Unit Testing Models
April 26, 2013
-
Sencha Touch BDD Part 1
April 17, 2013
(tl;dr) A multi-part series of articles on how to test Sencha Touch applications. It uses Jasmine for unit testing and Siesta for integration testing.