Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Unit Testing with Siesta

Arthur Kay
November 29, 2012

Unit Testing with Siesta

An introduction to testing a Sencha Touch application using the Siesta framework. From the Chicago Sencha User Group.

Arthur Kay

November 29, 2012
Tweet

More Decks by Arthur Kay

Other Decks in Programming

Transcript

  1. + Who am I? n  Arthur Kay n  Solutions Engineer

    at Sencha, Inc. n  Web Developer for 15 years n  www.akawebdesign.com n  @arthurakay
  2. + Unit Tests n  Unit Tests (logic) n  Jasmine, qUnit,

    etc. n  UI Tests (interaction) n  Siesta, Selenium, etc. n  Syntax Checks (physical bugs) n  JSLint, etc.
  3. + Siesta n  http://bryntum.com/products/siesta/ n  Simulates user interactions with DOM

    n  Web-based, browser agnostic n  Also run headlessly via PhantomJS or Selenium n  Compatible with ANY JavaScript framework n  “Standard” and “Lite” versions