Unanswered question

How to write a value on notepad for failed requests

I have a requirement where I need to write the value from the response data, on a notepad for the failed requests.

Muhammad A.
Muhammad A.

Muhammad A.

Level
0
3 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

In the errors Tab, you can get the Response content of each request in error (at least for the first errors of the same kind on the same request)

Sulav B.
Sulav B.

Sulav B.

Level
1
228 / 750
points

If you run the test in debug mode, you can have response data for all the requests that failed.