wiki.techinc.nl/tests/selenium/installer
2011-01-03 09:18:21 +00:00
..
MediaWikiButtonsAvailabilityTestCase.php Remove testOnlyBackButtonAvailability() function as per the code review comment (MediaWiki r78165 ) 2011-01-03 09:05:18 +00:00
MediaWikiDifferentDatabaseAccountTestCase.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiDifferntDatabasePrefixTestCase.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiErrorsConnectToDatabasePageTestCase.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiErrorsNamepageTestCase.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiHelpFieldHintTestCase.php Remove verification for help field hint for 'Subscribe to the release announcements mailing list' as per the code review comment(MediaWiki r79089) 2011-01-03 09:05:58 +00:00
MediaWikiInstallationCommonFunction.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiInstallationConfig.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiInstallationMessage.php
MediaWikiInstallationVariables.php Added 'LINK_DIV' variable 2010-12-30 09:07:23 +00:00
MediaWikiInstallerTestSuite.php Spacing, esthetical fixes. 2010-12-30 16:57:44 +00:00
MediaWikiMySQLDataBaseTestCase.php
MediaWikiMySQLiteDataBaseTestCase.php
MediaWikiOnAlreadyInstalledTestCase.php Replace the common xpaths with the 'LINK_DIV', 'LINK_FORM', 'LINK_RIGHT_FRAMEWORK' variables 2010-12-30 09:10:46 +00:00
MediaWikiRestartInstallationTestCase.php Follow up r77654 2010-12-30 19:18:09 +00:00
MediaWikiRightFrameworkLinksTestCase.php Replace the common xpaths with the 'LINK_DIV', 'LINK_FORM', 'LINK_RIGHT_FRAMEWORK' variables 2010-12-30 09:10:46 +00:00
MediaWikiUpgradeExistingDatabaseTestCase.php Change the xpath of the 'You can now Folder/index.php start using your wiki' text. 2011-01-03 09:18:21 +00:00
MediaWikiUserInterfaceTestCase.php Changed 'enter your wiki' link, environment ok text and remove 'Subscribe to the release announcements mailing list' check box verification section 2011-01-03 09:07:55 +00:00
README.txt Adding README file for the Installer testing 2010-12-27 10:49:25 +00:00

== Details==

Automated Selenium test scripts written for MediaWiki Installer is available at svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/tests/selenium/installer.
Detailed test cases available at http://www.mediawiki.org/wiki/New_installer/Test_plan.

Version : MediaWiki 1.18alpha
Date 	: 27/12/2010

== Running tests ==

Test cases can be run independently or can run all the test cases using MediaWikiInstallerTestSuite.php within PHPUnit/Selenium.


== Dependencies == 

MediaWikiInstallationConfig.php

Value of the 'DB_NAME_PREFIX' should be replace with the database name prefix. Several DB instances will get created to cover different installation scenarios starting with the above prefix.
You need to change the value of the 'DB_NAME_PREFIX' in MediaWikiInstallationConfig everytime you planned to
run the tests.
'DIRECTORY_NAME', 'PORT' and the 'HOST_NAME' should be replaced with your local values.
You may specify the test browser you wish to run the test using 'TEST_BROWSER'.  Default browser is Firefox.

Note : MediaWikiInstallerTestSuite.php has no dependency on 'Selenium' test framework.


== Known problems ==

If you run the MediaWikiInstallerTestSuite.php twice without changing the name of the database, the second run should be falied.
(Please read the more information on how to change the database name which is avaialable under 'Dependencies' section)