11 years ago
how can i Send a single request of 5 XML
I need to send 5 xml files in a single put request.
Test Scenario :- the request should not pass if the sum of a field in the XML requests is not 100
Request 1 : should pass
1st XML has 20
2nd XML has 20
3rd XML has 20
4rd XML has 20
5rd XML has 20
Request 2 : should fail
1st XML has 20
2nd XML has 20
3rd XML has 20
4rd XML has 20
5rd XML has 30
Please Suggest
Test Scenario :- the request should not pass if the sum of a field in the XML requests is not 100
Request 1 : should pass
1st XML has 20
2nd XML has 20
3rd XML has 20
4rd XML has 20
5rd XML has 20
Request 2 : should fail
1st XML has 20
2nd XML has 20
3rd XML has 20
4rd XML has 20
5rd XML has 30
Please Suggest