Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test data generator #10

Closed
sjp opened this issue Jul 4, 2017 · 1 comment
Closed

Test data generator #10

sjp opened this issue Jul 4, 2017 · 1 comment
Assignees

Comments

@sjp
Copy link
Owner

sjp commented Jul 4, 2017

Create a test data generator.

This should be based on the schema that we already know, i.e. it will have knowledge of types, length, nullability.

The types of things that should be generated are names, credit cards, addresses, currency, etc.

There are generators like Bogus that might be useful in implementing this.

@sjp sjp added the enhancement label Jul 4, 2017
@sjp sjp self-assigned this Jul 4, 2017
@sjp
Copy link
Owner Author

sjp commented Mar 24, 2020

Dropping this. We need an intermediate DTO class to actually generate and insert data into the database.

Bogus is more than up to the task, and it will probably have good support for nullable reference types too.

Using the data access generators in combination with Bogus is probably a very good option, and better than Schematic is targeting for.

@sjp sjp closed this as completed Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant