QA/Jetpack/TestPlan: Difference between revisions
No edit summary |
|||
Line 18: | Line 18: | ||
<br> | <br> | ||
The integration script will be run on each platform to make sure the SDK works as intended on each platform. It will be used to test the latest release or the tip of the SDK. | The integration script will be run on each platform to make sure the SDK works as intended on each platform. It will be used to test the latest release or the tip of the SDK. | ||
<br> | |||
* Jetpack | |||
<br> | {| class="standard-table" style="width: 100%;" | ||
|- | |||
<br> | | class="header" | Milestone | ||
| class="header" | Release Date | |||
| class="header" | QA Sign off | |||
| class="header" | Status | |||
|- | |||
| [https://wiki.mozilla.org/Labs/Jetpack/SDK/0.8#Timeline SDK 0.8] | |||
| September 22 | |||
| | |||
| '''Mac''':result<br> '''Windows''':result<br> '''Linux''':result<br> | |||
|- | |||
| [https://wiki.mozilla.org/Labs/Jetpack/SDK/0.7#Timeline SDk 0.7] | |||
| August 26 | |||
| | |||
| '''Mac''':result<br> '''Windows''':result<br> '''Linux''':result<br> | |||
|} |
Revision as of 23:02, 30 August 2010
Introduction
Jetpack SDK allows us to create powerful extensions with a set of extensible, robust APIs using the language of the web - HTML, CSS, and JavaScript. You can download the latest zip or tar version of the SDK to get started. Three main platforms to focus here are:
1. Mac
2. Windows
3. Linux
We have an integration script for making sure the Jetpack SDK passes all the tests before we ship it live. This script fires up all the unit tests necessary for the SDK to work correctly. After the tests are performed, it checks for any errors or warnings. This script is intended to run on all the three platforms that are mentioned above. The script for windows platform is still under review. We will land that as soon as possible.
Criteria to ship
Jetpack SDK can be shipped live only if the SDK passes the integration check without any errors or warnings. Even a single error or warning will halt the release of SDK.
Estimated ETA:
The integration script will be run on each platform to make sure the SDK works as intended on each platform. It will be used to test the latest release or the tip of the SDK.
- Jetpack
Milestone | Release Date | QA Sign off | Status |
SDK 0.8 | September 22 | Mac:result Windows:result Linux:result | |
SDk 0.7 | August 26 | Mac:result Windows:result Linux:result |