资 源 简 介
CSVGenerator creates csv file using XML descriptor file. Descriptor file specifies in which way the values are generated.
Values can be generated using four different types of ValueProducers - VP:
Value Generator - generates value based on input parameters - VG
Value Modifier - modifies value of one ValueProducer - VM
Value Combinator - combines values of one or many ValueProducers - VC
Value Reference - references existing value and copies it"s value - VR
So far, there are several implementations of Value Producers:
Fixed text VG
Linear value VG
Random value VG
Combinator (combining 1 or more ValueProducers in new value) VM
Work on:
Random and linear date VG
Random list VG
Linear random value VG
Addition, substruction, multiply and division combinator VC
Repetition combinator VC
Substring modifier VM