Ajax Libraries Basic Acceptance Tests
From Aptana Development
Contents |
New Ajax Project Wizard
- Create a new AJAX library project. The list of libraries should be as follows:
- Abobe Spry 1.5
- Ext 1.0.1
- jQuery 1.1.3.1
- MochiKit 1.4
- Aptana Debugger Sample
- YUI 2.2
- Mootools 1.1.1
- AFLAX 1.0
- Dojo 0.4.3
- Rico 2.0
- Prototype 1.5
- Scriptaculous 1.7
- Creating a new library project for each of the above libraries (exclude the debugger sample) (you can import them all simultaneously)
- Ensure there is a sample for each library, named libraryname_sample
- Ensure the library wizard only installs minimally necessary code to deploy the library (no docs, for example)
Content Assist
- Check content assist on libraries
- jQuery
- MochiKit
- YUI
- Prototype
Views
- Library Views. These are library-specific views a user can use.
- Visual jQuery View
- EXT View
Importing
- Add a new library to an existing project by importing. Ensure it works the same as before.


