This project aims to generate test data required in software development projects using logical rule sets and to convert the data into the desired file format. It is available for everyone in need.
Clone this repository:
git clone https://github.com/koraykck/random-test-data-generator.git
Download the SQL Server
Create a database
- Create a database named 'RDGdb' on your 'localhost' server.
Configure database connection
- Navigate to the
appsettings.json
file in the backend UI layer. - Locate the
ConnectionStrings
section:
"ConnectionStrings": {
"DefaultConnection": "server=.;Database=RDGdb;Trusted_Connection=True;TrustServerCertificate=True;"
}
Update database in the Package Manager Console in Visual Studio
update-database
- Parameter Control: Define the type, quantity, and attributes of the data to be generated.
- Easy to Use: Quickly generate datasets with a simple interface.
- Open for Everyone: Available for anyone in need.
- User Registration and Login: Users can register and log in to the system.
- Rule-Based Data Validation: Data types are validated and generated according to logical rule sets.
- Downloadable in Desired File Formats: Convert and download the generated data in the desired file format.
- Adding more data types
- Creating new rule sets for logical data generation
- Creating relational data tables
- Adding admin panel to manage operations in the application
- AI-powered data generation
- @buraksenyurt thank you for your guidance and development support.
If you have any feedback, please contact us at the email addresses below.
This project is licensed under the MIT License. For more details, see the MIT.