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