59. |RestAssured|How To Create JSON Object Dynamic Payload Without POJO classes Using Jackson

  Рет қаралды 10,162

Retarget Common

Retarget Common

Күн бұрын

Пікірлер: 17
@arunmohan1950
@arunmohan1950 3 жыл бұрын
I am glad Amod as you accepted my feedback and explained it well in this video. Keep good work up.
@amanmishra6808
@amanmishra6808 Жыл бұрын
Helpful video.Thank you
@ShenNagavlogs
@ShenNagavlogs 9 ай бұрын
I know how powerful and important this concepts is as a person who is asked my manager to setup the flow in postman each time I want to debug a payload
@ghanshambambale4436
@ghanshambambale4436 2 жыл бұрын
Very good explanation.
@veenatarak2276
@veenatarak2276 3 жыл бұрын
Great work. Could you please explain how we pass the complex dynamic json with the help of TypeReference
@vineetnt
@vineetnt Жыл бұрын
very helpful video. Suppose if my json is converted into 2 pojo classes for e.g 'address' and 'features'. now using above method. can i map only 'features' pojo class to source json file and update selective parameters under features pojo class only?
@RetargetCommon
@RetargetCommon Жыл бұрын
Yes..
@samarthjain5170
@samarthjain5170 2 жыл бұрын
Hi Amod This rest assured series is completed ?? Or you are going to upload more videos in future?
@riyagupta1447
@riyagupta1447 2 жыл бұрын
I am getting error for readValue method. The method readValue(File, Class) in the type ObjectMapper is not applicable for the arguments (File, new TypeReference(){})
@rashmis1113
@rashmis1113 2 жыл бұрын
Hi Amod How to fetch the value from a nested Json using this method. When I try to use put to the key directly from a nested json , it is creating a new key value property. Could you please help me here..
@sriramkukkadapu872
@sriramkukkadapu872 2 жыл бұрын
Neted json is tricky i think
@sanketnegi1
@sanketnegi1 Жыл бұрын
I am guessing it is just like List of maps and stuff
@Its_Mee_laddu
@Its_Mee_laddu Жыл бұрын
How to update json if json contains nested json array or json object
@RetargetCommon
@RetargetCommon Жыл бұрын
You can use jsonpath. Refer kzbin.info/www/bejne/jmjMoI1oYraFfNEsi=OJxW5RBAC_D5tpAd
@ankitshrivastava1772
@ankitshrivastava1772 Жыл бұрын
Below in my json how i can change values in the Address object in the run time { "firstname" : "Ankit", "lastname" : "Srv", "gender" : "male"; "age" : 23, "salary" : 20000.00 "Address" : { "street" : "park avanue", "city" : "Newyork", "state" : "texas", "pincode" : 238383 } }
@RetargetCommon
@RetargetCommon Жыл бұрын
Pls refer this video - Replace the value in JSON Document Using JsonPath | Rest Assured | Jayway JsonPath #restassured kzbin.info/www/bejne/jmjMoI1oYraFfNE
@virochan15
@virochan15 2 жыл бұрын
Thanks for informative video series. I tried this and it works - address.setCity("Delhi"); System.out.println(address.getCity()); o/p - Delhi Is this the correct one?
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 67 МЛН
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 131 МЛН
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН
27. JSON Schema Validation using Rest Assured | Step-by-Step Guide | API Testing Tutorial
12:40
Krishna Sakinala (Automation Testing)
Рет қаралды 598
JavaScript vs Python: What's the Difference?
11:11
ArjanCodes
Рет қаралды 31 М.
42. Share Data From One API To Another API In Rest Assured
35:07
Retarget Common
Рет қаралды 9 М.
Should I Use Postman Or RestAssured For API Testing ?
7:06
Mukesh otwani
Рет қаралды 24 М.
30. JSON Path With Filters In Rest Assured - find{} and findAll{}
35:47