← Back to Docs

Upload API

Import OpenAPI specifications

WellTested uses OpenAPI 2.0 or 3.0 specifications to understand your API structure and generate tests.

Upload in Onboarding

After creating a project, the onboarding wizard will prompt you to upload an API document.

Supported Formats

  • JSON: .json files
  • Version: OpenAPI 2.0.x or 3.0.x
  • Maximum size: 10 MB

Upload Steps

1. Select File

  • Click “Choose File” or drag and drop your OpenAPI file

2. Automatic Validation

  • WellTested validates the OpenAPI format
  • Shows number of endpoints found

3. Confirm Upload

  • Click “Upload” to import

Validate Your OpenAPI Document

Before uploading, validate your specification at https://editor.swagger.io to ensure it’s valid OpenAPI format.

Managing API Documents Later

After onboarding, you can upload more API documents or update existing API documents from Project → API Documents.

What Happens Next

In Onboarding

After uploading, WellTested automatically analyzes your API and suggests test scenarios. Continue to the next step to review them.

In Workbench

After uploading, you need to manually trigger scenario generation from Test Cases → Generate from API.

Troubleshooting

Upload Fails: Invalid Specification

Solutions:

File Too Large

Solutions:

  • Remove unnecessary examples
  • Split into multiple documents

Next Steps

After uploading your API:

  1. Generate Scenario - Create test scenarios
  2. Configure Authentication - Set up API auth

← Back: Create Project | ← Documentation | Next: Generate Scenario →