Can we integrate appium with jmeter for performance testing
I need to do performance testing for native mobile apps. Is there any way that I can integrate the appium with jmeter so I can generate the scripts for the same to generate load or capture server metrics
You can integrate JMeter with Appium quite easily by:
and generate scripts for the same but you won't be able to "generate load" for the same because each instance of AppiumDriver can only control one device (or emulator) at a time so in order to simulate 100 users you will need either 100 real devices or 100 emulators, moreover it will be quite tricky to collect and correlate performance metrics. So I would rather recommend simulating your application network footprint using relevant JMeter Samplers or Plugins than trying to conduct the load using Appium.