Difference between revisions of "Basic Functions of a Wiki"
| Line 17: | Line 17: | ||
==Next Actions== | ==Next Actions== | ||
* for "save", verify that the page contents are what we expect | * for "save", verify that the page contents are what we expect | ||
| − | |||
==Done== | ==Done== | ||
| Line 25: | Line 24: | ||
* 4 tests in each of two categories, logged in & IP; calling 4 functions in two categories, whole page or section; calling 2 functions in two categories, edit link or type edit URL; | * 4 tests in each of two categories, logged in & IP; calling 4 functions in two categories, whole page or section; calling 2 functions in two categories, edit link or type edit URL; | ||
* save works - not quite done yet | * save works - not quite done yet | ||
| + | * "preview" done | ||
[[Category:Acceptance Tests]] | [[Category:Acceptance Tests]] | ||
Revision as of 14:44, 10 April 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
- for "save", verify that the page contents are what we expect
Done
- created files basic_wiki_functions_acceptance_test.sh & BasicWikiFunctionsTest.php
- testEditLinkWholePageIP() & testEditLinkWholePageLogin() both call editLinkWholePage() which does the actual work - the only difference is the login one logs in
- testEditLinkSectionIP() & testEditLinkSectionLogin() both call editLinkSection() - same as above
- 4 tests in each of two categories, logged in & IP; calling 4 functions in two categories, whole page or section; calling 2 functions in two categories, edit link or type edit URL;
- save works - not quite done yet
- "preview" done
