How to Upload File in Rest Assured(with Download) | Rest Assured Tutorial for Beginner. | Day 19

preview_player
Показать описание
In this video, We are going to learn How to upload a file in rest assured and download file in rest assured.

RestAssured upload file is easy and can be achieved with the multipart inbuilt methods.

✅ Quick Code -

We will use the function that takes 3 parameters.
- The key that identifies the file.
- File object.
- Content type.

We Use POST request to perform this operation.

✅ Source Code.

✅ What is REST Assured?
REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for RESTful APIs. ... I'll be using real-world code examples you can copy, run, and reuse directly in your own test automation effort

🌍 Test Automation -

💌 API Testing -

🎙 Cypress Tutorial with LIVE Projects -

📝 REST API testing with Python -

#restassured #restassuredtutorial #apitesting #api #automationtesting #manualtesting #testautomation #thetestingacademy #scrolltest
Рекомендации по теме
Комментарии
Автор

getting error as "You must supply the same number of keys as values."
how to resolve it

mayurichinchkar
Автор

can you please also add code on how to save files in projeect and uplaod them from the project itself instead of local machine

Sam-uer
Автор

What if i want to send the file along with some more fields?

NewbieInForeignLand
Автор

can you tell me which jar versions are using in pom.xml..

ranjeetbiet
Автор

Hello, How to use this in android studio?

benedickbinlayo
Автор

In the same case with the code that you explained, I'm getting the response in rest assured as image is invalid, but upload with the same was successful in postman. Could you suggest any possible reason for this.

abdulnazer
Автор

The video was good.
Have a doubt, what while making a POST request, we do need to upload 2 files, one is like excel and the other is xml. How do we do in such case.
Is that we need to call the multipart method twice?

ramadosskarthik
Автор

Nice video. Thank you for sharing your knowledge.

routraybharat
Автор

Thank you so much for sharing this video this has helped me alot, God bless you 😊

shwetakatare
Автор

How to upload binary csv file in body?

vedavyasguttal