How to Use SoapUI Integrated with Maven for Automation Testing

SoapUI is an open-source tool used for testing SOAP and REST APIs. It has a user-friendly interface and a variety of features that make API testing easy. By integrating SoapUI with Maven, test automation can be achieved easily, as Maven is popularly used for build automation in Java projects. In this article, we have discussed how to set up SoapUI and Maven and create Maven projects for SoapUI tests. We have also explored how to create assertions in SoapUI projects and run SoapUI tests with assertions using Maven. By using these two tools together for automation testing, we can save time, ensure tests are always up-to-date, and have a more efficient testing process.

Discovering The Truth Behind Kubernetes Secrets

man in white dress shirt wearing black framed eyeglasses

We have been talking recently about ConfigMap being one of the objects to store a different configuration for Kubernetes based-workloads. But what happens with sensitive data? This is an interesting question, and the initial answer from the Kubernetes platform was to provide a Secrets object. Based on its definition from the Kubernetes official website, they … Read more

GraalVM: How to Improve Performance for Microservices in 2022?

GraalVM provides the capabilities to make Java a first-class language to create microservices at the same level as Go-Lang, Rust, NodeJS, and others. Photo by Caspar Camille Rubin on Unsplash Java language has been the language leader for generations. Pretty much every piece of software has been created with Java: Web Servers, Messaging System, Enterprise Application, Development … Read more

Learn How To Keep Under Control The Disk Usage of Your Local Docker Environment

Discover new options that you have at your disposal to do efficient disk usage in your Docker installation Photo by Dominik Lückmann on Unsplash The rise of the container has been a game-changer for all of us, not only at the server-side where pretty much any new workload that we deploy is deployed in a container … Read more

One new contestant to bring down the King: Apache Pulsar

Apache Kafka seems to be the standard solution in nowadays architecture, but we should focus if it is the right choice for our needs. Photo by Ross Sokolovski on Unsplash Nowadays, we’re in a new age of Event-Driven Architecture, and this is not the first time we’ve lived that. Before microservices and cloud, EDA was the new … Read more