Jetpack/Testing/Automated

From MozillaWiki
< Jetpack‎ | Testing
Revision as of 23:54, 12 December 2011 by Canuckistani (talk | contribs) (Created page with "= Automated Testing of the SDK = === Synopsis === We should have a process and infrastructure set up to test the SDK every time we check in new changes. === Unit Tests === We...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Automated Testing of the SDK

Synopsis

We should have a process and infrastructure set up to test the SDK every time we check in new changes.

Unit Tests

We have a unit test suite. This is currently being run OVER_HERE and the results are visible WAY_OVER_HERE.

Performance Tests

We need to test and track the performance of the SDK over time as we make code changes. Here is a feature page for this.