Solved
Forum Discussion
PaulMS
8 years agoSuper Contributor
The xpath match assertion works correctly in version 5.3.0 with
//Block16DetailElectricity/TotalEnergyEssentTable/TableLine[@tableLineDescription='Dag1']/@amountExclVAT
The result is 49.50.
Are you using xpath match assertion or script assertion?
AnkushP
8 years agoNew Contributor
Thank You Paul for the reply. I am using Property Transfer step and then extracting value of the xml tags and attributes using Xpath filter and then saving the value in the Target property.
I am not using Xpath assertion as in my case I need to extract all the values from each and every step and then compare as explained in the main question.