Monday, February 13, 2023

SOAP API

 SOAP ( Simple Object Access Protocol ) is a messaging protocol that allows programs that run on disparate operating systems or services like frontend or backend to communicate using HTTP and its extensible markup language ( XML)



SOAP uses WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information.

what to Test in API testing 


Validate the keys with Min and Max range of APIS

Have a testcase to do XML, JSON schema validation

keys verification. If we have JSON , XML apis we should verify its that all the keys are coming.

Verify that how the APIs error codes handled.




No comments:

Post a Comment