The web-service tag has no wiki summary.
2
votes
1answer
711 views
testing RESTful webservice with kerberos authentication
I've been testing a RESTful webservice for the last little while using SoapUI. It's worked great until this week where a requirement was added that the web service must use kerberos authentication, ...
2
votes
1answer
43 views
Testing EJB based web service - Java vs .NET vs SoapUI
I am testing a workflow application that takes the user step by step through each task. The inputs in each task are basically just barcodes or some numerical values. Fortunately, each task has an EJB ...
2
votes
1answer
311 views
Can testcases in .csv or excel format be imported in SOAP UI?
I am using SOAP UI to test our RESTful search service. The search request is of the form :
{ "className": "Pets",
"searchType": "SearchResult",
"query": ...
2
votes
0answers
50 views
How to deserialize and correlate Binary Large Objects in Load Runner 11.5 Web Custom Request?
I'm working on a Silverlight based application. We've recorded the scripts using Load Runner 11.5 and while replaying to find dynamic values for correlation, we found out that the entire data in a ...
2
votes
2answers
181 views
Ways to test Web Service security by IP filtering?
As a security measure, we are now filtering access to our web service methods only to a small subset of machines, by IP address. Since I am relatively new to the game of testing, I wanted to know if ...
1
vote
1answer
196 views
Best approach/tool to develop an automation suite to test an XML API?
I'm in charge of the automation for a hotels search/book XML API. My experience is mostly with SOATest and a bit of soapUI. I would like to know if there is a better approach to do it, I'm looking to ...