Android Screen Monitor – Projecting (Mirroring) Android Mobile Screen on Computer

You might have come across a situation where you are supposed to show mobile device screen on a desktop, laptop screens; may be at the time of demo or sharing updates with others.
There are some paid tools available in market which does the job however in this article, I am going to tell you about free android utility which helps you projecting mobile screen on the computer.

Name of the utility is Android Screen Monitor.

 

Android Screen Monitor:

The Android Screen Monitor (ASM) is an android tool to monitor mobile device screen on desktop or laptop.
ASM is an adb client, when it starts monitoring screen, ASM connects to adb on port 5037 and receives frame buffer continuously on the device or emulator and transfer image to your desktop screen.
ASM does provide features like Mobile screen rotation, Screen sizing & Image export.

 

Read More

Robotium – Android Test Automation Framework – Introduction, Benefits & Limitations

What is Robotium ?

Robotium is an Android test automation framework for testing native and hybrid android mobile applications against mobile devices or emulators. It makes easy to write powerful and robust automated tests for Android applications. With the help of Robotium, testers can write function, system and user acceptance test scenarios, spanning multiple Android activities.

Robotium Recorder:

Robotium earlier was available as open source android test automation framework however with the addition of Robotium Recorder it is now licensed tool. Robotium Recorder is available as a plugin for Android Studio and Eclipse. It helps in recording and creating professional android UI test cases.
Robotium Recorder has full support for native and hybrid Android applications and records all user interactions being performed.

Read More