We expanded the available options for assertions in the API Test Editor to make it easier for you to validate responses without scripts!
Previously, you could use the following assertion types in your tests:
- Equals
- Not equals
- Contains
- Not contains
- Is present
- Not present
Starting with Desktop App version 2.18.0, you can also choose from these newly added assertion types:
- Greater than
- Greater than or equal to
- Less than
- Less than or equal to
- Starts with
- Ends with
- Matches regular expression
We also added a Case sensitive match toggle in case you need to make any case-insensitive assertions. By default, it's toggled on.
Creating a case insensitive assertion
Learn more
For more information on API assertions, check out the following docs: