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:
.jsonfiles - 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:
- Validate at https://editor.swagger.io
- Ensure OpenAPI version is 2.0.x or 3.0.x
- Fix syntax errors in JSON
File Too Large
Solutions:
- Remove unnecessary examples
- Split into multiple documents
Next Steps
After uploading your API:
- Generate Scenario - Create test scenarios
- Configure Authentication - Set up API auth
← Back: Create Project | ← Documentation | Next: Generate Scenario →