Unit testing parse rules
Types of parse rules include parse delimited rule, parse XML rule, parse structured rules.
- Unit testing a Parse Delimited rule
You can test a Parse Delimited rule directly, separate from the activity or other context in your application in which it eventually operates.
- Unit testing 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 ultimately operates.
- Unit testing a Parse Structured rule
You can test a Parse Structured rule directly, separate from the activity or other context in your application in which the rule ultimately operates. By unit testing your Parse Structured rules, you avoid configuration errors and improve application maintenance.
Previous topic Testing an activity in context Next topic Unit testing a Parse Delimited rule