iNTERFACEWARE Products Manual > Installing and Using Chameleon > Tutorials and Exercises > Performing Regression Tests Using msgtransform > Using the msgtransform Tool |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The msgtransform tool is a useful command line utility that allows you to use the mapping logic in a VMD file to transform messages. For the purposes of this tutorial, you will use msgtransform and the VMD file you examined in the previous step to parse multiple ADT messages. To use the msgtransform tool:
Here, the --table option specifies that you want msgtransform to perform table grammar mapping. The three parameters (all of which are required) specify, in order:
For the sample regression test that you are performing in this tutorial, the output file, output.txt, is the baseline file, containing output that you know is correct. In the subsequent steps, you will change your VMD file, and then run msgtransform again to compare its output to the output that you have just generated here. |