1. Generate QA seed users
QA EngineerBackground
Need to populate a new user management dashboard with realistic data to test search and filtering functionality.
Problem
Manually creating 50+ user records is inefficient and prone to errors.
How to use
Configure the fields for name, email, credit card, and status, then set the count to 50.
{"fields": [{"name": "fullName", "type": "fullName"}, {"name": "email", "type": "email"}, {"name": "creditCard", "type": "creditCard"}, {"name": "status", "type": "pick", "values": ["active", "blocked"]}]}Outcome
A clean JSON file containing 50 unique user records ready for database import.