After creating sale order on one website, getting a message like "Sales order has been saved". But it is not getting captured in the response so how should I capture that message so that I can put assertion on it?
What kind of website is it? technology?
What is the response content-type?
It's a web bease SAP Fiori application for sales order creation
It's a JSON response and I have checked in developer tool Standard order is recorded (as shown in the screenshot) but it is not captured in my neoload project
In the neoload response, is the content-type=mixed/multipart? does it say this contect cannot be displayed? depending on your Neoload version, you can add keys to the controller.properties for json responses
Hi Neil, thanks for your response but can you please tell that which key I need to add and the process and location to add that key
What is the response tupe? And what version or Neoload are you on?
The response type is xml and the version using is 7.8.0
That’s not what I meant but I saw the screenshot from your other question, your content type is multipart/mixed.
Try this setting… json.codec.accepted.content.types=multipart/mixed