How to handle Arraylist in Request body? I have a json request something like { "Data": { "ItemsList": [ "value1", "value2","value3", "value4"], "DateTime":"datetimevalue" } } I am trying to check invalid and empty values in Itemslist array. On using Globalvariable.ItemsList, its printing me [value1, value2,value3,value4] If I pass Globalvariable.ItemsList in the script of SendRequest, i am getting 400 error, invalid request params
@budi05804 жыл бұрын
Hi thanks for sharing. Can katalon replace postman ?
@mouryavardhanyv25004 жыл бұрын
Thanks alot its very useful.Can i know how to add headers to the post request/get request?
@ashwinijadhav67595 жыл бұрын
Hi , May I know if we can use GraphQL web service request in Katalon? Thanks in advance !
@adhongde16 жыл бұрын
So can we do the same with Manual mode?or always have to do with script?
@gaunau1576 жыл бұрын
I have the same question. Hope the author could answer it.
@rosaryvenkat28296 жыл бұрын
Can u pls demonstrate on how to pass the access token that we get in login API to the other APIs in the header
@aalokmayekar72145 жыл бұрын
Is there any way to take the count of any element appearing in response part ? e.g:- count of title ?
@ExecuteAutomation5 жыл бұрын
You mean XHR ? If thats the case, you can do so with Cypress Thanks Karthik KK
@rohanraygade60806 жыл бұрын
Can you please demonstrate how to save API response to a file using katalon