Difference between revisions of "Mootools Testing Plan"

From Joomla! Documentation

(New page: This page will begin to define test procedures that can be used to ensure that all of the Mootools Behaviours are functioning properly. == Captions == == Form Validation == == Switch...)
 
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== Captions ==
 
== Captions ==
 
+
Create an image and insert it in an article. Set the title attribute to your caption.
 +
Verify that the caption is inserted below the image.
  
 
== Form Validation ==
 
== Form Validation ==
 
+
Browse to a form in the backend and ensure that validation is working correctly.
 
 
  
 
== Switcher ==
 
== Switcher ==
 
+
Ensure the switcher works in the Global Configuration and System Information
 
 
  
 
== Combo Box ==
 
== Combo Box ==
 
+
This is not used in core and should be deprecated.
 
 
  
 
== Tooltip ==
 
== Tooltip ==
 
+
Create an element with a class 'hasTip'. Add an attribute title with the tooltip. The tooltip should popup when you mouseover the element.
 
 
  
 
== Modal ==
 
== Modal ==
 
+
Make sure the modals still work.
 
 
  
 
== Uploader ==
 
== Uploader ==
 
+
Test the uploader in the Media Manager, the Image Popup in the Article Manager and the frontend Image Popup.
 
 
  
 
== Tree ==
 
== Tree ==
 
+
Ensure the tree works in the media manager.
 
 
  
 
== Calendar ==
 
== Calendar ==
 
+
Calendar doesn't use Mootools, but test by selecting a date and ensuring that the proper date is inserted into the text field.
 
 
  
 
== Keepalive ==
 
== Keepalive ==
 
+
Ensure that a request is made to the server one minute before timeout. You can verify using the Apache logs.
 
 
  
 
== No Frames ==
 
== No Frames ==

Latest revision as of 22:27, 19 November 2010

This page will begin to define test procedures that can be used to ensure that all of the Mootools Behaviours are functioning properly.

Captions[edit]

Create an image and insert it in an article. Set the title attribute to your caption. Verify that the caption is inserted below the image.

Form Validation[edit]

Browse to a form in the backend and ensure that validation is working correctly.

Switcher[edit]

Ensure the switcher works in the Global Configuration and System Information

Combo Box[edit]

This is not used in core and should be deprecated.

Tooltip[edit]

Create an element with a class 'hasTip'. Add an attribute title with the tooltip. The tooltip should popup when you mouseover the element.

Modal[edit]

Make sure the modals still work.

Uploader[edit]

Test the uploader in the Media Manager, the Image Popup in the Article Manager and the frontend Image Popup.

Tree[edit]

Ensure the tree works in the media manager.

Calendar[edit]

Calendar doesn't use Mootools, but test by selecting a date and ensuring that the proper date is inserted into the text field.

Keepalive[edit]

Ensure that a request is made to the server one minute before timeout. You can verify using the Apache logs.

No Frames[edit]