Part 10- Authentication Types | Basic Authentication | Rest API Testing using Robot Framework

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

КОМЕНТАРІ • 16

  • @angularang471
    @angularang471 2 роки тому +1

    Thank u my teacher❤💚

  • @savaliyasagar043
    @savaliyasagar043 2 роки тому

    Pavan Sir, can you please prepare one mini project for python api automation? i want to know about project structure used while creating Robot framework project.

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

    It's very useful video )

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

    Could you evaluate the content that is displayed after? Like the body or a p tag for example.

  • @louisatu-tetuh3244
    @louisatu-tetuh3244 4 роки тому

    HI, how do you send a body in a post request in robotframework. I have a scenario where I authenticate with basic auth using username and password. In postman I pass in body as raw something in this format
    {
    "someRequest" : {
    "someLookup" : [
    {
    "lookupName" : "name"
    }
    ]
    }
    }
    How do I pass that in an API post request in robotframework? Thanks
    Update, the request is a post not get

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

    Hello, I'm trying to use the same with AWS access key ID and Secret key and it's not working. Please advise. Greetings from Egypt

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

    Hi pavan..i am getting IDE error occuree message while adding the IntelliBot@SeleniumLibraryPatched..please tell me how to resolve it?

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

      Please try forked plugin github.com/lte2000/intellibot
      Download the intellibot.jar file.
      Then install the plugin to your IDE by using the 'Install plugin from disk...' option.

    • @Sagar-mv3jq
      @Sagar-mv3jq 4 роки тому +1

      @@avikdatta_yt thank you.I was face the same problem after manually adding plugin it is working for me .

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

    Hi SDET, What if I have multiple URI with API-Key. How to pass it. Please help me

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

    Hi sir,
    Please upload the videos quickly on how to extract data from excel, about resource files for customised keywords ,usage of tags and reports.

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

      You can go through this video. I covered how to extract data from MSExcel.
      ua-cam.com/video/V9GMaX-y4pQ/v-deo.html

  • @gayathrisubramaniam11
    @gayathrisubramaniam11 10 місяців тому

    Am getting error list not callable

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

    can you please give the solution for soap api also