Tag Archives: Web API

Best Practices For API Testing

What is API Testing ? API Testing is entirely different from GUI testing and mainly concentrates on the business logic layer of the software architecture. This testing won’t concentrate on the look and feel of the application . API Testing requires an application to interact with API. In order to test an API, you will
CONTINUE READING

How to Incorporate a SOAP Service in ApiCode

“ApiCode” is a framework which allows developers to plugin custom JAVA code. It can effectively integrate with any external system by implementing the necessary “ApiCode” interface exposed for integration with DBSync platform. Link for ApiCode ‘helloworld‘ example. Since ApiCode is a simple java application, implementing SOAP services in ApiCode is not any different. It is as same
CONTINUE READING