Posted on March 26th, 2013 by Prachi Nagpal
Few days back I encountered a situation in my project, where we had to test a web service to which we were not having access to since it was at client’s side. So, we decided to create a simulation or approximation of the Web Service before the actual Web Service by using the SOAP Service [...]
Filed under: Agile, Agile Testing, Blog, Groovy, openshift, Quality Assurance, Restful, SOAP, Testing, Uncategorized, Web Services | No Comments »
Posted on March 21st, 2013 by Pratima Pant
My previous project was with a Java Web Service Provider team. Being the service provider, it was very critical for us to keep the web services up and running. A little outage or bugs impact many groups’ work. Management came up with a requirement to know if our testcases are covering enough functional scenarios possible [...]
Filed under: Java, Testing, Web Services | No Comments »
Posted on December 20th, 2012 by Subrahmanyam
In this blog I am going to explain what all tools are available in the market to test the SOAP/REST Web Services. What are the pros and cons of each of them and which tool can be used for which testing purpose? Recently I had an opportunity to test the implementation of Web Services of [...]
Filed under: Agile Testing, Restful, Test Auotmation, Testing, Uncategorized | No Comments »
Posted on February 24th, 2012 by Mukesh Shah
Recently, I was looking for a Java Script client to test my Web Services. After my recent findings on CXF, I found out that it can also create JavaScript clients using tools. Since existing tools had ANT support for generating JavaScript client and my current requirements was to use Maven. After not finding any such [...]
Filed under: Apache CXF, Javascript, Maven, Web Services | Comments Off
Posted on January 25th, 2012 by Mukesh Shah
My last assignment required me to expose soap based web service. While exploring I came to know that there are many types of web services, for example JBossWS, GlassFish Metro, Apache CXF, Axis1, Axis2 and likewise. All of them are widely used and were also promising to fulfill most of my requirements. Since I had [...]
Filed under: Apache CXF, Java, SOAP, Web Services | 4 Comments »