ReadyAPI includes samples that show how you can create functional tests against SOAP and REST APIs, virtualize APIs and add authentication to your requests.
The changes you make to sample projects cannot be saved. This means that, if you make some changes, you will have to save the project as a new one. The original file will remain unchanged.
ReadyAPI Test Samples
Project | Description |
---|---|
SOAP Sample Project |
Contains a large variety of tests that send requests to the included SOAP virtual API. |
Simulates a user looking at the authorization form and logging in to the attached REST virtual service. |
|
Data-Driven Sample Project |
Takes data from a Grid data source and sends multiple requests to the Google Maps API. |
Virtualization Sample Project |
Demonstrates how to use ReadyAPI to test both REST and SOAP services in the same project. Contains two test cases working with SOAP and REST virtual APIs. |
Contains the test cases that show how you can authenticate to a service in ReadyAPI:
|
Location
You can find ReadyAPI sample projects in the <ReadyAPI>/tutorials folder:
• Windows: | <Program Files>/SmartBear/ReadyAPI-3-56-0/tutorials ↑ Program Files or Program Files (x86) |
• Linux: | /home/<user-name>/SmartBear/ReadyAPI-3-56-0/tutorials |
• MacOS: | /Applications/ReadyAPI-3-56-0.app/Contents/java/app/tutorials |
How to Open
From the Main Menu
From the Start Page
Open the start page and select the project you need from the Sample Projects list:
From the Dashboard
Switch to Dashboard and 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. |
See Also
About Virtualization in ReadyAPI
Creating Your First Functional Test