Why Test First
- ✅ Verify prompt produces good output
- ✅ Check quality flags for issues
- ✅ See cost estimates
- ✅ Catch variable problems
- ✅ Iterate quickly without wasting usage
How to Test a Template
1
Open the Template
Go to Templates and click on the template you want to test
2
Select a Test File
Choose a file from your uploaded CSVs to use as test data
3
Click Test
Click the Test button
4
Review Results
See generated output, quality flags, token usage, and cost
5
Iterate if Needed
Adjust your prompt and test again until satisfied
What You’ll See in Test Results
| Field | Description |
|---|---|
| Generated Output | The AI’s response for the test row |
| Quality Flags | Any issues detected (too short, forbidden word, etc.) |
| Token Usage | Input and output tokens consumed |
| Cost | Estimated cost for this generation |
| Input Data | The row data that was used |
| Built Prompt | The final prompt sent to the AI (with variables filled) |
Testing Unsaved Templates
You can test a template before saving it:- Fill in the template form (name, prompt, etc.)
- Select a test file
- Click Test
- Review results
- Then save if satisfied
Interpreting Test Results
Good Results
- ✅ Output is relevant and personalized
- ✅ No quality flags (or only minor ones)
- ✅ Length is appropriate
- ✅ Matches your intended tone
Warning Signs
- ⚠️ Output is too generic
- ⚠️ Quality flags present
- ⚠️ AI ignored your instructions
- ⚠️ Variables didn’t resolve correctly
What to Do If Results Are Poor
Output is too generic
Output is too generic
Add more specific instructions. Include examples. Reference more data columns.
Output is too long/short
Output is too long/short
Add explicit length constraints: “Keep under 100 characters” or “Write 2-3 sentences”
AI ignored instructions
AI ignored instructions
Make instructions clearer. Put them at the end of the prompt. Use “IMPORTANT:” prefix.
Variables show as empty
Variables show as empty
Check that column names match exactly. View your file to verify column names.
Contains forbidden words
Contains forbidden words
The AI might not follow forbidden words perfectly. Make the prohibition clearer in your prompt too.
Testing Multiple Rows
The test feature runs on sample rows from your file. This gives you a representative output without processing the entire file.Cost of Testing
Each test:- Uses 1 row of your monthly allowance
- Consumes tokens (billed if BYOK)
- Counts toward usage tracking