ReadyAPI send binary file doesn't work
Hi,
I've tried to add a fille to a POST Request but it seems that I have no luck. I've followed the information from the documentation but it still isn't working.
What am I doing wrong?
For starters, this teststep was executed as a simple xml project, not a composite project.
1) the Requet should contain this:
file: ${#Project#pathDir}\Share a document with ITP.docx
fileName:Share a document with ITP.docx
themes:personal
tag:test cu to ITP
shareable:true
MediaType = mulitpart/form-data
Token of the user
2) when I send it like this I receive a "client.technical.malformed" error message. The Raw Request looks like this:
2) Then I tried according the documentation:
Like you see I'm getting an HTTP500
the Raw Request is slidely different though:
How can I solve this please?
Thanks in advance,
Kind regards,
AAB