GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Product Testing
Go To First  |  Previous Question  |  Next Question 
 Product Testing  |  Question 5 of 31    Print  
SOAP Testing. How to do SOAP Testing manually.

  
Total Answers and Comments: 4 Last Update: May 07, 2009     Asked by: Ashok 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 04, 2006 16:40:55   #1  
amar_win Member Since: April 2006   Contribution: 39    

RE: SOAP Testing. How to do SOAP Testing manually.
Easiest way....ask developers to provide a clienttough way.....learn HTTP n SOAP a little write client programs to call the server..u can use perl/python
 
Is this answer useful? Yes | No
February 27, 2007 15:55:42   #2  
Sujatars Member Since: December 2006   Contribution: 217    

RE: SOAP Testing. How to do SOAP Testing manually.
Soap Testing can be done by using a Soap Tester.All you need to know is the URL to capture and invoke any type of test against a web service!
 
Is this answer useful? Yes | No
December 16, 2008 14:23:05   #3  
KauShreya Member Since: May 2006   Contribution: 19    

RE: SOAP Testing. How to do SOAP Testing manually.
Is WCF Services Testing same as Web Services Testing?
 
Is this answer useful? Yes | No
May 07, 2009 02:25:29   #4  
srinivasulub1981 Member Since: December 2005   Contribution: 381    

RE: SOAP Testing. How to do SOAP Testing manually.
How to test:

I've tested a web service called 'Soap server' in my project and it is worked as below.

-> first of request will send to service in XML format
-> Server is also respong to client in terms of XML

Ex:

Request:

<GIFTS_PAYLOAD><AUTHENTICATION><SC_CLIENT_ID>afasdfasdfasd</SC_CLIENT_ID></AUTHENTICATION></GIFTS_PAYLOAD>

Responce:

<GIFTS_PAYLOAD>
<PARAMETERS>
<ERROR>
<ERROR_CODE><![CDATA[001]]></ERROR_CODE>
<ERROR_LOCATION><![CDATA[Authentication Error]]></ERROR_LOCATION>
<ERROR_MESSAGE><![CDATA[Authentication Failed. Unable to find the specified GUID in the SmartChange system. If the problem persists please contact the SmartChange administrator.]]></ERROR_MESSAGE>
</ERROR>
</PARAMETERS>
</GIFTS_PAYLOAD>


So we can test a web service for negative scenarios and it's throwing the validation messages for invalid request...



Srinivas


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape