ReadyAPI includes sample projects that show how to test your service against a variety of attacks.
Important
The changes you make to sample projects cannot be saved. This means that if you change a sample project, you have to save it as a new one. The original file will remain unchanged.
The sample projects for security testing are available in the <ReadyAPI>/tutorials/security
folder:
• Windows: |
↑ Program Files or Program Files (x86) |
• Linux: |
|
• MacOS: |
|
Find the project you need in the Sample Projects section:
![]() |
Tip
By default, this section displays all the sample projects in ReadyAPI. Click and select Test Projects to limit the options to functional tests, security tests, and Online Service examples.
Sample | Description |
---|---|
Security Sample | Contains a variety of security tests that are run against the attached virtual service. Find a link to this project on the Dashboard. |
XPath Injection | Modifies the request to the attached virtual service to try and cause it to malfunction due to errors in how XML is parsed. |
Fuzzing Scan | Sends a lot of requests with random data to the attached virtual service to see how it reacts. |
SQL Injection | Tries to attack the underlying SQL database by modifying the requests to the service. |