A Testify Action to store test properties from a processor response
Stores information from response objects into properties for use in tests ####Parameters The following parameters are supported
- None: Start, End string match (Default)
- |XPATH| Switches to xpath based matching
- |NODE| Selects entire node/nodelist items using xpath
<testcase>
<postTestProcessorAction>
StoreResponsePropertyAction::PropertyName==StartTag==EndTag
</postTestProcessorAction>
</testcase>
<testcase>
<postTestProcessorAction>
StoreResponsePropertyAction::|XPATH|PropertyName==//path/to/node
</postTestProcessorAction>
</testcase>
<testcase>
<postTestProcessorAction>
StoreResponsePropertyAction::|NODE|PropertyName==//path/to/node
</postTestProcessorAction>
</testcase>