<noinclude><big>[[AboutUs]] < [[DevelopmentTeam]] < [[Testing]] < [[:Category:AboutUs:Acceptance Tests|Acceptance Tests]] < [[Basic Functions of a Wiki]]</big></noinclude>
−
http://bestflooring.org
+
__NOTOC__
−
http://www.bestflooring.us
+
−
http://bestflooring.us
+
{{TOCright}}
−
http://www.bestflooring.net
+
each test independent of the others? can we test preview or save if edit isn't working?
−
http://bestflooring.net
+
* edit
−
http://2.bestflooring.net
+
** logged in & not logged in, click the "edit" link at the top & "type" the "action=edit" url & click section edit & type section edit url
−
http://3.bestflooring.net
+
*** verify the textarea exists
−
http://4.bestflooring.net
+
*** verify the textarea contents are correct
−
http://411.bestflooring.net
+
*** verify that typing works
−
http://5.bestflooring.net
+
* save
−
http://6.bestflooring.net
+
** in edit mode, click the "Save page" button
−
http://608-728-2378.bestflooring.net
+
** verify that the page saves
−
http://7.bestflooring.net
+
*** we're now NOT in edit mode
−
http://8.bestflooring.net
+
*** the contents of the page are what we expect
−
http://9.bestflooring.net
+
* preview
−
http://a.bestflooring.net
+
** in edit mode, click the "Show preview" button
−
http://aim.bestflooring.net
+
** the page shows both the contents of the page in html AND the textarea we're editing
−
http://americanhallmark.bestflooring.net
+
−
http://anderson.bestflooring.net
+
==Next Actions==
−
http://aol.bestflooring.net
+
* for "save", look at differences between editing whole page and editing just a section - the section edit tests are currently failing
−
http://astrology.bestflooring.net
+
−
http://auction.bestflooring.net
+
==Done==
−
http://blank.bestflooring.net
+
* created files basic_wiki_functions_acceptance_test.sh & BasicWikiFunctionsTest.php
−
http://blister.bestflooring.net
+
* testEditLinkWholePageIP() & testEditLinkWholePageLogin() both call editLinkWholePage() which does the actual work - the only difference is the login one logs in
−
http://builders.bestflooring.net
+
* testEditLinkSectionIP() & testEditLinkSectionLogin() both call editLinkSection() - same as above
−
http://c.bestflooring.net
+
* 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;
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
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", look at differences between editing whole page and editing just a section - the section edit tests are currently failing
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;