Unanswered question

Neoload Scripting - How to convert Body Binary Request to Readable Format

Hi,
We have a requirement to test an Electronics Content Management (ECM) application developed in ASP.net using Neoload and we have scenario where we have to update a document with Notes. Below is the high level details of the scenario-
Step 1: Search for a document
Step 2: Select the document from search result
Step 3: Click Add Note icon for adding Notes
Step 4: Save Notes

The challenges we are facing is from step 2, i.e. after selecting the document link, the content of the document is showing under preview section where we have the Add Notes Icon for adding notes and we are observing Body Binary in all the requests from Step 2.

Please let me know how to resolve this kind of issue using Neoload.

Arunava G.
Arunava G.

Arunava G.

Level
0
18 / 100
points

Answers

Keith L.
Keith L.

Keith L.

Level
2
1371 / 2000
points
Team

This means that there is something in the body that is seen as binary, and Neoload is unable to handle. Can you provide the Content-Type of the response? Perhaps there is a way to force this to be handled as a certain type, like we have for JSON.

Arunava G.
Arunava G.

Arunava G.

Level
0
18 / 100
points

Hi Keith,

The Content-Type of the response is "Application/Octet-Stream".
Please let us know the solution or get back to us if you need any further details.