Assertions - Cloud

Talend Cloud API Tester User Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Tester
Content
Design and Development > Testing APIs
Last publication date
2023-02-08
Talend Cloud API Tester allows you to validate the behavior of your API by creating assertions on a request. An assertion will verify a specific part of a response based on the conditions you've defined and will indicate whether or not the conditions pass.

Usage example

To make sure that your content negotiation is working. you need to know whether the Content-type header of your HTTP response is equal to the Accept header of the request.

You can do that by creating the following assertion: Header > Content-type > Equals > ${"My request"."request"."headers"."Accept"}

The last part is an expression, it allows you to grab a part of the request to check it against the response. For more information, see Using expressions.

If the received value is different from the expected value, you can click the menu to the right of the received value to copy it or to your clipboard or directly in the Expected value field.

Assertions on large numbers

Talend Cloud API Tester does not support numbers higher than 9,007,199,254,740,991. Higher numbers may be automatically modified.

Assertion results are not guaranteed when using unsupported numbers. In the example below, the number 900719925474099299111 is rounded up to 900719925474099300000.

A notification appears when a number is not supported, you can disable these notifications in API Tester settings > General.