WordListMutator
This mutator will allow users to specify additional data for each data element through a hint. Each of these values must be newline seperated in a file.
Target Elements
Hints
-
WordList — Define additional values. Must be a path to a newline seperated word list file.
For example:
<DataModel name="TheDataModel">
<String name="string1" value="Hello, World!">
<Hint name="WordList" value="mywordlist.txt"/>
</String>
</DataModel>
In this case, "string1" would hold the values contained in mywordlist.txt in addition to its default value of Hello, World!


