Skip to main content

Posts

Showing posts from April, 2017

Mobile Testing

Mobile application testing falls into broadly two types: Hardware Testing This includes testing internal hardware, screen size, resolution, space, camera, Bluetooth, WIFI etc. Software or Application Testing This includes testing the application that are running on device. Because of types of apps this can be divided into following categories: Native apps Mobile web apps Hybrid apps There are some key things to be considered when testing mobile apps: Native apps have single platform Native apps are written in platforms like SDKs while Mobile web are written in html, css Native/Hybrid apps may or may not require internet connection Mobile web apps require internet connection Native/Hybrid apps are downloaded from playstore Mobile web apps are accessible from internet Mobile Testing complexity in comparison web applications Different range of mobile devices, screen sizes etc. Various manufactures customizations OS types iOS, Android, Windows etc. Di