Curious, I'm not aware of the whole mobile infrastructure details, so Android (and iOS) push notifications are HTTP based and can be captured with the proxy?
Or does push notifications use a different network protocol? On Fri, Dec 20, 2013 at 3:21 AM, Flavio Cysne <[email protected]> wrote: > You could load your app in an Android emulator and configure this emulator > to use a proxy. > > Like answered here: > > http://stackoverflow.com/questions/1570627/how-to-setup-android-emulator-proxy-settings > > Then run your app and navigate, with JMeter HTTP Proxy enabled, to capture > app HTTP requests. > > > > 2013/12/20 Rajesh Yarlagadda <[email protected]> > > > Hello everyone, > > > > Could you please suggest test approach to perform Load testing in > following > > scenario. > > > > > > Android based Client (Hybrid application) ===> Windows Server , with > > MySQL/SQL Server > > Communication with Client to Server would be Rest/http messaging. > > > > server side performance testing is main objective, to assist in capacity > > planning, load testing etc. > > > > I have used JMeter for webbased application performance testing. As > android > > app is not browser based not able to configure proxy server. Could you > > please suggest if there is any way to capture messages (http/rest) and > > trigger them to server using JMeter. > > > > > > > > > > > > > > > > > > Thanks & Regards, > > Rajesh > > >
