Posts

Showing posts from September, 2020

Capture traffic from Android Emulator using Fiddler

Image
Welcome to Performance Testing Gyaan😀 In this blog post I will show the steps you can take to capture network traffic from Android Virtual Device using fiddler. I have tested on below versions of the software, but it should work fine for later versions as well. Fiddler version - 5.0 Android Studio version - 4.0 Android Virtual Device (Pixel 2) target API - 28 (Android 9.0) OS - Windows 10 Steps: Open fiddler. Navigate to Tools > Options from the menu bar. Switch to HTTPS tab and select check boxes as shown in the image below HTTPS Tab Add fiddler root certificate to trusted list. Also export the certificate to Desktop. This will later be copied onto the virtual device for installation. Switch to Connections tab and select check boxes as shown in the image below. Make sure to check Allow remote computers to connect Connections Tab Close Fiddler for now. Open Android Virtual Device (AVD) from Android Studio. Open Settings and Navigate to Network and Internet . Turn Wi-Fi Off. Netw...