I had the xsaccess and xsapp files in the /dev/test, so i added the same in /dev/ui5test
so my xsaccess file is now like this
{
"exposed" : true,
"authentication" : [{"method":"Basic"}],
"cors" : {"enabled" : true}
}
Now when i run the index.html file its coming but now a new error, it says
https://s3hanaxs.hanatrial.ondemand.com/resources/sap-ui-core.js
is 404
In the sap ui5 app index.html its
<script src="/resources/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.ui.ux3,sap.ui.commons,sap.ui.table"
data-sap-ui-theme="sap_goldreflection">
</script>