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

XmlW3CMutator

This mutator will perform the W3C parser tests. It only works on strings with a specific XMLhint hint.

Target Elements

Hints

  • XMLhint — Set this to "xml" in order for the element to be detected by this mutator.

For example:

<DataModel name="TheDataModel">
  <String name="string1" value="Hello, World!">
    <Hint name="XMLhint" value="xml"/>
  </String>
</DataModel>