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 29 of 31    Print  
Web Services Testing
How will you perform Security Testing of the Web Services?


  
Total Answers and Comments: 4 Last Update: July 23, 2009     Asked by: KauShreya 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 17, 2008 23:42:12   #1  
shubhamsharma84 Member Since: December 2008   Contribution: 3    

RE: Web Services Testing
security testing can be performed by having an complete idea about the application to be tested
 
Is this answer useful? Yes | No
December 18, 2008 18:58:10   #2  
KauShreya Member Since: May 2006   Contribution: 19    

RE: Web Services Testing
I totally agree with you but if I need to perform testing on Authentication Web Services do you suggest any approach to perform unit /load testing as it is totally new field to me.

Thanks
Sreya

 
Is this answer useful? Yes | No
March 31, 2009 05:48:21   #3  
srinivasulub1981 Member Since: December 2005   Contribution: 381    

RE: Web Services 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 respond 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>


Security testing: It can't tell in one word it's a big process and vary sever to server.

Srinivas


 
Is this answer useful? Yes | No
July 22, 2009 06:41:08   #4  
rachana.thakur Member Since: July 2009   Contribution: 1    

RE: Web Services Testing
It depends on application you test. In my case we download data from one central database to a local database using webservice.
In central database data is stored as per pariticular service area and it should be visible only to user of that particular service area and while connecting to central database through webservice we provide user name and password.
So we test that when we log in to particular service area we should not be able to see and download data from other service area...
This is what I do
1) Created data in both service area which can be downloaded
2) However login with 1 service area
2) Try to download data
3) Verify that only particular service areas data gets downloaded..
We do lot many things.. but it actaully depends on application.

 
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