Katalon Studio API Testing | Sample SOAP API Testing Project 1 | Introduction

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 18

  • @RaghavPal
    @RaghavPal  5 років тому

    Free Online Courses - automationstepbystep.com/909-2/online-courses/

    • @matiasskylar4158
      @matiasskylar4158 3 роки тому

      Not sure if you guys cares but if you guys are stoned like me during the covid times you can stream all of the new movies and series on Instaflixxer. I've been binge watching with my girlfriend for the last couple of weeks :)

    • @ryanwillie3586
      @ryanwillie3586 3 роки тому

      @Matias Skylar yup, I have been using Instaflixxer for since november myself =)

  • @krupadevik2674
    @krupadevik2674 4 роки тому +1

    Hi Raghav, how can I parameterize wsdl and endpoint urls from testcase level, so that I can use multiple URLs for a single testcase?

    • @RaghavPal
      @RaghavPal  4 роки тому

      Hi Krupa, You just need to go to the variables section (tab) of the test case and provide the variable and values and then in the test case in the input column double click and the the value from variable
      docs.katalon.com/katalon-studio/docs/test-case-variables.html

  • @dipankarnag9537
    @dipankarnag9537 6 років тому +1

    Nice video and superb explanation..
    Sir plz start make video on appium series (will always be grateful)..

    • @RaghavPal
      @RaghavPal  6 років тому

      Hi Dipankar, Appium is in my top list. Just trying to find time.

    • @dipankarnag9537
      @dipankarnag9537 6 років тому

      @@RaghavPal it's showing private video -->> ua-cam.com/video/x-hBpgM5je8/v-deo.html

    • @RaghavPal
      @RaghavPal  6 років тому

      Yes Dipankar, this series is in process

    • @dipankarnag9537
      @dipankarnag9537 6 років тому

      i m eagerly waiting for this series from you sir..

  • @purnimadhubhashi1617
    @purnimadhubhashi1617 6 років тому

    Hi Raghave, All your vdos are well organized and very clear. Thanks a lot. We do really appreciate and very thankful if u are able to make a training sessions for AWS as well :)

    • @RaghavPal
      @RaghavPal  6 років тому

      Hi Purni, thanks for your message. AWS is on my list. Will start soon

  • @KRIBOKENTUT
    @KRIBOKENTUT 6 років тому

    Thank you Raghav Pal for your update for APItest in new version of Katalon

  • @keitumetsemonaheng2565
    @keitumetsemonaheng2565 4 роки тому

    @Automation Step by Step - Raghav Pal This is happens when I click on the test request (or run it). So the below steps take place
    1. I add my wsdl url
    2. Select SOAP12
    3. Click on LOAD from WSDL
    4. Click on test request.
    Then I get the 415 Unsupported Media Type error.
    If I add a content-type = application/soap+xml on the header then I get this:
    There was a problem while parsing the response object.
    Reason:
    ParseError at [row,col]: [1,50].
    Message: white spaces are required between publicId and systemId.
    The url in this video example works perfectly, so this rules out wsdl issue. This WSDL also works fine on SoapUI

    • @RaghavPal
      @RaghavPal  4 роки тому

      Hi Keitumetse, is this happening with some specific WSDL. Pls try with another wsdl

  • @sunny_sunny28
    @sunny_sunny28 6 років тому

    Hello raghav i am new to this automation testing field so can you please upload a video on how to handle reCaptcha ( I am not a robot) please explain it as soon as possible this would help me a lot .

    • @RaghavPal
      @RaghavPal  6 років тому

      Hi Sunny, you cannot and should not automate captcha. The purpose of having this is place is to prevent automated access. So you can find out alternatives, like disabling captcha in test env or validating with a constant value etc.