Hi UiPath Community,
I’m excited to share a new open-source UiPath custom activity package I created:
Agentic Test Automation Accelerator for UiPath
This initial release includes two reusable custom activities:
- Redact Sensitive Data
- Redacts email addresses
- Redacts phone numbers
- Redacts SSN-like values
- Redacts card-like numeric patterns
- Validate Required Fields
- Validates required columns in a DataTable
- Detects missing, blank, null, and whitespace values
- Returns a structured validation report
The goal of this package is to help UiPath developers and QA automation teams improve test data safety, validation consistency, and audit-friendly automation workflows.
Security-focused design:
- No external API calls
- No telemetry
- No credential requirement
- No data transmission
- Local workflow runtime processing only
GitHub Repository:
Release Package:
I would love feedback from the community:
- Are these activities useful for test automation projects?
- What additional activities should be added in the next version?
- Would comparison utilities, synthetic test data generation, or Test Manager helpers be useful?
Please feel free to try it, review it, star the repo if useful, and share suggestions.
Thank you,
Karthik Kapula