Posts

Showing posts from March, 2017

Appium automation mobile

Image
                            Appium Automation Tool                    Appium mobile  automation tool      Appium is an open source, cross-platform test automation tool for native, hybrid and mobile web apps, tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, Windows, FirefoxOS). Supported Platforms iOS Android Windows FirefoxOS See the platform support doc for more detailed information. Why Appium? You don’t have to recompile your app or modify it in any way, due to use of standard automation APIs on all platforms. You can write tests with your favorite dev tools using any WebDriver -compatible language such as Java, Objective-C , JavaScript with Node.js (in promise, callback or generator flavors), P...

MOBILE TESTING

Image
MOBILE TESTING Mobile device testing is the process of ensuring the quality of the hardware and software of a mobile or handheld device. It is generally conducted by mobile device manufacturers to ensure that the device is working properly or within the desired parameters before it is released for consumers. Mobile device testing is also known as mobile device unit testing. Types of Mobile Testing There are broadly 2 kinds of testing that take place on mobile devices: #1. Hardware testing: 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 or Application testing: The applications that work on mobile devices and their functionality is tested. It is called the “ Mobile Application Testing ” to differentiate it from the earlier method. Even in the mobile applications, there are few basic ...