What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

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:

  • NumericalString

  • ArrayVarianceMutator-N

  • DWORDSliderMutator

  • BitFlipperMutator-N

  • NumericalVarianceMutator-N

  • NumericalEdgeCaseMutator-N

  • FiniteRandomNumbersMutator-N

  • SizedVaranceMutator-N

  • SizedNumericalEdgeCasesMutator-N

  • SizedDataVaranceMutator-N

  • SizedDataNumericalEdgeCasesMutator-N

  • type

  • ValidValues