Mobile Application testing- All you want to know to get started!!

15
Mobile Application Testing Everything you need to know to get started!! Created By: Neha Thakur 27 Sep 13

description

When we test mobile app there are lot of things we take into consideration. This is basic ppt explaining, how to get started with mobile apps testing, like installation, installation, capturing images, videos etc. Hope you like it.

Transcript of Mobile Application testing- All you want to know to get started!!

Page 1: Mobile Application testing- All you want to know to get started!!

Mobile Application TestingEverything you need to know to get started!!

Created By:Neha Thakur27 Sep 13

Page 2: Mobile Application testing- All you want to know to get started!!

1. Install the iTunes http://www.apple.com/itunes/download/

2. Install the iPhone Config Utility to take

device logshttp://support.apple.com/kb/DL1466

3. Install iTools to take screencaptures and

videoshttp://www.itools.cn/en_index.htm

iPhone - Installation

Page 3: Mobile Application testing- All you want to know to get started!!

An application can be installed and run only on iOS devices configured with a provision profile that authorizes the application. [XXXX_Mobile_QA_Profile.mobileprovision]

A provision profile is a document that lists the digital certificates, the devices, and the IDs of the applications allowed to operate on a device.

To install this provision file, simply download it and double-click it or open using iTunes or iPhone Configuration Utility.

iPhone - Provision profile

Page 4: Mobile Application testing- All you want to know to get started!!

iPhone – Build Installation

First sync your device in iTunes .ipa [ iPhone Application] is the build file,

store it at some convenient location. e.g. <Name>.ipa

After installing the provisioning profile, install the build i.e. *.ipa file by double clicking and opening it with iTunes or iPhone Configuration utility

Page 5: Mobile Application testing- All you want to know to get started!!

iPhone – Error Logs

Once iPhone Configuration utility is installed, launch it

Connect the device to computer and see that the devices is detected

Now select the device and click open the Console as shown

Save the console by clicking Save Console As button at bottom

Page 6: Mobile Application testing- All you want to know to get started!!

iTools is used to take screen capture , record videos

Connect the iPhone to computer using USB cable

Just install and launch. Once device is detected, click Desktop as marked and then Live Desktop. You can now capture screenshots as well as videos using encircled buttons

Screenshot and Videos

Page 7: Mobile Application testing- All you want to know to get started!!

Tap the Settings icon and launch This screen will be visible

You can turn on and off the airplane mode Connect to Wi-Fi General Settings etc.--------------------------------------------------------------------------------------

Tap twice home button Tap and hold the application for a while

Until you see Red icon Tap on this Red minus icon and app is killed

----------------------------------------------------------------------------------------------------------------------

Tap and hold app on springboard, X icon will appear Tap X icon and app is deleted

iPhone – Settings, Uninstall

Page 8: Mobile Application testing- All you want to know to get started!!

Android - Installation

1. Download the SDK ADT Bundle for

Windows http://

developer.android.com/sdk/index.html

2. Navigate to the location where you stored ADT Bundle and open the SDK

Manager.exe file as highlighted

Page 9: Mobile Application testing- All you want to know to get started!!

Android - Installation

In SDK Manager check that Google USB Drivers are installed. If not, then please install the same.

Second step is to Install Samsung Kies: http://www.samsung.com/us/kies/

Page 10: Mobile Application testing- All you want to know to get started!!

Android - Installation

Sometimes if devices is not recognized despite trying all above, than manually install USB drivers for that particular device.

Page 11: Mobile Application testing- All you want to know to get started!!

Android - Installation

Download droidAtScreen-1.0.2.jar file http://droid-at-screen.ribomation.com/download/

This will

Just connect the android device to computer using USB cable and get started: This will help you to take screenshot and capture the videos

using iDemo/Jing.

Page 12: Mobile Application testing- All you want to know to get started!!

Android - Installation

Screenshots and error logs can also be taken using ddms.bat file placed at location of ADT SDK bundle:<Path>/adt-bundle-windows-x86_64-20130729\adt-bundle-windows-x86_64-20130729\sdk\tools

Page 13: Mobile Application testing- All you want to know to get started!!

Enable the Developer Option in Android device, if it's not there by default

Navigate to Developer option in Settings and make sure that USB Debugging is ON/Checked

Few hints if things don’t work

Page 14: Mobile Application testing- All you want to know to get started!!

Step 1: Head into Settings by finding the gear-shaped icon in the app tray, notification bar, or by hitting menu and tapping settings.

Step 2: Scroll down to device and select “Apps”/Applications

Step 3: Now tap the app you’d like to remove. The best case is to select the app and then make sure to tap the clear cache & the clear data buttons, then go ahead and continue by selecting Uninstall as shown below.

Android - Uninstallation

Page 15: Mobile Application testing- All you want to know to get started!!