Book Image

Writing API Tests with Karate

By : Benjamin Bischoff
Book Image

Writing API Tests with Karate

By: Benjamin Bischoff

Overview of this book

Software in recent years is moving away from centralized systems and monoliths to smaller, scalable components that communicate with each other through APIs. Testing these communication interfaces is becoming increasingly important to ensure the security, performance, and extensibility of the software. A powerful tool to achieve safe and robust applications is Karate, an easy-to-use, and powerful software testing framework. In this book, you’ll work with different modules of karate to get tailored solutions for modern test challenges. You’ll be exploring interface testing, UI testing as well as performance testing. By the end of this book, you’ll be able to use the Karate framework in your software development lifecycle to make your APIs and applications robust and trustworthy.
Table of Contents (15 chapters)
1
Part 1:Karate Basics
7
Part 2:Advanced Karate Functionalities

Checking out Gatling reports

Gatling creates its own test reports, which are much better suited to its purpose than standard Karate reports. In this section, we will look at what is inside a report and what conclusions we can draw from it.

We can open the report either from the report link that is shown in the logs, or by clicking on the KARATE RUNNER tab in VS Code and selecting the index.html link under our performance project:

Figure 10.5 – Opening the Gatling report from VS Code

Figure 10.5 – Opening the Gatling report from VS Code

Let’s look at the most important individual report sections from the last test run using 1000 users in 10 seconds. This should give us a better understanding of the information we can retrieve from Gatling performance tests.

Figure 10.6 – A Gatling report’s global simulation data

Figure 10.6 – A Gatling report’s global simulation data

In Figure 10.6, we can see the distribution of response times and passed and failed requests in a much clearer way than in the logs alone...