|
RegTests
Regression TestsThere are some basic Selenium regression tests that can be run using the Ant 'test' task in http://code.google.com/p/bodgeit/source/browse/trunk/build.xml Security Regression TestsOf more interest are likely to be the related security regression tests. The security regression tests show you how you can use the Zed Attack Proxy (ZAP) to wrap your existing functional tests in order to perform automated security tests. Note that no automated security tests will find all of the vulnerabilities in your applications. However using ZAP in this way means that you can include basic security tests in your continuous integration framework and be alerted to potential security vulnerabilities within hours of checking your code in. In order to run these you need to
Please note that these tests are at a very early stage. If you have any problems, questions or suggestions then please report them via the Issues page. |