Skip to content

Using HuLoop Mobile Recorder on Android Real Device

This section explains how to set up and use the HuLoop Mobile Recorder with a real Android device to automate testing of native apps.

Pre-requisites for using HuLoop Mobile Recorder on Android Real Device

Before you begin, make sure you have the following:

  1. Android device with Developer Mode ON and USB Debugging enabled.
  2. Android Studio/SDK Folder with ADB installed in your computer.
  3. Make sure JRE, JDK, and Android ADB paths are set in your system’s environment variables.
  4. HuLoop Agent downloaded and installed. Click here to see how to download Huloop Agent.
  5. Appium for managing mobile interactions.
  6. HuLoop Server URL
  7. Login credentials for accessing your HuLoop account.
  8. HuLoop Mobile Recorder installed.
  9. Vysor tool installed to mirror your Android device on your computer.

Note: Vysor is a tool that lets you view and control your Android device from your computer. This is optional but can make it easier to interact with your device during recording.

  1. A Blank Case: Before you start using the HuLoop Mobile Recorder, you need to create a blank Case in an automation project. This blank Case will be used later to store and manage the actions you record during your mobile automation process. Click here to see how to create a Case.

Back To Top