Sandbox refresh just wiped your test data

Stop rebuilding test
records from scratch.
Generate 500 in 60 seconds.

SproutEzee reads your Salesforce org's schema — custom objects, field types, picklist values, validation rules — and generates realistic, schema-compliant UK test data via Bulk API v2. Faster than you can open a spreadsheet.

Sandbox only — production blocked
Respects validation rules
Free to start
500 records · 48 seconds
SproutEzee — Generating Contact records
Inserting via Bulk API v2 460 / 500 records
FirstName Priya
LastName Gupta
Email p.sharma.7k2@testdata.invalid
Phone 07700 900 342
MailingPostalCode B4 7NT
NI_Number__c Generating…
0 validation errors · UK locale
InnovateDev sandbox · 14:32 UTC
Manual data creation
30–90 min
SproutEzee — 500 records
60 seconds
The productivity maths is simple. 90× faster than manual.
Used by Salesforce teams in Financial Services Retail Healthcare Manufacturing Professional Services
The Problem

Your sandbox just refreshed.
Your test data is gone. Again.

Every sandbox refresh wipes test records your team spent hours building. Developers manually recreate the same Contacts, Accounts, and Cases for every sprint — 30 to 90 minutes per feature test.

And without realistic data — UK postcodes, NI numbers, proper names — edge case bugs stay hidden until UAT or, worse, production.

  • Sandbox refresh wipes all test data — every time, no exceptions
  • Manual entry misses required fields, triggers validation errors, breaks flows
  • Apex test factories only generate test-class data — not usable in the UI
  • Parent records must exist before children — getting the order right takes time
Sandbox refresh — data lost
Contact 847 records deleted Gone
Account 124 records deleted Gone
Case 213 records deleted Gone
Opportunity 56 records deleted Gone
Custom__c 3 objects, 1,400 records Gone
⚠ Sprint starts Monday. Data recreation estimated: 4 hours.
Simple by Design

Test data in three steps.
No scripts. No Apex.

SproutEzee reads your org's own schema so you never configure fields manually.

1

Connect Your Sandbox

Go to sproutezee.cloudezee.tech and authorise via OAuth 2.0. SproutEzee connects to your sandbox only — production environments are blocked at the protocol level. No AppExchange install needed.

~2 minutes
2

Configure Your Data

Browse your org's objects — standard and custom. Choose which fields to populate, pick from UK locale patterns (First Name, Postcode, NI Number, Sort Code), set volume, and define relationships. SproutEzee handles parent-before-child ordering automatically.

~5 minutes
3

Generate & Go

Click Generate. SproutEzee validates against your org's validation rules, then inserts records via Salesforce Bulk API v2. 500 records in ~60 seconds. View them directly in Salesforce. Save the configuration as a reusable template for next time.

~60 seconds
Built for Salesforce Developers

Everything you need to
test your real org

Every feature is designed around the actual workflow of a Salesforce developer running sprint tests.

Schema-Aware Generation

Reads your org's metadata — custom objects, field types, picklist values, required fields — automatically. No manual mapping required.

Relationship-Aware

Handles parent-to-child relationships correctly. Generates Account records before Contact lookups. Gets the insert order right every time.

UK Locale Data

Generates realistic UK names, addresses, phone numbers, postcodes, NI numbers, sort codes, and bank account numbers — not random strings.

Validation Rule Compliance

Pre-validates generated values against your org's active validation rules before sending to Bulk API. Zero unexpected insert failures.

Saved Data Templates

Configure once, generate on demand. Save any field configuration as a reusable template — "500 Contacts with Cases" runs in one click after any sandbox refresh.

Bulk API v2

Uses Salesforce's fastest data insertion API. 10,000 records per run on Pro plan. Processes in parallel batches — no governor limits to worry about.

Multi-Sandbox Support

Connect multiple sandboxes — dev, UAT, training. Pro plan supports 3. Switch between them from the dashboard without re-authorising each time.

Team Sharing

Pro plan includes team access. Share saved templates with colleagues so QA engineers and developers work from the same data configurations.

Transparent Pricing

Start free, scale as
your team grows

No per-user seats. Flat monthly pricing. Cancel any time.

