cancel
Showing results for 
Search instead for 
Did you mean: 

Kindly suggest a standard approach for performance load testing to be performed for SAP SUP apps developed for iPAD(IOS based).

Former Member
0 Kudos

I have developed an SAP SUP native application for iPAD.

I would like to know what is the standard approach for performance load testing for the IOS based app.

Accepted Solutions (0)

Answers (3)

Answers (3)

sujith_prathap
Advisor
Advisor
0 Kudos

Hi Fedorah,

                    Were you able to resolve your issue?

Best Regards,

Sujith

sujith_prathap
Advisor
Advisor
0 Kudos

Hi Fedorah,

                    The best way to check for performance is to split up the various components that make up your app's performance namely data volume, app processing time and SUP Processing Time.

What i would suggest is to:

1) Take the time for a single request response roundtrip.

2) Break it down into App processing time, SUP Processing Time by putting in timestamps in places where your app hands over processing to SUP and vice versa, Time when the data is on the network.

A few formulas are:

Total Processing Time = App processing time + SUP Processing Time + Network Time

App Procesing Time  = Total Processing Time  - SUP Processing Time - Network time


3) Then trying to do the same with increased loads to see how your app stands up.

Hope this helps.


former_member184221
Contributor
0 Kudos

See performance and testing documents in this blog:

SUP Performance Tuning and Testing