testing - Test data generation tool -
Based on specific requirements, is there a device to generate test data?
For example size, file type
Your question is quite open. .
You may find some data useful for testing in many areas related to natural languages, usually by searching the word "corpus".
If you want to create random data, go and hack the Perl script ... but:
- Be careful of computer-generated randomness that can harm you Are ().
- Test data are really useful when you know what the result of yor calculation should be, otherwise you do not know whether your test was successful or not.
I've seen many people that they generate many data to test their code's display the results were correct.
If you are lucky, you are likely to make a round trip, for example, with the compression / decompression, for example, random data generation can provide useful and catching cases which you do not have Would have thought
Comments
Post a Comment