Is there any tool to generate test data based on specific requirements?
e.g. Size, file type
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is quite open ended …
You can find some data useful for testing in many areas, usually related to natural languages, by searching for the word “corpus”.
If want to generate random data, go and hack a Perl script…
but :
I have seen many people generating tons of data to test the performance of their code while forgetting to check the result was correct.
If you are lucky enough to have the possibility to do a round trip, like for example with compression / decompression, the random data generation can provide useful and catch corner cases you would not have thought of