How to unit test a Parse XML rule
You can test a Parse XML rule directly, separate from the activity or other context in your application in which it will ultimately operate.
Preparation
For a simple test, obtain an XML document containing test data. You can choose to type or paste the data into a form, store it in a local Windows file, or upload it into a text file rule.
Conducting the test
For basics of unit testing, see Unit testing a rule with the Run toolbar button.
- Save the Parse XML form.
- Click Run or the equivalent keyboard shortcut
CTRL
+ R
. A test window opens.
- Select a radio button to indicate the source of test data.
- If the data is to be entered directly, type or paste the data into the text area. If the data is in a local file, click Browse and navigate to the file. Click OK. If the test data is in a text file rule, enter all three key parts of the rule separated by periods.
- Click Execute. A resulting XML document appears in a new window, showing properties and the corresponding values. The clipboard is not altered.
Using the Tracer
To trace Parse XML rules:
- Open the Tracer.
- Click Settings to open the Tracer Settings panel.
- Under the Rule Types to Trace section, select the Parse Rules check box.
See Tracer — Setting Options.
About Parse XML rules
Open topic with navigation