Hi guys,
right now I am starting to write OPA tests. This is working quite good.
But now I would like to mock the responses from the server.
In a normal qunit test, I use sap.ui.core.util.MockServer without trouble.
But if I try to integrate it into a OPA test, it fails. I guess because the requests from the
iframe are routed a different way than the requests fired inside the normal page.
Anybody luck doing it? Or could give me a hint how to mock in a OPA test?
Best regards
Benjamin