Getting Started
- Open a request and click on the Assert tab
- Add assertions by specifying:
- Expression: The value to test (e.g.,
res.status,res.body.id) - Operator: The comparison operator
- Value: The expected value
- Expression: The value to test (e.g.,

Common Examples
Basic Response Testing
Nested Objects
Arrays
Using res() Query
For complex nested data, use theres() function:
Learn more about
res() in Response Query docs.
Response Headers
Response Time
Available Operators
- Comparison:
equals,notEquals,gt,gte,lt,lte - String:
contains,notContains,startsWith,endsWith,matches,notMatches - Type Checks:
isNull,isNotEmpty,isEmpty,isDefined,isUndefined - Value Checks:
isTruthy,isFalsy,isNumber,isString,isBoolean,isArray,isJson - Other:
in,notIn,between,length