Monthly
Annual Save 20%
Free
£ 0
forever
 
For individuals evaluating the tool and small teams testing on standard objects.
  • 1 sandbox
  • 100 records/day
  • 5 standard objects
  • UK locale patterns
  • Custom objects
  • Saved templates
Get Started Free
Starter
£ 49
/month
£39/mo billed annually
For developers who need custom object support and higher daily volumes.
  • 1 sandbox
  • 1,000 records/day
  • All objects (standard + custom)
  • All UK locale patterns
  • Validation rule compliance
  • Saved templates
Start Starter
Most Popular
Pro ★
£ 129
/month
£103/mo billed annually
For QA teams running feature tests across multiple sandboxes every sprint.
  • 3 sandboxes
  • 10,000 records/day
  • All objects (standard + custom)
  • Saved data templates (unlimited)
  • Team template sharing
  • Generation history log
Start Pro Plan
Best Value
Bundle
£ 349
/month
£279/mo billed annually
MaskEzee Silver + SproutEzee Pro. The complete Salesforce test data lifecycle — mask existing data, generate fresh records.
  • Everything in SproutEzee Pro
  • MaskEzee Silver (5 sandboxes)
  • GDPR masking + PDF audit log
  • 5 sandboxes across both tools
  • Priority support
  • Save £127/mo vs buying separately
Get Bundle Pricing
Companion Products

MaskEzee masks your live data.
SproutEzee generates fresh records.

Together they solve the complete test data problem: wipe the production data, fill the sandbox with realistic generated records ready to test.

MaskEzee
GDPR-compliant sandbox masking
  • Replaces PII with realistic fake values
  • Never reads actual customer data
  • PDF audit log for your DPO
+
SproutEzee
Schema-aware test data generation
  • 500 realistic records in 60 seconds
  • Reads your schema automatically
  • Saved templates for any sprint
Bundle saves £127/mo £349/mo
The Workflow

After every sandbox refresh

1
MaskEzee clears production PII
Replaces all real customer data with GDPR-compliant fakes. Audit log generated.
2
SproutEzee fills the sandbox
Generates fresh test records from saved templates. Sprint-ready in under 5 minutes.
3
Dev & QA start testing immediately
No manual data creation. No real PII. Just test records ready to go.
Talk to Us About Bundle Pricing
FAQ

Common questions

Can SproutEzee connect to my production org?
No — by design. SproutEzee's OAuth scope only accepts sandbox environments. If you attempt to authorise a production org, the connection is rejected. This is a hard technical boundary, not just a policy.
Does SproutEzee read my real Salesforce data?
SproutEzee reads your org's metadata — object names, field names, field types, picklist values, validation rule logic, and relationship definitions. It does not read any record data (field values, customer records, etc). All generated data is synthetic and created fresh.
How does validation rule compliance work?
SproutEzee pulls your active validation rules as metadata and evaluates each generated record against those rules before sending to the Bulk API. Records that would fail validation are regenerated with different values until they pass. This means 0 unexpected insert failures from validation rules.
Does it work with custom objects and fields?
Yes. SproutEzee reads all objects from your org's metadata, including custom objects (anything ending in __c). Custom fields, custom picklists, and custom lookup relationships are all supported on Starter and above. Free plan is limited to the 5 standard objects (Contact, Account, Lead, Opportunity, Case).
What if I need more than 10,000 records?
Contact us for enterprise pricing. We support volume generation up to Salesforce's Bulk API limits (which are very large). We can also discuss custom batching configurations for large test datasets across multiple objects.
How is SproutEzee different from Salesforce's Data Generator?
Salesforce's Data Generator requires SFDX CLI knowledge and manual recipe authoring. SproutEzee is a no-code web app — connect, configure in a UI, generate. We also offer UK locale data specifically (Salesforce's tool uses US defaults), validation rule awareness, and the concept of saved templates for repeated post-refresh use.
Get Started Today

Your next sandbox refresh
doesn't have to be a data crisis.

Connect your sandbox in 2 minutes and generate your first 100 test records for free. No credit card needed.

No credit card
Sandbox-only connection
Cancel any time