Where Can I Find Test Data and How to Use It for Testing?

james alary jamesalery1 at gmail.com
Sun Mar 23 13:26:32 UTC 2025


On Sunday, 23 March 2025 at 09:16:28 UTC, james alary wrote:
> Hey everyone,
>
> I’m a newbie developer and I need some test data like names, 
> emails, birthdays, etc., to test my project. Can anyone suggest 
> where I can find or generate this data?
>
> Also, once I have the data, how do I use it for testing 
> features like forms and user profiles? Any tips on performing 
> effective tests?
>
> Thanks a lot! 😊

yes, found solution for it, I will use random generators and 
paste that data into sheet. for example, 
https://birthdaygenerator.org/ for generating random birthdays.


More information about the Digitalmars-d mailing list