Problems using multipart/form-data in Katalon

I am using api testing in Katalon Studio. I want to use formdata which has 2 parts file and body. On Postman I may not need to select the file, it will still give the desired result, but on Katalon, it is required to select the file or else the FileNotFoundException error will occur. I tried using RestAssured but still can’t do it. Is there anything I can do to avoid selecting files on Katalon. Thank you!


Hi,

I see your problem has been solved in this thread: Problems using multipart/form-data in Katalon. Is this the same or you still can’t even after using RestAssured.

1 Like

i solved the problem using RestAssured