Skip to main content

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)
Both options help you debug and refine before running a Workflow in Standard Mode.

🔍 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
Node-level test button
Use node-level tests while building — it’s faster and avoids re-running the full Workflow.

🧪 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
Play-level Test Mode

✅ Good to Know

FeatureNode TestWorkflow-Level Test Mode
ScopeSingle nodeFull Workflow
Credit usage❌ Free❌ Free
Best forDebugging stepsValidating logic end-to-end
Test Mode always runs with a 5-record cap.
For large datasets or grouped behavior, use Standard Mode.

Common Use Cases

Use testing to check:
  • If enrichments or lookups return results
  • Whether filters, conditions, or splits behave correctly
  • That scoring or ranking logic is firing as expected

FAQ

Yes — both node tests and Workflow-level Test Mode are completely free.
It’s optimized for speed and safety. Standard Mode will lift this cap.
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.