Summary
In this chapter, we talked about the basics of writing Karate API tests using different HTTP verbs and checks for status codes, content types, and various response matchers. Also, we checked out some ways to define payloads leading to a better understanding of our test scenarios.
In Chapter 4, Running Karate Tests, we will look at the various ways to run Karate tests, both from the IDE as well as from Maven. Also, we will check out some of the very helpful features of the Karate Runner VS Code plugin, which can be used to run and debug tests.