Kartik u have given a super simplified way of learning.Person without background of coding can even be a ninza in restassured
@ExecuteAutomation3 жыл бұрын
Thank you Devi Prasad 🙏
@testingtrail6 жыл бұрын
great video! Learning a lot from it!
@carlosibarra34256 жыл бұрын
Hi Karthik thanks for the video, I have a question I hope you can help me with it. RestAssured.baseURI = ReadProperties.getProperty("BaseUrl"); Response response = given() .log().all() .param(“param1”,”value”) .param(“param2”, “value”) .when(). get(ReadProperties.getProperty("EndPoint")) .thenReturn(); Assert.assertEquals(200, response.getStatusCode()); System.out.println("Response Body is => " + response.getBody().asString()); when I perfom that call I', receiving the error : Caused by: org.apache.http.ProtocolException: Invalid redirect URI. but if I make the same call in postman it works :s, Could you help me with that? Thank you so much
@rodolfofarley59724 жыл бұрын
I would love to purchase the course on the udemy platform, the problem that is not with the Portuguese subtitles. Can you put this caption on?
@lordek16354 жыл бұрын
great videos. i know its older than a year but there is difficult question.. if you wanna post a body.. if you only have attributes of type String/Int thats totally fine. But what do you do if you have an attribute that is an Object or an Array.. How do you put it into the HashMap?
@TheSpectator4254 жыл бұрын
You need to create pojo classes and then convert your java objects to json objects and post. Hashmap approach will also work but eventually it will make things more complicated if the payload is complex.
@monikagupta254 жыл бұрын
Do we this code available on github ?
@MaheshJoshi_wellington5 жыл бұрын
Where is this course on udemy?
@ExecuteAutomation5 жыл бұрын
Mahesh Joshi coming soon as the course is going to get lot of updates in coming days!