FitNesse. SuiteAcceptanceTests. SuiteEditResponderTests.
TestEditNewPage

Test editing a non-existent page.

The form should have a normal header, a blank edit area, a save button.


Response Requester.
uri valid?
SomeNonExistentPage?edit true
Response Examiner
type pattern matches? value
contents SomeNonExistentPage true  
Response Examiner
type pattern matches?
contents <textarea.*></textarea> true
contents <form true
contents action="SomeNonExistentPage" true
contents type="submit" true


.FrontPage .RecentChanges .FitNesse.SuiteAcceptanceTests