Ajax Libraries Basic Acceptance Tests

From Aptana Development

Contents

New Ajax Project Wizard

  1. Create a new AJAX library project. The list of libraries should be as follows:
    1. Abobe Spry 1.5
    2. Ext 1.0.1
    3. jQuery 1.1.3.1
    4. MochiKit 1.4
    5. Aptana Debugger Sample
    6. YUI 2.2
    7. Mootools 1.1.1
    8. AFLAX 1.0
    9. Dojo 0.4.3
    10. Rico 2.0
    11. Prototype 1.5
    12. Scriptaculous 1.7
  2. Creating a new library project for each of the above libraries (exclude the debugger sample) (you can import them all simultaneously)
    1. Ensure there is a sample for each library, named libraryname_sample
    2. Ensure the library wizard only installs minimally necessary code to deploy the library (no docs, for example)

Content Assist

  1. Check content assist on libraries
    1. jQuery
    2. MochiKit
    3. YUI
    4. Prototype

Views

  1. Library Views. These are library-specific views a user can use.
    1. Visual jQuery View
    2. EXT View

Importing

  1. Add a new library to an existing project by importing. Ensure it works the same as before.

Links