System Tests Available in Version 1.6
From Joomla! Documentation
(Difference between revisions)
Betweenbrain (Talk | contribs) |
Betweenbrain (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | = Current Tests Available = | |
=== TestSuite.php === | === TestSuite.php === | ||
found at <code>tests\system\suite</code> | found at <code>tests\system\suite</code> | ||
| Line 50: | Line 50: | ||
* Basic test of the included sample data. | * Basic test of the included sample data. | ||
| − | + | = Test to create = | |
[[Category:Bug Squad]] [[Category:Development]] [[Category:Testing]] | [[Category:Bug Squad]] [[Category:Development]] [[Category:Testing]] | ||
Revision as of 14:38, 11 February 2010
Contents |
Current Tests Available
TestSuite.php
found at tests\system\suite
- A compilation of the below tests.
articles
article0001Test.php
found in tests\system\suite\articles
- Tests publishing and un-publishing the article "Designers and Developers".
com_users
user0001Test.php
found in tests\system\suite\com_users
- Tests creating and deleting a user.
control_panel
control_panel0001Test.php
found in< code>tests\system\suite\control_panel
- Checks that the Administrative menu options are available.
control_panel0002Test.php
found in tests\system\suite\control_panel
Checks the availability of toolbar functions (i.e. New, Edit, Publish ...etc)
control_panel0003Test.php
found in tests\system\suite\control_panel
- Test the creation and deletion of an article.
control_panel0004Test.php
found in tests\system\suite\control_panel
- Test the creation and deletion of a category.
control_panel0005Test.php
found in tests\system\suite\control_panel
- Similar to control_panel0001Test.php, but only checks that the top level of the Administrative enu options are available.
Menus
found at tests\system\suite\menu
- Test adding a new menu, new menu item to the new menu, creating an article to associate with that new menu item, then deleting and verifying the deletion of those items.
modules
module0001Test.php
found in tests\system\suite\module
- Test un-publishing and publishing the login form.
sample data
sample_data0001Test.php
found in tests\system\suite\sample_data
- Basic test of the included sample data.