How To Use
|
In the sections above all filter settings where used only for checking the contents of an XML tree. The tree itself was not affected. In some situations you may want to also change the tree and reduce its contents according to filter settings.
Example: Your test application may request detailed dump data from a component under test. For your test case only a part of the data is relevant. Using filter conditions you can transform and reduce the received xml data. The reduced data then can be stored within a logfile which you can compare with a predefned file with expected data.