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, ...
Ask