Hi Michal,
After creating mockServer.html and initMockServer.js am getting above error , hence webpage responds blank.
please help me resolve it.
mockServer.html is
<!DOCTYPE html>
<html>
<head>
<title>SAPUI5 Walkthrough </title>
<script id="sap-ui-bootstrap"
src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
data-sap-ui-theme="sap_belize"
data-sap-ui-resourceroots='{"MyApp.WebApp": "../" }'
data-sap-ui-oninit="module:MyApp.WebApp/test/initMockServer"
data-sap-ui-compatVersion="edge"
data-sap-ui-async="true" />
</head>