Part 5 - Postman - Http Post (JSON Body And File Upload) (Raw and Multipart Formdata)

preview_player
Показать описание
In this video we are making POST request with : -

1. Request Payload – Normal Object/ JSON Document (Content-Type Header equal to application/json)
2. Request Payload – Complex Object - JSON Document and File (Content-Type Header equal to multipart/form-data)

If you like this video, please subscribe to this channel if not already subscribed and press bell icon to receive notifications everytime I upload a new video.

JAVASCRIPT

FRAMEWORK, ASSERTION, REPORT

ELEMENT LOCATOR
jQuery -
CSS SELECTOR
XPath

WEB & API CONCEPTS

Important API Testing Concepts - API TESTING 101

Рекомендации по теме
Комментарии
Автор

Can we upload file along with json data using multipart-form

srinivasvaranasi
Автор

Hello, Could you send the link or tell me the methods, how to upload the files in postman (Which you have already discussed here) but how they stored in the drive using the WebAPi

abhiksingh
Автор

Hi, I have some 20 files that needed to be uploaded. Can I parameterize using json file ?

satheesh.jayabalan
Автор

Is this possible to pass ci. Yml file remotely with the curl command

krishnareddy
Автор

I want to upload a file along with a requestbody. Is there any way?

devid-oitt
Автор

But what about multiple files and work from our app?? What about headers configuration then??

kashmirtechtv
Автор

How can I understand the key:value combination in the payload? Thanks

TiaDzn
Автор

Can we submit attachment in parameter or parameter in body a?

niharikadeshmukh
Автор

How to write multipart file upload test script in postman, could you please share the code for file upload tests.

myk
Автор

reminder: For S3 presigned URL, you need to use "put" instead of "post"

work
Автор

hello how to do that with an application like burp suite

nassreddineltmaddah
Автор

Thanks for this video. How do I Automate File upload API collection in POSTMAN ?

dhruvijiyani
Автор

i trying to send form data to datbase and postman status is successful but data is not sending.

RohitSingh-kocz
Автор

Thanks for the session, but ur missed to show api code i searched for it

mounikreddypeddy
Автор

how to send both image and data in postmon

crazyworld_.
Автор

Hi can you please help me out, how can I upload JSON data and image at a single post request. for example
{
"name":"Gurpreet",
"age": 25
"profileImg": <profile Pic here>
}

gurpreetsingharora
Автор

Can I use the endpoint url you have mentioned, to upload an image/video? If not then how can I find some online server which exposes endpoint to upload image?

srishtishirgavi