Difference between revisions of "Wiki Acceptance Tests"
Rand Linden (talk | contribs) (Created page with 'In all cases, the pages should look the same as they did previously. The best way to ensure this would be to compare their appearance in the new installation with their appearanc...') |
Rand Linden (talk | contribs) |
||
Line 18: | Line 18: | ||
See [[Wiki subpages/Test]]. | See [[Wiki subpages/Test]]. | ||
=== Subpages in main namespace=== | |||
Go to [[Wiki_subpages/Test]] -- first line should just say Wiki_subpages, second line should just say Test. If they both say Wiki_subpages/Test, then this isn't working right. | |||
== Extensions == | == Extensions == | ||
Check that [[Special:Version]] lists the same set of installed extensions. | |||
=== Cite === | |||
=== Flagged Revisions === | |||
=== Rename User === | |||
See if [[Special:RenameUser]] exists. | |||
===ReplaceText=== | |||
If this page exists, then the extension is installed. [[Special:ReplaceText]] | |||
===ParserFunctions=== | |||
If what follows is the current date and time formatted as Y m d H:i:s then this extension is working. | |||
{{#time: Y m d H:i:s}} | |||
=== | ===StringFunctions=== | ||
If the number on the line below is 4, then this extension is working. | |||
{{#len:test}} |
Revision as of 14:58, 5 October 2010
In all cases, the pages should look the same as they did previously. The best way to ensure this would be to compare their appearance in the new installation with their appearance in the old (existing) installation.
Basic content tests
Special pages
- Special:Recentchanges
- Special:Version - check list of extensions and make sure it matches.
Search
Test "Google Search" in the sidebar:
- Enter a search term.
- Click Google Search.
Make sure it returns reasonable results.
Subpages
See Wiki subpages/Test.
Subpages in main namespace
Go to Wiki_subpages/Test -- first line should just say Wiki_subpages, second line should just say Test. If they both say Wiki_subpages/Test, then this isn't working right.
Extensions
Check that Special:Version lists the same set of installed extensions.
Cite
Flagged Revisions
Rename User
See if Special:RenameUser exists.
ReplaceText
If this page exists, then the extension is installed. Special:ReplaceText
ParserFunctions
If what follows is the current date and time formatted as Y m d H:i:s then this extension is working.
2025 02 17 23:06:06
StringFunctions
If the number on the line below is 4, then this extension is working.
4