In this post, you will learn how to execute penetration tests with OWASP Zed Attack Proxy (ZAP). ZAP is a free web app scanner which can be used for security testing purposes.
Continue reading “Automated Pen Testing With Zed Attack Proxy”Tag: Tutorial
Improve Your Robot Framework Tests With Robocop
Testing software will tell you something about the quality of your software. But how do you ensure that your tests have a high quality? A static analysis tool can help you in order to improve the quality. Robocop is a such a static analysis tool for Robot Framework tests. In this blog, you will learn how to use and configure Robocop for your purposes.
Continue reading “Improve Your Robot Framework Tests With Robocop”How to Monitor a Spring Boot App
In this blog you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana. Seems a lot of work, but this is easier as you might think!
Continue reading “How to Monitor a Spring Boot App”Getting Started With RSocket Part 2
In this blog, you will continue where you left off after Part 1. You will explore the RSocket communication models Fire-and-Forget, Request-Stream and Channel. For all of these models, you will create the server, client and a unit test.
Continue reading “Getting Started With RSocket Part 2”Getting Started With RSocket Part 1
In this blog, you will learn the basics of RSocket, a binary application protocol which supports Reactive Streams. After the introduction, you will learn how to use RSocket in combination with Spring Boot. Enjoy!
Continue reading “Getting Started With RSocket Part 1”How to Deploy a Spring Cloud Function on AWS Lambda
In this post, we will create a Spring Cloud Function and create some unit tests for it. We will do so by creating a function with Bean definition and with the functional style. At the end, we will deploy the function on AWS Lambda.
Continue reading “How to Deploy a Spring Cloud Function on AWS Lambda”How to Deploy a Spring Boot App to AWS Elastic Beanstalk
In this post, we are going to explore how we can deploy a simple Spring Boot application to AWS Elastic Beanstalk. We will explain how to setup an AWS account and provide a step-by-step guide how to deploy to AWS.
Continue reading “How to Deploy a Spring Boot App to AWS Elastic Beanstalk”Getting Started With React
In this blog we are going to explore how we can get started with React. React is a JavaScript library for building user interfaces. We will explain how you can have a flying start with React and share our experiences.
Continue reading “Getting Started With React”Java Streams By Example
In this blog, we are going to take a closer look at the Java 8 Streams API. We will mainly do so by means of examples. We will cover many operations and after reading this blog, you will have a very good basic understanding of the Streams API. Enjoy reading!
Continue reading “Java Streams By Example”Parallel Testing With Robot Framework
Did you ever encounter the problem that your regression test execution time has become so large, that you needed to wait for hours in order to get the results? This is where Pabot comes to the rescue! Pabot enables parallel test execution for your Robot Framework tests. Let’s see how this works!
Continue reading “Parallel Testing With Robot Framework”