Skip to Content
Author's profile photo Former Member

Testing of SAPUI5 mobile application

Hi Everyone!

I recently started working on SAP UI5 development and faced lots of challenges. One of the challenges I faced while testing my SAP UI5 application was that when I was doing development for desktop device, I was able to test my application in the browser without any issues but when I developed an application for mobile device, I was getting blank page on the browser while testing the application.

So after doing some research I found the following two ways to test mobile SAP UI5 application:

  • You can use fake OS parameter while testing in browser (as SAP UI5 mobile application doesn’t support all OSes and browsers)

          http://localhost:8080/helloSAPUImobile/index.html?sap-ui-xx-fakeOS=ios

  • You can user mobile emulator for testing your application:

          Example: for Google Chrome browser we can use “Ripple” extension.

Ripple.jpg

Note : You need to select a device which supports SAP UI5 mobile development.

To get the details check the below link:

http://help.sap.com/saphelp_nw74/helpdata/de/91/f079dc6f4d1014b6dd926db0e91070/content.htm

Regards,

Shashwat Gupta

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.