AIR Basic Acceptance Tests

From Aptana Development

Contents

Installation

  1. Launch the Aptana Start Page
  2. Download the Adobe AIR Runtime and install
  3. Download the Adobe AIR SDK and install
  4. Download the Aptana plugin for Adobe AIR Support and install
    1. Ensure no dependency errors popup
  5. Restart the IDE

Project Creation

  1. Create a new Adobe AIR project
  2. Add MochiKit library
  3. Select Finish
    1. Ensure AIR SDK prompt displays and taken to AIR SDK preference page
  4. Add AIR SDK reference on preference page
  5. Select OK
  6. Ensure project created with Adobe AIR icon
  7. Ensure following files exist in project:
    1. AIRAliases.js
    2. application.xml
    3. <project name>.html
    4. lib folder with MochiKit inside

Runtime

  1. Select Run button
    1. Ensure application launches with sample content from <project name>.html
  2. Rename project and rerun *Next Release Only
    1. Ensure application launches still *Next Release Only
  3. Delete project *Next Release Only
    1. Ensure prompt is shown asking to delete AIR configuration *Next Release Only

Exporting

  1. Select project in Project view
  2. Select Export icon on toolbar
    1. Ensure all web files selected
  3. Select finish
    1. Ensure <project name>.air file created at Save as path
  4. Install AIR application
  5. Launch application and verify content is same as when launched from the IDE

Samples View

  1. View help for Adobe AIR samples and verify all samples have a help entry
  2. Preview meebo Adobe AIR sample
  3. Import meebo sample as project
  4. Click run button and verify meebo project launches

Links