Unanswered question

Validation message capture

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?

Pankaj S.
Pankaj S.

Pankaj S.

Level
0
35 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

What kind of website is it? technology?

What is the response content-type?

Pankaj S.
Pankaj S.

Pankaj S.

Level
0
35 / 100
points

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

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

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

Pankaj S.
Pankaj S.

Pankaj S.

Level
0
35 / 100
points

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

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

What is the response tupe? And what version or Neoload are you on?

Pankaj S.
Pankaj S.

Pankaj S.

Level
0
35 / 100
points

The response type is xml and the version using is 7.8.0

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

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