soap - Is there a way to assert a certain value returned in an XML response file in Jmeter -


i have created soap request jmeter added xml assertion test plan
it's not enough me there way assert value in response xml let's value in tag in response xml

xml assertion checks response against xsd schema, test element looking xpath assertion.

you able add checks based on xpath language queries , validate response against expected values conditionally fail samplers there mismatch.

see how use jmeter assertions in 3 easy steps article learn more different jmeter assertion types.


Comments