API Testing with Katalon Studio for POST request and verify the response

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 14

  • @RattanapornYa
    @RattanapornYa 6 лет назад +1

    Very useful.
    Thank you.

  • @stalliontrikerider8131
    @stalliontrikerider8131 5 лет назад

    Thank you so much for the educational video

  • @mouryavardhanyv2500
    @mouryavardhanyv2500 4 года назад

    Thanks alot its very useful.Can i know how to add headers to the post request/get request?

  • @budi0580
    @budi0580 3 года назад

    Hi thanks for sharing. Can katalon replace postman ?

  • @dhanushkodiraj6153
    @dhanushkodiraj6153 2 года назад

    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

  • @adhongde1
    @adhongde1 6 лет назад +1

    So can we do the same with Manual mode?or always have to do with script?

    • @gaunau157
      @gaunau157 6 лет назад

      I have the same question. Hope the author could answer it.

  • @ashwinijadhav6759
    @ashwinijadhav6759 5 лет назад

    Hi , May I know if we can use GraphQL web service request in Katalon? Thanks in advance !

  • @rosaryvenkat2829
    @rosaryvenkat2829 6 лет назад

    Can u pls demonstrate on how to pass the access token that we get in login API to the other APIs in the header

  • @rohanraygade6080
    @rohanraygade6080 6 лет назад

    Can you please demonstrate how to save API response to a file using katalon

  • @aalokmayekar7214
    @aalokmayekar7214 5 лет назад

    Is there any way to take the count of any element appearing in response part ? e.g:- count of title ?

    • @ExecuteAutomation
      @ExecuteAutomation  5 лет назад

      You mean XHR ?
      If thats the case, you can do so with Cypress
      Thanks
      Karthik KK