Hint
Hints are extensions of Mutators that can be attached to data elements to provide the peach engine more information about the data that is being parsed and how it should treat it. For instance when a String contains a number only the numerical tests contained within the string mutator would execute. However, if you add a NumericalString hint to the String it will attach all the numerical mutators as well.
<String value="250">
<Hint name="NumericalString" value="true" />
</String>
Available Hints:
-
ArrayVarianceMutator-N
-
DWORDSliderMutator
-
BitFlipperMutator-N
-
NumericalVarianceMutator-N
-
NumericalEdgeCaseMutator-N
-
FiniteRandomNumbersMutator-N
-
SizedVaranceMutator-N
-
SizedNumericalEdgeCasesMutator-N
-
SizedDataVaranceMutator-N
-
SizedDataNumericalEdgeCasesMutator-N
-
type
-
ValidValues


