Answered
Validation commands (VERIFY_SOAP , GET_SOAP_VALUE) should validate the SOAP web response (output) that executed from EXECUTE_SOAP command
We have three commands to execute and validate the SOAP Calls in Proof:
EXECUTE_SOAP
VERIFY_SOAP
GET_SOAP_VALUE
EXECUTE_SOAP is the command where the soap calls setup is done and when we run run this step the SOAP web response should take place.
Other two Commands VERIFY_SOAP , GET_SOAP_VALUE are the validation commands that which validate the SOAP web response (output)
But while running the VERIFY_SOAP , GET_SOAP_VALUE steps , instead of validating the values from SOAP web response (output) from EXECUTE_SOAP step, the execution is taking place again on both validation commands(VERIFY_SOAP , GET_SOAP_VALUE).
Because of this the expected results are changed and no proper validation taking place.
2 comments
Sort by
Date
Votes
Please sign in to leave a comment.