Android Mobile testing lab setup

0

I am working on Android mobile testing. The details on the setup are as under: Using a 64-bit Windows 10 machine on which I have installed Genymotion emulator. Since the testing tools are freely available in kali OS, I am using kali linux OS installed in VirtualBox.

By default the IP address of kali linux is a private IP address. In order to connect the OS with Genymotion and intercept requests, the Network settings are to be changed from NAT to Bridged Adapter. Link referred - https://nftb.saturdaymp.com/connect-to-android-emulator-from-virtualbox/ As soon as the suggestion in the post is implemented, internet breaks and adb connection is lost.

Need assistance with the ideal setting to test Android mobile application(s) in the said setup.

Vyoma Khargonkar

Posted 2019-09-11T07:57:20.373

Reputation: 1

No answers