Package org.benow.web.test

A simple url checking test facility.

See:
          Description

Interface Summary
TesterService A service for testing urls.
TestHeader  
TestParam  
TestResult  
TestStep  
 

Class Summary
RecordingMenuPlugin  
SpiderBot Placeholder for thing that spiders sites collecting tests.
TesterServiceImpl  
TestHeaderImpl  
TestParamImpl  
TestResultImpl  
TestStepImpl  
 

Package org.benow.web.test Description

A simple url checking test facility. Test recording can be turned on, pages navigated, then turned off. As pages are hit the request (type,params,headers) is recorded along with the result. Subsequent runs can be automated, which test the current result via the stored which, if non-matching, indicates a problem. The goal is for automated testing across runs to ensure that new code does not break pages.

NOTES