41.Convert dynamic JSON Response to Java Object to extract values in Rest Assured

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

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

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

    Great to find you, you explained it very well with possible issues that we could encounter.

  • @Irfankhan-js6lb
    @Irfankhan-js6lb ปีที่แล้ว

    Thanks a lot Amod. Great work!

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

    Excellent , thank you so much

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

    Hi Amod, I'm really thankful to you, you've cleared a lot of my doubts. I have just one request, if you could create tutorials on rest assured framework creation, with best practices, it'd be a great help.

  • @adityarjavali3075
    @adityarjavali3075 3 ปีที่แล้ว

    This was asked in one of the interview . I was not able to answer this . But this video is useful . Thnxs for the video

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

    Thanks so much it helped me a lot.

  • @woodfire686
    @woodfire686 3 ปีที่แล้ว +4

    Hi Amod - Can you please make a series on Rest assured framework creation like reading /building request from excel, storing repsonse in files/excel, performing various validations on the response body, status etc. and then generating reports along with CI/CD integration. Thanks!

    • @RetargetCommon
      @RetargetCommon  3 ปีที่แล้ว

      Sure

    • @Abhisheksharma-wj5gw
      @Abhisheksharma-wj5gw 3 ปีที่แล้ว

      But try to give example in framework on huge response of api. Which is commonly use in the industry.

  • @SameerPurandare-dc1qs
    @SameerPurandare-dc1qs 9 หลายเดือนก่อน

    Nicely explained Amod. One quick question: Why did you have to convert response to Object. Since Object a superclass in Java, response is also a child of Object. So why is its required? Line no. 16 in your code

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

    Hi Amod.. Can you please tell.. How to compare text using regex in Matchers? This is not working: vr.body("bookingid", Matchers.matchesPattern(Pattern.compile("[a-z]")));

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

    Hi sir,
    Will u make video on api automation frameowrk in future?

  • @TejasDS1111
    @TejasDS1111 3 ปีที่แล้ว

    Video looks good! can you please help me in reading values from the response which was store in object and list later?

  • @arunmohan1950
    @arunmohan1950 3 ปีที่แล้ว +1

    Please make a video on instanceof operator.