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..
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?
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.
Thanks, Amod for the informational video
This is exactly I was looking for Amod! good bless you!
Thanks for sharing this.
@Amod Mahajan , how can we extract the 2 values together like, email and age for the first and last name of the json?
Informative tutorial video. Thanks.
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..
same i was also looking
Thanks- helped me a lot too 🙂
you rock , Amod!
Awesome Amod!!
Thanks for this video!
Thank you!
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?
Once we get the list for the gender , we can also use stream api to filter out the female and collects to list
Yes. Java stream will be useful a lot in these cases. These concepts will be covered as well
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.
Great Job Amod!!. How if i want to print email and id of the first and last names of json?