Hello there,
I would like to know if it's globally a best practice to verify backend response in the context of testing a feature in single page application ?
Ideally i would say it's not, because it should be the behavior of the app that would be tested instead of the response. I would only check the http status code.
Do you have an advice or reference on the topic ?
Thanks