Skip to main content

Posts Tagged ‘Integration Testing’

A group of diverse coworkers working on the computer together

API Testing : Test MultipartFile Upload using Java, Spring and Cucumber framework

It is easier to test MultipartFile upload service in POSTMAN just by selecting multiple files and sending the request. But to test using Java, we need to write multiple lines of code to invoke the request. In this blog, we will discuss about the Java function to invoke MultipartFile upload request and get the response. […]

Web API Using Azure

Local Testing using Gremlin on Azure Cosmos DB Emulator

I was recently tasked with setting up a local database instance for testing a web application. The application uses a Gremlin graph database hosted on Azure Cosmos DB. The solution we decided on was using the Azure Cosmos DB Emulator with data populated by a script. Due to the low usage of Gremlin, there does […]

JMeter Testing for a Datapower ESB Implementation – Part 1

Introduction When considering testing a Datapower implementation the first tool that is generally mentioned SoapUI. While this is a good tool for a particular aspect of testing, you may need to expand your testing capabilities to include a broader set of concerns. In this blog I’d like to consider an architectural scenario in which I […]