Creating an AutoTest profile
An AutoTest profile exists within a test suite, alongside your test cases.
To add an AutoTest profile to a test suite:
-
Log in to the API Manager.
-
Click the Test APIs tile.
-
On the Test page, select a test suite.
-
Go to the Tests > AutoTest Profiles tab.
-
Click Add.
-
Create an AutoTest profile using one of the following methods:
Existing APIs- Select a predefined API.
- Click Next.
- Review the read-only extension file.
- Enter the profile name, description, and tags.
- Click Next. You will see the message that the extension file and the AutoTest configuration has been generated.
Import
- Drag and drop a JSON or YAML file that contains the API test case definition, or enter a URL for the API test case and provide a username and password if required for authentication.
- Click Next.
- Review the extension file and click Next.
- Enter the profile name, description, and tags.
- Click Next. You will see the message that the extension file and the AutoTest configuration has been generated.
What to do next
- Next topic: Running an AutoTest profile