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

NumericalString

The NumericalString hint can only be used with String elements to indicate it’s value is a number. When this hint is used it activates all of the numerical mutators along with the standard string mutators.

Note: If the default value of a string is a number, the NumericalString hint is automatically added.

<String value="250">
   <Hint name="NumericalString" value="true" />
</String>