dpwest
14 years agoNew Contributor
xpath lookup
I have a response that looks like this with multiple <item>s:
<SomeTitle>
<item>
.
.
<Fund>Test<Fund/>
.
.
<OriginalBudget>12345.0</OriginalBudget>
.
.
</item>
I want to Assert that for fund "Test" the Original Budget = 12345.0. Can xpath assertion do this?
Thanks in advance,
Dpwest
<SomeTitle>
<item>
.
.
<Fund>Test<Fund/>
.
.
<OriginalBudget>12345.0</OriginalBudget>
.
.
</item>
I want to Assert that for fund "Test" the Original Budget = 12345.0. Can xpath assertion do this?
Thanks in advance,
Dpwest