• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Test the performance mobile platform

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have used JMeter to test the performance of a web platform now I neet ot test teh performance of the same app but in a mobile and in a tablet.

Should I still use JMeter? Any idea, please?


Regards, Isaac
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, the approach is the same: record, correlate, parametrise, replay. During recording make sure you import JMeter self-signed certificate (ApacheJMeterTemporaryRootCA.crt) on the device. The easiest way is to send it by email and open the message on the device.

Alternate option is using Mobile Recorder service

Also make sure you add [urlhttp://jmeter.apache.org/usermanual/component_reference.html#HTTP_Header_Manager]HTTP Header Manager[/url] to send mobile device User-Agent string.
reply
    Bookmark Topic Watch Topic
  • New Topic