Creating an AutoTest profile
About this task
An AutoTest profile exists within a test suite, alongside your test cases.
To add an AutoTest profile to a test suite:
Procedure
- 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.
- To create an AutoTest profile using existing APIs, complete the following steps:
- 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.
- Select a predefined API.
- To create an AutoTest profile using the import method, complete the following
steps:
- 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