Mootools Testing Plan: Difference between revisions
From Joomla! Documentation
| (4 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
== 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 03:27, 20 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
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
Browse to a form in the backend and ensure that validation is working correctly.
Switcher
Ensure the switcher works in the Global Configuration and System Information
Combo Box
This is not used in core and should be deprecated.
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
Make sure the modals still work.
Uploader
Test the uploader in the Media Manager, the Image Popup in the Article Manager and the frontend Image Popup.
Tree
Ensure the tree works in the media manager.
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
Ensure that a request is made to the server one minute before timeout. You can verify using the Apache logs.