September 2017
Beginner to intermediate
412 pages
8h 55m
English
Generating numerical test data is easy with Java. It boils down to using a java.util.Random object to generate random numbers.

Listing 2-13 Generating random numeric data
This program generates the following CSV file of eight rows and five columns of random decimal values.

Figure 2-9 Test data file
Metadata is data about data. For example, the preceding generated file could be described as eight lines of comma-separated decimal numbers, five per line. That's metadata. It's the kind of information you would need, for example, ...
Read now
Unlock full access