Posts tagged as:

soapUI

Introduction In this era of Web 2.0 and SaaS, SOA is being more popular than ever in product developments. Thus most of the developments are related to implementing web services for exposing their core/business logic. As the web services are being popular, the testing demands are increasing for web services. Also, apart from one time [...]

{ 2 comments }

Customizing soapUI reports

by Chirag Jayswal on January 4, 2010

Note: For overall context for this blog please read integration testing with soapUI. SoapUI Pro has extensive reporting functionality: creating reports on different levels (project, testsuite, testcase, etc.), different formats (pdf, cvs, xls, xml, etc.), easy customization and more. The feature provides three basic types of reports: Printable Reports : Reports are based on the [...]

{ Comments on this entry are closed }

Invoking a Selenium RC test from soapUI

by Bhaskar.Joshi on January 1, 2010

Note: For overall context for this blog please read integration testing with soapUI to understand why extending soapUI to work with Selenium is ever necessary. A selenium RC groovy script which is one form of customizable edition of the recorded selenium IDE can be invoked in the soapUI. It is useful to perform various tasks [...]

{ 15 comments }

Integration testing with soapUI

by Manish Mathuria on December 27, 2009

soapUI can be leveraged for doing integration testing which involves tests other than plain web services – such as invoking selenium tests.

{ 3 comments }