API automation using Rest Assured - Zero to hero in 20 minutes in Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 27

  • @rahullal3051
    @rahullal3051 หลายเดือนก่อน +1

    I am so happy to find simple video on youtube. Great Job Sir.

  • @dibupradhan5966
    @dibupradhan5966 2 ปีที่แล้ว +1

    Doing great work sir,keep it up ...i will support you as possible as .

  • @mosamichaudhari1643
    @mosamichaudhari1643 2 ปีที่แล้ว

    thank you for simple and easy explanation..

  • @devesh1697
    @devesh1697 2 ปีที่แล้ว

    Nice and simple explanation!

  • @BCAHUB-xl6nz
    @BCAHUB-xl6nz 2 ปีที่แล้ว +4

    Hello Sir , currently I'm working in cognizant as a SDET . But honestly I have very less knowledge on API automation testing and validation/test case writing. Can you please provide some more videos regarding this topic serial by . If you have any coaching classes so can you please provide the link . I want to join . 🙏 Thanks 😊

  • @AmitSingh-mv4xh
    @AmitSingh-mv4xh 4 หลายเดือนก่อน

    well explained

  • @Dibyendu_Raj
    @Dibyendu_Raj ปีที่แล้ว

    Awesome explanation 👍🏻 Please create video on API automation framework

  • @akashnavale1779
    @akashnavale1779 2 ปีที่แล้ว +1

    Hello sir,
    Pls 1 mini project bhi krke dikhaye API Automation ka...

    • @FunDooTesters
      @FunDooTesters  2 ปีที่แล้ว

      Take a look th-cam.com/play/PLuqnSAN_m8K1sP5KeICTdtiMJyE4eZxSv.html

  • @sumansaurabh910
    @sumansaurabh910 2 ปีที่แล้ว +1

    Hello sir, I just want to know
    RestAssured.baseURI
    from where you are using the above syntax, is it any system defined class or variable or anything else??

    • @FunDooTesters
      @FunDooTesters  2 ปีที่แล้ว

      You have to add rest assured dependency, mvnrepository.com/artifact/io.rest-assured/rest-assured
      With POM

  • @amolmundada5776
    @amolmundada5776 4 หลายเดือนก่อน

    Why used when() 2-times????? 😢

  • @niltondearaujo3598
    @niltondearaujo3598 2 ปีที่แล้ว

    Hi,
    How to valid user creating in restassured and cucumber with query in data base Hi,

    • @FunDooTesters
      @FunDooTesters  2 ปีที่แล้ว

      You need to trigger Sighup APIs and make a db query to validate

  • @lifeofeliteforces9203
    @lifeofeliteforces9203 2 ปีที่แล้ว

    Sir please take a interview of a candidate on rest assured for api

    • @FunDooTesters
      @FunDooTesters  2 ปีที่แล้ว

      Sure, would you like to be a part of it?

  • @unnatjain4408
    @unnatjain4408 2 ปีที่แล้ว +2

    Sir, do you have any WhatsApp group or Telegram group where we can join and discuss about software testing and jobs? Thanks 😊👍🙏

    • @FunDooTesters
      @FunDooTesters  2 ปีที่แล้ว

      chat.whatsapp.com/Jr77E1iIXhbL1hx8IsgGQ1

    • @sagarmodha4423
      @sagarmodha4423 2 ปีที่แล้ว

      @@FunDooTesters plz add in your whatsapp group sir

  • @dewanganskitchen1117
    @dewanganskitchen1117 2 ปีที่แล้ว

    I have payload
    { "authorized users":
    [ {
    " first name" :" john",
    "last name":" kesly"
    } ]
    }
    Map arr=new LinkedHashMap();
    arr.put("first name","john");
    arr.put("last name","kesly");
    Map body=new LinkedHashMap();
    body.put("authorized users",arr);
    given().contentType("application/json").body(body);
    When I hit this I am getting error
    {
    "reason": Invalid type: object (expected array)"
    }
    How to resolve this issue?
    In this case how to convert map into array ?
    How to write a code for this ?
    Can you please help me on this ?

  • @agaikwad-dg7hs
    @agaikwad-dg7hs ปีที่แล้ว

    Please explain in real examples

  • @shefaliwdw
    @shefaliwdw หลายเดือนก่อน

    Wrong title for video.