I have to load test an android based mobile app using JMeter which runs over http. But JMeter is not capturing the request. While I saw that there is no problem in connection between the phone and JMeter because other apps's requests are captured successfully. I am using JMeter version 2.13. While at the time of recording the app is running in phone which means it has no problem with stetted proxy. I also used the mobile recorder provided by Blazemeter to record over the cloud but again apart from testing app other app's request captured.Please suggest the workaround to record.
Asked
Active
Viewed 730 times
0
-
Have you tried using Fiddler or Charles to observe the network traffic of your app ? That should be first point of troubleshooting. – TestingWithArif Jan 05 '16 at 09:57
-
Yeah , I tried with Fiddler as well but this tool is also not responding for the app. I got to know this android app is built on xamarin framework , is this the blocker? If yes then please suggest the workaround. – Ruby Agrawal Jan 06 '16 at 11:52
-
a quick google search shows that monitoring xamarin based apps traffic will be an issue. Please refer to following links .. http://stackoverflow.com/questions/23678178/why-doesnt-traffic-using-xamarins-monotouch-implementation-of-mobileservicecli – TestingWithArif Jan 06 '16 at 12:05
-
https://forums.xamarin.com/discussion/11992/why-cant-fiddler-detect-traffic-from-xamarin-apps – TestingWithArif Jan 06 '16 at 12:05