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.
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!
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
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]")));
Great to find you, you explained it very well with possible issues that we could encounter.
Thanks a lot Amod. Great work!
Excellent , thank you so much
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.
This was asked in one of the interview . I was not able to answer this . But this video is useful . Thnxs for the video
Thanks so much it helped me a lot.
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!
Sure
But try to give example in framework on huge response of api. Which is commonly use in the industry.
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
@RetargetCommon
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]")));
Hi sir,
Will u make video on api automation frameowrk in future?
Yes, soon
Video looks good! can you please help me in reading values from the response which was store in object and list later?
Please make a video on instanceof operator.
Noted.