Difference between revisions of "Basic Functions of a Wiki"
m (basic functions of a wiki moved to Basic Functions of a Wiki: FixName) |
|||
| Line 1: | Line 1: | ||
| − | |||
each test independent of the others? can we test preview or save if edit isn't working? | each test independent of the others? can we test preview or save if edit isn't working? | ||
* edit | * edit | ||
| Line 21: | Line 20: | ||
** in edit mode, click the "Show preview" button | ** in edit mode, click the "Show preview" button | ||
** the page shows both the contents of the page in html AND the textarea we're editing | ** the page shows both the contents of the page in html AND the textarea we're editing | ||
| + | ==Next Actions== | ||
| + | ==Done== | ||
[[Category:Acceptance Tests]] | [[Category:Acceptance Tests]] | ||
Revision as of 14:54, 5 March 2007
each test independent of the others? can we test preview or save if edit isn't working?
- edit
- test click the "edit" link at the top and "type" the "action=edit" url
- in mediawiki, a textarea is then visible for typing
- verify the textarea exists
- verify the textarea contents are correct
- verify that typing works
- test section editing
- click "edit" link for a section
- verify the text area exists
- verify the contents of the textarea are only that section
- verify that typing works
- what else?
- save
- in edit mode, click the "Save page" button
- verify that the page saves
- we're now NOT in edit mode
- the contents of the page are what we expect
- preview
- in edit mode, click the "Show preview" button
- the page shows both the contents of the page in html AND the textarea we're editing
