...

/

Writing a Sad-Path Test in Postman

Writing a Sad-Path Test in Postman

Learn how to write a sad-path test in Postman.

We'll cover the following...

Overview

In this lesson, we’ll write up a sad-path test for the BigCo API. For example, let’s create a test that confirms we can’t add a new company record if we’re missing required properties.

First, we can add a new request to the Company API Home Tests collection. From the main Postman interface, click the three dots near the collection name in the left sidebar and ...