What It Does
Nrev gives you two ways to test:- Node-level testing — to check outputs at each step
- Workflow-level Test Mode — to validate the entire flow with real data (capped at 5 rows)
🔍 Node-Level Testing
You can test any individual node in isolation. This is useful when:- You’re fine-tuning a specific step
- You want to validate enrichment, scoring, or transformations one at a time

🧪 Workflow-Level Test Mode
This runs the entire Workflow using up to 5 records per node. It helps you:- Validate the full logic across nodes
- Spot empty outputs or config gaps
- Preview how final data will look

✅ Good to Know
| Feature | Node Test | Workflow-Level Test Mode |
|---|---|---|
| Scope | Single node | Full Workflow |
| Credit usage | ❌ Free | ❌ Free |
| Best for | Debugging steps | Validating logic end-to-end |
Common Use Cases
FAQ
Can I test without using credits?
Can I test without using credits?
Yes — both node tests and Workflow-level Test Mode are completely free.
Why only 5 rows in Test Mode?
Why only 5 rows in Test Mode?
It’s optimized for speed and safety. Standard Mode will lift this cap.
Do test results get saved?
Do test results get saved?
Yes, but they’ll reset if you modify the Workflow. Just re-run to refresh OR download outputs from the run logs!
Use both node tests and Workflow-level Test Mode to iterate faster — and launch with confidence.