This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "SpoC 007 - WebScarab NG Security Test Automation - Progress Page"

From OWASP
Jump to: navigation, search
(Project Plan)
(Project Plan)
 
Line 1: Line 1:
 
== Project Plan ==
 
== Project Plan ==
  
OK, step backwards.  Not being familiar with spring or spring rich client I've had to spend time getting up to speed before making any real progress.
+
* Familiarise myself with spring and spring rich client frameworks. (COMPLETE)
 +
* Research and test BSF (Bean Scripting Framework) as a way to write custom tests (COMPLETE)
 +
* Design regression testing framework (IN PROGRESS)
 +
* Design regression testing UIs for review
 +
* Write sample tests in javascript
  
* Familiarise myself with spring and spring rich client frameworks.
+
* Port spider functionality from webscarab
* Port spider functionality from webscarab as a familiarisation exercise and because it's feature will be useful for automated testing.
+
* Extend spider functionality to perform surface testing of website using sample tests (e.g. check for ~ files)
* Design regression testing UIs for review
 
* Research and testing of BSF (Bean Scripting Framework) as a way to write custom tests
 

Latest revision as of 22:56, 16 October 2007

Project Plan

  • Familiarise myself with spring and spring rich client frameworks. (COMPLETE)
  • Research and test BSF (Bean Scripting Framework) as a way to write custom tests (COMPLETE)
  • Design regression testing framework (IN PROGRESS)
  • Design regression testing UIs for review
  • Write sample tests in javascript
  • Port spider functionality from webscarab
  • Extend spider functionality to perform surface testing of website using sample tests (e.g. check for ~ files)