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:

  1. Log in to the API Manager.

  2. Click the Test APIs tile.

  3. On the Test page, select a test suite.

  4. Go to the Tests > AutoTest Profiles tab.

  5. Click Add.

  6. Create an AutoTest profile using one of the following methods:

    Existing APIs

    1. Select a predefined API.Existing API
    2. Click Next.
    3. Review the read-only extension file.
    4. Enter the profile name, description, and tags.
    5. Click Next. You will see the message that the extension file and the AutoTest configuration has been generated.

    Import

    1. 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.
    2. Click Next.
    3. Review the extension file and click Next.
    4. Enter the profile name, description, and tags.
    5. Click Next. You will see the message that the extension file and the AutoTest configuration has been generated.

What to do next