-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (19 loc) · 989 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NAME
genRecord − Generate test data
SYNOPSIS
genRecord −c configFile.yaml −o database.sqlite:tableName −n 50
DESCRIPTION
This program is for generating test data. It takes the given config file
and uses it to generate records of data.
The config file is a yaml file that contains an array of field
definitions. In general the field definitions consist of an array that
contains a field name or array of field names, a generator name, and
arguments to the generator. The fields are generated in the order that
they are specified. The results of earlier fields are accesible for use
as arguments to later generators. They are accessed using the $
notation where $fieldName is replaced with the value of the field.
AUTHOR
James Switzer <[email protected]>
COPYRIGHT
Copyright 2013 ShastaQA
This program is distributed under the terms of the GNU General Public License