SOAP Testing

What does SOAP testing consists of? How is it related to XML testing?

Questions by vk1978   answers by vk1978

Showing Answers 1 - 3 of 3 Answers

SOAP (Simple Object Access Protocol) is a protocol specification for
exchanging structured information in the implementation of Web Services in
computer networks.


Basically all web service request and response comes under this category i.e.
uses SOAP. Now coming to the question. Being a user or tester we could only see
XML requests and response even though Web Services use SOA Protocol.


1) XML Testing In XML Testing we check for proper schema of the XML
SOAP Testing Here in SOAP testing we do a schema test for response that we get
from a Web Service


2) XML Testing Validate the tag values as per specification
SOAP Testing Validate the tag values as per specification and u can do
additional validation and check it in Data base if u have access


3) XML Testing Its basically static test we do on a static XML Files Such as
Config, Properties files
SOAP Testing Its dynamic test our response will be based on request that we pass


Regards
Vaibhav Tavarageri


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions