30. JSON Path With Filters In Rest Assured - find{} and findAll{}

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ •

  • @chamiz
    @chamiz Рік тому +1

    Thanks, Amod for the informational video

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

    This is exactly I was looking for Amod! good bless you!

  • @gurpreet2b
    @gurpreet2b Рік тому +1

    Thanks for sharing this.

  • @Baateinindianmomkicanada
    @Baateinindianmomkicanada Рік тому

    @Amod Mahajan , how can we extract the 2 values together like, email and age for the first and last name of the json?

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

    Informative tutorial video. Thanks.

  • @balamurugan.d1058
    @balamurugan.d1058 3 роки тому +3

    Excellent video .. awesome work.. was looking for this tutorial in multiple places.. One request though.. It would be helpful if you could also specify the other libraries that supports this operation in different ways so the learners get a chance to explore those libraries on their own at least..

    • @SwapnehK
      @SwapnehK Рік тому

      same i was also looking

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

    Thanks- helped me a lot too 🙂

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

    you rock , Amod!

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

    Awesome Amod!!

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

    Thanks for this video!

  • @caocaocup
    @caocaocup 3 роки тому +1

    Thank you!

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

    what is the difference between restassured jsonpath and the jayway jsonpath? can we use jayway jsonpath and restassured jsonpath in a singke java class file?Which one is the best?

  • @bibhutijha1113
    @bibhutijha1113 3 роки тому +1

    Once we get the list for the gender , we can also use stream api to filter out the female and collects to list

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

      Yes. Java stream will be useful a lot in these cases. These concepts will be covered as well

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

    Thanks a Lot Amod.Learn new concepts-find and findAll for filtering,
    If I have one Testcase(Lead Creation API of CRM) for which I need to wait for 10 seconds for the response to come,then I will move to next dependent test case where I will use the extracted leadid from first response. How can I achieve this.

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

    Great Job Amod!!. How if i want to print email and id of the first and last names of json?