Difference between revisions of "Basic Functions of a Wiki"
| 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 | ||
| − | ** | + | ** logged in & not logged in, click the "edit" link at the top & "type" the "action=edit" url & click section edit & type section edit url |
| − | |||
*** verify the textarea exists | *** verify the textarea exists | ||
*** verify the textarea contents are correct | *** verify the textarea contents are correct | ||
*** verify that typing works | *** verify that typing works | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
* save | * save | ||
** in edit mode, click the "Save page" button | ** in edit mode, click the "Save page" button | ||
Revision as of 15:57, 5 March 2007
each test independent of the others? can we test preview or save if edit isn't working?
- edit
- logged in & not logged in, click the "edit" link at the top & "type" the "action=edit" url & click section edit & type section edit url
- verify the textarea exists
- verify the textarea contents are correct
- verify that typing works
- logged in & not logged in, click the "edit" link at the top & "type" the "action=edit" url & click section edit & type section edit url
- 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
Next Actions
Done
- created files basic_wiki_functions_acceptance_test.sh & BasicWikiFunctionsTest.php
