what is the difference between Android and iOS app Testing ?
Answer / pratyush
Android is an operating system designed and implemented by Google in order to support its vision for a mobile, light and robust operating system. It’s based mainly on Linux OS which forms the kernel of Android and “above” that kernel, a whole framework exists. The kernel and the core libraries are written in C/C++ and the API, through which one can develop his/her applications, uses mainly Java. Android’s source code is released by Google under open source licenses, even if most Android devices ultimately ship with a combination of open source and proprietary software.
iOS is a mobile operating system developed by Apple and distributed exclusively for Apple hardware. It is the operating system that powers many of the company’s iDevices. It’s a closed-source operating system. The iOS kernel is XNU and is mainly written in C/C++ and Objective-C. The applications must be written and compiled specifically for iOS and the 64-bit ARM architecture or previous 32-bit one. Xcode is the primary development environment for the iOS. iOS applications, like many of the higher-level frameworks and applications that are part of iOS and OS X, are written in Objective-C.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is meant by MO SMS Message?
Mention what is the Android testing strategy?
How we test battery back up time using load testing especially for mobile testing ?
Explain some conformance testcases of a mobile?
Hi guys Do any one known about the institute/compnay which offers training in Mobile handset testing or any related books (indian Edition) available in market to gain knowledge about this subject . Thanks mak_343, mak98202@yahoo.co.in
How to check battery consumption and ram usage of app in android and IOS ?
Where to perform forward compatibility testing?
is there any open source automation testing tool for mobile testing. Testquest is there, but there is no trail version. i need some open source tool or trail verison to try it out whether the tool can be used for my application. i have windows mobile 5.0 and 6.0.
What is the full form of mms?
What is the difference between TDMA and FDMA.
How to know, which are the bands (850,900,1800,1900) a mobile device supports?
Android AVD creates in android studio , How to create IOS AVD ?