Mobile Application Testing Interview Questions - All About Testing Mobile Application Testing Interview Questions

Wednesday 31 January 2018

Mobile Application Testing Interview Questions

1 What is the difference between mobile application testing and just mobile testing?
Ans - Mobile app testing suggests testing an application on hand-held devices and differs from mobile testing in that it focuses on features and functionality of the tested application only while the other closely focuses on mobile devices’ native application features like SMS, Call, Media Player, etc.
2 Can you remember the names of different versions of Android OS?
Ans - Of course, you can. Here they are 1.5 Cupcake, 1.6 Donut, 2.0 Eclair, 2.2 Froyo, 2.3 Gingerbread, 3.0 Honeycomb, 4.0 Ice Cream Sandwich, 4.1 Jelly Bean, 4.4 Kit Kat.
You may want to know more about the latest one when answering this question. Among the features of Android 4.4 released in October 2013 are:
Dialer Search helping in searching a nearby thing by the phone number
Wireless printing capability
Hangouts SMS Integration
Downloads app redesign
Location featured in Quick Settings
Seeking music and movie from the lock screen

3 Do you know which tools are used on Android for capturing app logs?
Ans - ‘Monitor.bat’ file under Android SDK’s ‘Tools’ folder can be used to see the log, select or save it. ALogCat, a free tool for getting logs featured on Google Play, is another option.
4 What major criteria should be taken into consideration while doing end-to-end mobile testing?
Ans - The first areas of your attention, in this case, should be installed, the first-time launch without network, app’s uninstallation, its orientation if supported, and testing app performance using different devices with different network scenarios. Further, you may want to test how the app is responding in case of entering invalid user credentials and attempting to change those after installation. If the app is to access the network, it is important to see that logs generating during this contain sensitive information in encrypted form only.
5 What mobile application types do you know?
Ans - We can distinguish three broad types of mobile apps:
Native apps are those specifically developed for a certain platform, directly installed on the device and taking the advantage of all its features such as the camera, GPS, compass, etc. These apps utilize the native notification system of the device and work offline well.
Web apps on mobiles are web portals designed and hosted for mobile devices. To access these, URLs are used in mobile browsers.
Hybrid apps can be viewed as web apps built in native apps. They are written using web technologies like CSS, JavaScript, and HTML. They run inside the native container while leveraging the browser engine of a device to render HTML and process JavaScript locally. Such apps are not tied to particular mobile devices or platforms and can work on any.

6 How could one test patches and defect fixes for an app in production?
Ans - Since regression testing of the whole product cannot be effectively done in a short time, it makes sense to regression-test the relative module and focus mainly on the area related to bug fixes and, additionally, to do sanity testing on the rest of modules on the high priority devices.
7 What tools can be used for debugging?
Ans - Generally, to learn the cause of an issue where some failure is occurring logs are used. This can be done by means of iPhone Configuration Utility on iOS and Android Monitor.bat on Android. With log provided from these tools, it will be easy for developers to tell the cause.
8 What mobile automation testing tools do you know?
Ans - The means of automation are usually chosen subjectively depending on project needs and application type. Among good paid automation tools available today are Ranorex, Silk Mobile, SeeTest, etc. There are also worthy free tools like Appium, Robotium, KIF, Calabash, etc., but using these requires certain coding skills such as Java or Ruby.
9 What is it you can do with a real device that you cannot do with emulators?
Ans - Testing on real devices has a number of advantages over emulators. Only using real devices you can test such interrupts as messages, phone calls, battery drain, low battery scenarios, memory card mount and unmount scenarios, Bluetooth, and actual app performance as a whole.
10 How can you learn about the app’s CPU usage and its memory utilization?

0 comments:

Post a Comment