Tuesday, January 30, 2018

Enabling Developer Mode Options on Android Phone or Tablet

This is two step process ,

  1.  first step is to Enabling Developer Mode Options on Android Phone or Tablet
  2.  second step is to Switch On the USB Debugging of the device. Let’s see how to do both of the activities in the below tutorial.


Step 1: Enable Developer Options

1) Tap on the Main Menu icon.
Developer_Mode_1

2) Go to the Settings.
Developer_Mode_2

3) Scroll down to ‘About phone‘ and tap on it.
Developer_Mode_3

4) Scroll down to the bottom again, where you see ‘Build number’ (Your build number may vary). Tap On Build number Seven (7) times. After the third tap, you’ll see a playful dialog that says you’re four taps away from being a developer. Keep on tapping, and *poof*, you’ve got the developer settings options.
Developer_Mode_8

5) You can notice the Developer Options on your screen now.
Developer_Mode_4

Step 2: Switch On USB Debugging

1)  Go to the Developer Options.
Developer_Mode_4

2) Tick the USB Debugging check box.
Developer_Mode_5

3) It may display the Pop Up message, if Yes simply click OK.
Developer_Mode_6

3) And it’s done, you can see the USB Debugging is ON now.
Developer_Mode_7

Mobile Application Testing

Mobile Application Testing

Mobile Application Testing is a process by which a developed application of a mobile device is tested for its functionality, consistence & usability. It can be automated and manual. It almost goes through the normal testing process but the testing techniques may vary for mobile devices.

Importance of Mobile Application Testing

As we discussed in the last chapter that Mobile market is booming, mobile websites and Apps are exploding like anything in the market. Each and every business is trying to get the maximum benefits out of this mobile technology. With the exponential increase for mobile usage has led to mobile testing. Businesses are focusing on creating mobile strategies and roadmap before implementing the application for their users. It became essential to develop an app with effective features and functionalities which are beneficial to the customer. But it is more critical to have an effective testing plan and strategy before any app is developed. As client is usually in millions for a certain product – and a product with bugs is never appreciated. It often results in monetary losses, legal issue and irreparable brand image damage.

Challenges in Mobile Application Testing

Performing Mobile Testing is not an easy task, as it is different and much more complex from enterprise testing and website testing. Mobile applications have a smaller footprint on the virtual machine as opposed to a desktop application. Mobile Testing needs to be performed on variety of software platform, versions, hardware, network condition and what makes it more complex are the various devices, fast changing mobile OS, the frequent introduction on new devices, and unpredictability of simulators.
  • Different range of mobile devices with different screen sizes and hardware configurations like hard keypad, virtual keypad (touch screen) and trackball etc.
  • Wide varieties of mobile devices like HTC, Samsung, Apple and Nokia.
  • Different mobile operating systems like Android, Symbian, Windows, Blackberry and IOS.
  • Different versions of operation system like iOS 5.x, iOS 6.x, BB5.x, BB6.x etc.
  • Different mobile network operators like GSM and CDMA.
  • Frequent updates – (like android- 4.2, 4.3, 4.4, iOS-5.x, 6.x) – with each update a new testing cycle is recommended to make sure no application functionality is impacted.

Types of Mobile Testing

When we talk about Mobile Device Testing, it can be categorized broadly in two segments;
  1. Hardware testing/Mobile testing: This is to assure the quality of mobile devices. The device including the internal processors, internal hardware, screen sizes, resolution, space or memory, camera, radio, Bluetooth, WIFI etc. This is sometimes referred to as, simple “Mobile Testing”.
  2. Software testing/Application testing: The applications that work on mobile devices and their functionality are tested. It is called the “Mobile Application Testing” to differentiate it from the earlier method. Even in the mobile applications, there are few basic differences that are important to understand:
a) Native apps: A native application is created for use on a platform like mobile and tablets. These applications get installed on the mobile device and often delivered from the App Store.
b) Mobile web apps: Web applications as one accessed using a browser on the mobile device or server-side apps to access websites on mobile using different browsers like chrome, Firefox by connecting to a mobile network or wireless network like WIFI.
c) Hybrid apps: These are combinations of native app and web app. Hybrid embeds a browser in a native application. These also run on devices, online or offline.