Test in Postman for a query after which the value changes each time

Viewed 13

I have a query that after each call adds new values to the key and returns the new length of the key.

PUT https://apitest.backendless.com/A1DA5DF0-8D22-BAC4-FF56-9A0074DC9B00/8834B7F8-88BD-4472-9051-71BE31A3EE5B/hive/HiveName/list/keyNotExist_addFirst/add-first
body: ["value1", "value2"]

How to write a test that will check each time a new key length? For example, after the first call, the length of the key is 2, after the second call, the length is 4, etc

0 Answers
Related