Interview Question for mobile testing -Part1

Q #1) What is the difference between Mobile device testing and mobile application testing?
Ans. Mobile device testing means testing the mobile device and mobile application testing means testing of mobile application on a mobile device.
Q #2) What are the types of mobile applications?
Ans. Mobile applications are of three types:
Native Application– Native app installed from application store like Android’s google play and apple’ app store. The application which can be installed into your devices and run are known as native application for E.G. whats App, Angry birds etc.
Web Application– Web applications runs from mobile web browsers like Chrome, Firefox, Opera, Safari etc using mobile network or WIFI. E.G. of web browser applications are m.facebook.com, m.gmail.com, m.yahoo.com, m.rediffmail.com etc.
Hybrid Application- Hybrid apps are combinations of native app and web app. They can run on devices or offline and are written using web technologies like HTML5 and CSS. For E.G. ebay, flipkart etc
Q #3) How to test CPU usage on mobile devices?
Ans. There are various tools available in the market like google play or app store from where you can install apps like CPU Monitor, Usemon, CPU Stats, CPU-Z etc these are an advanced tool which records historical information about processes running on your device.
Q #4) What are the defects tracking tools used for mobile testing?
Ans. You can use same testing tool which you use for web application testing like QC, Jira, Rally and Bugzilla etc.
Q #5) What all major networks to be considered while performing application testing?
Ans. You should test the application on 4G, 3G, 2G and WIFI. 2G is a slower network, its good if you verify your application on slower network also to track your application performance.
Q #6) When performing sanity test on mobile application what all criteria should be taken into consideration?
Ans.
  • Installation and uninstallation of the application
  • Verify the device in different available networks like 2G, 3G, 4G or WIFI.
  • Functional testing
  • Interrupt testing- Able to receive the calls while running the application.
  • Compatibility testing – able to attach the photo in message from gallery
  • Test application performance on different handset.
  • Make some negative testing by entering the invalid credentials and test the behavior of the application.
Q #7) Which things to consider testing a mobile application through black box technique?
Ans.
  • By testing your application on multiple devices.
  • By changing the port and IP addresses to make sure the device is getting connected and disconnected properly.
  • By making calls and sending messages to other devices.
  • By testing your web application on different mobile browsers like chrome, Firefox, opera, dolphin etc.
Q #8) What is the latest version of iOS?
Ans. iOS 8. (This changes quite often, so please check the apple site for most recent info)
Q #9) What is the latest version of Android?
Ans. Lollipop 5.0–5.0.2 (also changes often).
Q #10) What is the extension of Android files?

.apk (Android application package)

Comments

Popular posts from this blog

Handling Dynamic Web Tables Using Selenium WebDriver

Verify Specific Position of an Element

Read it out for TESTNG before going for an iterview