Part 9 - Rest Assured - POST Request - File Upload - multipart/form-data Request

preview_player
Показать описание
In this video I've shown how could we work with multipart/form-data request and upload a file using:-
1. Web Application UI
2. Postman and
3. Rest Assured

All this code is posted at Github

Other Useful Links: -
JAVASCRIPT

FRAMEWORK, ASSERTION, REPORT

ELEMENT LOCATOR
jQuery -

CSS SELECTOR
XPath

WEB & API CONCEPTS

Important API Testing Concepts - API TESTING 101

Learn API Testing using Postman
Рекомендации по теме
Комментарии
Автор

Buddy! Is there a way where we could upload an entire folder too? cause I have multiple files to upload .So hitting the request everytime wont be that efficient.

mjjtube
Автор

Hello @QA Box Let's Test .. I am facing 1 issue with Rest Assured . Actually I need to Upload PDF but in Byte Code . Developer used Multipart for uploading but Whenever I passed Body in Byte Array Using Base64, Its still failing . Can you please help with this .

krutarthmeshram
Автор

can we use the same code to upload the zip file?

mjjtube