cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Mobile Apps Testing

paul_pandian
Explorer
0 Kudos

How can we test the mobile apps developed in SUP?

What are the factors to be considered while testing (functional testing and non-functional) for SAP mobile apps developed in SUP?

What are the testing tools available for SAP Mobile Apps testing?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192029
Active Contributor
0 Kudos

Hi Paul,

For SUP Mobile testing, there are several testing tools are available for both functional and non-functional testing.

For functional testing, you can use IDE's and Browser plug-ins to test mobiles apps

  • Sybase Mobile SDK
  • Microsoft Visual Studio
  • XCode (Mac only)
  • Android SDK (eclipse based)

For Non-functional testing, you still use the following tools

  • HP Loadrunner
  • JMeter
  • ZAP-fix
  • Perfecto MobileCloud
  • Floodgate

For detailed level mobile testing strategy and different tools analysis, you can refer the following How- to guide and URL is below

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c03d916b-945f-2f10-ab9c-af72a97fc...

Regards,

Jawahar Govindaraj

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c03d916b-945f-2f10-ab9c-af72a97fc...

D_Olderdissen
Advisor
Advisor
0 Kudos

Not sure what you have in mind.

Do you want to test the SAP Mobile Apps that are available in the SAP App Store, or are you thinking of custom SUP based applications?

paul_pandian
Explorer
0 Kudos

Hi Dirk,

I am thinking of custom SUP based applications.

Paul

koehntopp
Product and Topic Expert
Product and Topic Expert
0 Kudos

You should be writing tests along with the specification. Basically, every feature of your app (which should include stuff like security, usability, performance etc.) should have one or more test cases to verify that the feature has been implemented correctly.

At the end you should also do an integration test which tests the full system. You might want to get people not involved in the development to do that.

I can't stretch enough how important it is to design things like security in early enough. There's no way you will be able to do that at the end of development...

Frank.