Postman Tutorials | 05 | GET | POST | PUT | DELETE Request in a working API | தமிழ்

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024
  • Almost all the APIs that I have found on the internet are either having complex process to begin with, or if its simple, then the POST, PUT and DELETE request are not as expected for hands-on experience. So in this video, we will try the HTTP requests with the help of our own API built using JSON server. Below is the link for reference. Kindly set up the JSON server first and then follow along this tutorial.
    How to set up your own API: • RestAssured | 05 | Bui...
    Support by donating:
    ---------------------------------
    Google pay UPI Id: arulprasath36@okicici
    Name: Arulprasath
    Email: arulprasath36@gmail.com
    Follow me on Linked In: / arulprasath-ranganatha...
    You can watch my other tutorials
    ------------------------------------------------------
    1)Selenium basics: bit.ly/2XtOt1F
    2)Selenium Advanced: bit.ly/2WYieZe
    3)TestNG Absolute Beginner Guide: bit.ly/2N6xgaM
    4)Data-driven framework: bit.ly/2WVjSFT
    5)Page Object Model: bit.ly/2IAXJZR
    6)How to write XPath on our own: bit.ly/2KwMLql
    7)Must know Java concepts for Selenium: bit.ly/31Ro7G8
    8)Selenium Interview Questions: bit.ly/2N6xu1F
    9)Java for Selenium Automation: bit.ly/2IylOAh
    10)Maven beginner guide: bit.ly/2Rsigm0
    11)Github Absolute beginner Guide: bit.ly/2Kxdzqj
    12)REST Web services beginner guide: bit.ly/2N69rQq
    13)Cucumber absolute beginner guide: bit.ly/2X0lSBB
    14)Acceptance Testing (Fitnesse) beginner guide: bit.ly/2Y6oE55
    15)Jenkins beginner guide: bit.ly/2X39fGb
    16) Jmeter beginner tutorials: bit.ly/32achqW
    17) Java programs for Interview: bit.ly/3AZ5u4M
    18) Frequently Asked Interview questions for testers: bit.ly/3xFfyhm
    19) Agile beginner tutorials: bit.ly/3khmT2z
    20) Jira beginner tutorials : bit.ly/2TZLE97
    21) Rest Assured beginner tutorials: bit.ly/3i4lpGw
    22) Selenium Exceptions: bit.ly/36BpYCS

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

  • @abishekpalani8
    @abishekpalani8 2 года назад +2

    Hi Anna, got little goosebumps at 4:07👌🏼👌🏼. Thank you😊.

  • @gowthamshanthi3368
    @gowthamshanthi3368 Год назад

    Nice Explanation brother..have successfully created Api..Mikka Nandri

  • @ammuamudha5306
    @ammuamudha5306 5 месяцев назад

    rachel nalla name ah iruku.. so george ah delete pannuvom...🤣... the way of teaching with humor is just awesome..bro

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

    Hi anna
    After long time seeing your videos it's awesome feel ...#Apsquad

  • @AbdulMajeed-81
    @AbdulMajeed-81 2 года назад

    Thank you so much Arul Sir...

  • @ABDURRAHMAN-rl8mh
    @ABDURRAHMAN-rl8mh 9 месяцев назад

    I tried with my own Json sample..I am able to do GET & POST, but i am not able to do PUT, DELETE requests.. Kindly help me

  • @pophut2416
    @pophut2416 5 месяцев назад

    in the URL not available know bro.. what should i do know>?? is there any create API is there ??

  • @yournanban3812
    @yournanban3812 2 месяца назад

    Bro when i use POST method id is generated like this "id": "8aa1" . is this an issue. But when u try to post, it generates id as 15. pls clarify
    Thanks

  • @praveen6155
    @praveen6155 3 месяца назад

    good bro

  • @sderrff
    @sderrff 9 месяцев назад

    Hi ... I tried run the script in command promt , its showing some error. can you help on that

  • @saranspot4787
    @saranspot4787 3 месяца назад

    ana employee url link enter panna response error varuthu ana

  • @saravanakumar-tc2np
    @saravanakumar-tc2np 2 года назад

    Hi Arul,
    How many videos are planned for Postman tutorial. Kindly let me know.

    • @LearnAutomationOnline
      @LearnAutomationOnline  2 года назад +2

      When I work on a tutorial series, I don’t plan well ahead. It will evolve. So I can’t predict the total videos count. Judging by the depth of the tool, it will be close to 30

  • @poongodibanu2036
    @poongodibanu2036 26 дней назад

    Rest API paathi sollunga

  • @thamaraikkani7284
    @thamaraikkani7284 Год назад

    Hi Arul, we can access the URL localhost:3000 outside network. if it is not able to access then how to access in remotely.

    • @LearnAutomationOnline
      @LearnAutomationOnline  Год назад +1

      Localhost is local. Outside the network y can't access localhost. U have to make your ip static and access with the same instead of localhost

    • @thamaraikkani7284
      @thamaraikkani7284 Год назад

      @@LearnAutomationOnline Thank you for update and taking time out of your busy schedule to reply to me!! Arul :-)

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

    Arul , i am getting the below error while performing Post for my local api - i followed the same steps . please help me to solve
    TypeError: Cannot read properties of undefined (reading 'id')
    at Function.createId (C:\Users\LT-SUKR\AppData\Roaming
    pm
    ode_modules\json-server\lib\server\mixins.js:58:39)
    at Function.insert

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

      Are u writing any tests? Or simply trying to post on your local host?

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

      @@LearnAutomationOnline it got resolved..i added id key value pair in my json file...Thanks for asking...

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

    Hi Arul bro,
    I have tried to create REST API with JSON server with the "RestAssured | 05 | Building your REST API using JSON Server" video and I followed each step finally I didn't see the /employees resource in the JSON server.

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

      Employees will be a link in that Home page you are getting. Make sure you are following the exact steps. Here’s the reference medium.com/codingthesmartway-com-blog/create-a-rest-api-with-json-server-36da8680136d

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

      @@LearnAutomationOnline Thanks

  • @kanimozhimuruganantham5924
    @kanimozhimuruganantham5924 Год назад

    Can we delete an text of particular id alone?
    for example: id 123 has first name,last name.
    can we delete first name only?
    if yes what will be included in request?

  • @raizan95
    @raizan95 8 месяцев назад

    Bro suppose 2 I'd same ah iruku . Example id 11 rendu peruku iruku, apo delete request send panna edhu delete aagum

  • @thiruchelvamjawuthamy9680
    @thiruchelvamjawuthamy9680 8 месяцев назад

    sir authorization poda theva illaja?

  • @jagdishr4036
    @jagdishr4036 Год назад

    Hi bro, What is the difference between PUT and PATCH request

    • @iampradeeshkumar885
      @iampradeeshkumar885 10 месяцев назад

      Put we need to pass whole data in Body data,Patch we can pass the data to be modified alone in body data

  • @logeswaraSelvaraj
    @logeswaraSelvaraj Год назад

    bro enaku internal server error nu kattuthu get pannumpothu ena bro panrathu

    • @LearnAutomationOnline
      @LearnAutomationOnline  Год назад

      The api which u may be using is not working may be. Try with some other api

  • @raizan95
    @raizan95 8 месяцев назад

    11, George .delete panni vitruvom😅

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

    how to create the website bro for update a value??

  • @keerthisri4171
    @keerthisri4171 6 месяцев назад

    Can anyone help me to create local host

    • @Senaifand
      @Senaifand 2 месяца назад

      Hey got help?
      If not, I can help

  • @ignasiousjegan6230
    @ignasiousjegan6230 Год назад

    Hi arul, i am getting following error while installing npm json server. Any solution?
    C:\Users\james>npm install -g json-server
    npm ERR! code ECONNRESET
    npm ERR! network aborted
    npm ERR! network This is a problem related to network connectivity.
    npm ERR! network In most cases you are behind a proxy or have bad network settings.
    npm ERR! network
    npm ERR! network If you are behind a proxy, please make sure that the
    npm ERR! network 'proxy' config is set properly. See: 'npm help config'
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\james\AppData\Local
    pm-cache\_logs\2023-03-02T16_25_52_786Z-debug-0.log

    • @LearnAutomationOnline
      @LearnAutomationOnline  Год назад

      It's your office machine?

    • @ignasiousjegan6230
      @ignasiousjegan6230 Год назад

      @@LearnAutomationOnline No it's my personal.

    • @keerthanaae7525
      @keerthanaae7525 3 месяца назад

      This might be due to network issue or firewall, If you have any firewall installed, please disable and try once.