Skip to main content

Manual Upload from Production Logs

This feature allows you to import test cases by uploading log files directly from your production environment. The import process converts your production logs into structured test cases that can be used within Teammately's test case framework.

CSV Format Requirements​

When uploading logs from CSV files, ensure that your data follows the required format for the Agent to process it correctly. To view the required format, you can download CSV file template and edit it afterwards.

Uploading CSV Files​

To upload production logs from a CSV file:

  1. Click the "Import Logs" button in the interface
  2. Select "Import from CSV file" from the dropdown menu
  3. Choose your CSV file from your local system
  4. Review the field mapping to ensure correct data interpretation
  5. Confirm the import to begin processing
  6. Review and approve the imported test cases

Custom Format Handling​

Note: Automatic Agent generation for custom data formats is not yet implemented.

If your CSV data uses a different format than what's required by the default agent, you can:

  1. Edit the Agent Instructions Document (AID) directly within your test case configuration
  2. Make necessary format adjustments to ensure compatibility with your data structure
  3. Specify custom field mappings during the import process

The AID defines how the Agent interprets and processes your data, allowing for flexibility with various log formats.

Integration with Data Expansion​

After importing your production logs, you can further enhance your test dataset using Teammately's Data Expansion capabilities. This allows you to:

  1. Maintain the authenticity of real-world data
  2. Generate similar variations to increase dataset size
  3. Create a more comprehensive test suite based on actual usage patterns

Note: We are currently working on expanding import capabilities, including Direct Production Log Integration, Cross-Collection Imports and Advanced Format Detection