GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Web Testing
Go To First  |  Previous Question  |  Next Question 
 Web Testing  |  Question 92 of 96    Print  
WebService Testing
Explain What is WebService Testing? How it is done - manually (or) Automation?


  
Total Answers and Comments: 3 Last Update: September 09, 2009     Asked by: test_3 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 26, 2008 08:13:14   #1  
avijitsur Member Since: April 2007   Contribution: 1    

RE: WebService Testing
This can be done both Manual or Automatic.

Manual: Use XML Spy to check Request and corresponding Respond XML.

Automatic: Use SOAP UI

 
Is this answer useful? Yes | No
March 09, 2009 01:39:52   #2  
srinivasulub1981 Member Since: December 2005   Contribution: 381    

RE: WebService Testing
Webservice:

A Web service is a software system designed to support interoperable machine-to-machine interaction over a network.

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
September 09, 2009 02:36:43   #3  
rajmohan23 Member Since: August 2009   Contribution: 40    

RE: WebService Testing

Web testing involves the following activities (manual)
1. Check the login page for the secure login
2. Check the login page throws the error message if the user name r pwd r wrong
3. Test for the links
4. Test for the menus and sub menus
5. Test for the performance (load and stress)
6. Test for the short cut keys
7. Test the print statements and so on


 
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