I want to automate API testing. I have postman collection, now I want that collection 's json body to be filled dynamically like from a csv file. Is there a way to do it?
1 Like
Build the same request in UiPath with HTTP activity and you can pass the body parameter with dynamic variables.
Thanks
#nK
Can I do something with deserializing the json ?
1 Like