SlideShare a Scribd company logo
1 of 9
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
H2kInfosys
H2K Infosys provides online IT training and placement services worldwide.
USA- +1-(770)-777-1269, UK – (020) 3371 7615
Training@H2KINFOSYS.com / H2KInfosys@gmail.com
DISCLAIMER
H2K Infosys, LLC (hereinafter “H2K”) acknowledges the proprietary rights of the trademarks and
products names of other companies mentioned in any of the training material including but not limited
to the handouts, written material, videos, power point presentations, etc. All such training materials are
provided to H2K students for learning purposes only. H2K students shall not use such materials for their
private gain nor can they sell any such materials to a third party. Some of the examples provided in any
such training materials may not be owned by H2K and as such H2K does not claim any proprietary rights
for the same. H2K does not guarantee nor is it responsible for such products and projects. H2K
acknowledges that any such information or product that has been lawfully received from third party
source is free from restriction and without any breach or violation of law whatsoever.
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
Mobile Apps Testing Interview Questions
1. What is the difference between Mobile Testing and Mobile Application testing ?
Mobile testing – Testing the mobile handsets/devices, It is testing the core functionalities of
devices like SMS, Calls, Connectivity (bluetooth&wifi), video calling, network, battery etc.. (testing
the OS)
Mobile Apps testing – Testing the applications in the devices, say ex. H2KInfosys web site (testing
the application installed in the OS)
===============================================================================
2. What is the difference between Native and Hybrid apps in Mobile applications?
Native: Built using the native programming language for the platform
Hybrid: A hybrid application is built using web technology and then used for the specific platform.
A hybrid app is developed in combination with HTML 5 and native technology.
===============================================================================
3. What kind of testing is performed on your current mobile app testing?
Installation testing, Un-installation testing, Functional testing, Interrupt testing, Performance
testing, Acceptance testing, Compatibility testing etc.
==============================================================================
4. What is your approach while testing the mobile application?
Based on the domain, you can explain the strategy of the testing
==============================================================================
5. What are the things specific to Mobile Application would you concentrate on while writing test
plan for Mobile Applications?
Apart from the regular test plan we will consider OS, OS versions, Screen size, Device types.
================================================================================
6. How do you test different screen size/devices?
Emulator
================================================================================
7. What is the difference between emulator and simulator?
Emulator: Emulates the device based on hardware
Simulator: Emulates the device based on software
================================================================================
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
8. What are the common challenges in Mobile app testing?
Lack of physical devices, Variety of mobile devices, Different OS, different network operators,
screen size
================================================================================
9. Have you worked web services?
Yes/NO
================================================================================
10. What is a web service?
It is a software component to perform a task, interface between one program and the other
================================================================================
11. Give me an example for web service?
Weather forecast for a new website
================================================================================
12. What is the latest version of Android?
4.4 – Kitkat
================================================================================
13. What is the latest version iOS?
7.1
================================================================================
14. What are different versions of Android you tested?
2.1, 2.2, 2.3, 3.0, 4.0, 4.1, 4.4
================================================================================
15. Explain the Android Architecture?
Linux kernel, Libraries, Android run time, core libraries, Application framework, Applications
================================================================================
16. What is the importance of manifest.xml file in Android development?
It is a configuration file
================================================================================
17. Give me necessary steps to create the Android emulator?
Follow the instructions discussed in the sessions
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
================================================================================
18. How to create IOS simulator?
Follow the instructions discussed in the sessions
================================================================================
19. What is ADB command?
Android Debug Bridge
================================================================================
20. What is the command to install app in emulator?
Adb install “path of apk”
================================================================================
21. What is the extension of Android file?
.apk
===============================================================================
22. What is the extension of iOS file?
.ipa
==============================================================================
23. Explain roles and responsibilities of your current mobile app testing?
Give the answer based on your project
==============================================================================
24. Give me 2 major defects you found in the current application?
Give the answer based on your project
==============================================================================
25. How to install SD card in emulator?
Mksdcard -l mySdCard 1024M mySdCardFile.img
==============================================================================
26. What is AAPT in Android?
Android Asset packing tool to get the package name and details
=============================================================================
27. How you created the log files?
Log cat
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
=============================================================================
28. Have you used automation in your mobile app testing?
Yes/No
=============================================================================
29. How to take screenshot in Android?
Based on mobile device it vary, in general we can use DDMS to take the screenshot
=============================================================================
30. How to install the build in iPhone for testing?
With the help of iTunes.
=============================================================================
31. How to find the UDID of IOS devices?
• Connect the Device to iTunes
• Click on Device name present on left side of iTune Panel
• Click on Summary
• Click on Serial number
• It shows you the 40 digit hexadecimal number
===============================================================================
32. List me few automation testing tools?
See Test
Device Anywhere
Perfecto Mobile
Robotium
Monkey Talk
==============================================================================
33. Can QTP support automation testing?
Yes with Perfecto/See Test add-in
==============================================================================
34. Have you performed the game testing in the mobile devices?
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
Yes/No
==============================================================================
35. What is Video Graphics Array and which screen resolution you tested?
Video Graphics Array denotes a resolution of the device
QQVGA - resolution of 160x120 or 120x160 pixels
HQVGA - resolution of 160x240 or 240x160 pixels
QVGA - resolution of 320x240 pixels
HVGA - resolution of 480x320 pixels
===============================================================================
36. Have you done any cloud based mobile testing?
Yes
===============================================================================
37. Give me few tools based on cloud based mobile testing?
Device Anywhere
Perfecto Mobile
See Test
==============================================================================
38. Have you done mobile app testing with Emulator? What are the disadvantages of Emulator?
- No support for placing or receiving actual phone calls.
- No support for USB connections
- No support for camera/video capture
- No support for determining battery charge level and AC charging state
- No support for Bluetooth
- Some times lower versions will not support completely
- No support for Orientation testing
==============================================================================
39. Tell me couple of web services used in your current mobile app?
Based on the app, you can give answer
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
==============================================================================
40. How you will install the application iPhone?
With the help of iTunes
==============================================================================
41. Tell me the functionalities which you automated in the current mobile app?
Based on your application
================================================================================
42. Which one is good for test execution? Emulator or Physical device?
Physical device
================================================================================
43. Let me know, which are devices you worked till now?
Android, iPhone
================================================================================
44. How to create an Emulator in Android platform?
To create AVD, open AVD manager, click on new button on the right side
- Give any name in the Name field
- Select the target API from the drop down list
- Enter the desired size for the SD card
- Select the required Skin section
- Click create AVD
- Created AVDs will appear in the list of AVD window
- Select the required AVD and click on start button
- Click on Launch
================================================================================
45. Do you know Eclipse?
Yes/No
===============================================================================
46. Do you have any idea on Selenium/Robotium?
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
Yes/No
===============================================================================
47. Tell the high level test cases for Face book web and Face book native application?
Give high level test cases
48. What is QWERTY/AZERTY keyboard?
Nothing but a layout for letter keys and text on the keyboards.
QWERTY/AZERTY - This mention the first six letters on the top of row of keyboard.
===============================================================================
49. Have you done forward compatibility testing?
Yes, tested the mobile application with the newer versions.
===============================================================================
50. What is MMS?
Multimedia messaging services
===============================================================================
Interview Questions
1. Have you ever written a Test Plan? What are the things specific to Mobile Application
would you emphasis on while writing test plan for Mobile Applications?
2. Tell me what are the High level test cases for Face book Web Application and for Face
book Mobile Application?
3. Devices you have worked upon?
4. Testing of Mobile Application on Emulators. Can you let me know your view?
5. Have you ever worked on any automation tool for Testing Mobile Application?
6. Please tell me about your project. What kind of Mobile Applications have you worked
upon?
7. Do you have Idea about Mobile Operating Systems?
8. Blackberry Devices have which Operating system?
9. What is current iOS (iphone OS) version?
10. What are different Mobile Platforms/OS?
11. What are the different ways you can install a Mobile Application?
12. Have you ever worked on Device Anywhere? Do you have experience of working on it?
13. How will you test a Location Based Mobile Application?
14. How will you perform Performance Testing for a Mobile Application?
Some mobile handset, messaging related, GPS related questions:-
15. Can you name some performance testing tool.
16. Can you explain some file format for multimedia testing (audio and video)
17. How to write Bluetooth the test case for stress
18. Explain the WAP protocol stack.
Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide
Training@H2KInfosys.com
19. Explain the type of testing you have done in mobile application testing.
20. How basic phone is different from smart phone in testing perspective
21. Which android version you tested?
22. Write few scenarios for any feature in a mobile phone other than browser.
23. Do you know about android?
24. Explain the Architecture of android
25. Load Testing on Mobile and Web application.
26. Test conditions for touch screen mobiles (landscape and portrait).
27. Explain about the mobile application project that you worked in previous company?
28. How you did performance testing for mobile application in your previous organization.
29. What do you understand by Multimedia testing in mobile devices?
30. What is mobile memory leakage, have you tested that? Which tools have you used.
31. On which mobile u have tested the browser?
32. Types of devices tested during mobile application testing?
33. writing high level scenario’s for any mobile features
34. Is it possible to transfer separate delivery contents to memory card then to other phone?
35. Can we open separate delivery files, if we have rights and contents copied from memory
card?
36. What different types of browser contents tested?
37. Any idea of SDK?
38. Any idea of VPN?
39. Explain the type of testing you have done in mobile application testing.
40. How GPRS works?
41. How GPS works internally.
42. What is GPS how did you tested
43. About GPS and A-GPS.
44. Write test cases on Camera feature.
45. That is the mobile platforms you worked on?
46. What is Android and what are the extra features in Android?
47. What is Bluetooth and how you test them?
48. What is the extension of android application?
49. Explain about tools used in Mobile Handset Testing.
50. How to test SMS, MMS and what is Class1, class2 message.
51. Test cases for Alarm, Settings, Media player, Browser, Bluetooth?
52. On which mobile u have tested the browser?
53. What all the GSM mobile you have tested?
54. What is the MMS size and is it network dependent?
55. when message with 500 character sent what happens
56. Write any five test cases for Messaging Subsystem?
57. What kind of mobile application i have tested?
58. What do you understand by Multimedia testing in mobile devices?
===================================== ////O ====================================

More Related Content

Viewers also liked

The current state of mobile testing by stephen janaway
The current state of mobile testing by stephen janawayThe current state of mobile testing by stephen janaway
The current state of mobile testing by stephen janawayTEST Huddle
 
Test Design Technics
Test Design TechnicsTest Design Technics
Test Design TechnicsISsoft
 
Myths and Illusions of Cross Device Testing - Elite Camp June 2015
Myths and Illusions of Cross Device Testing - Elite Camp June 2015Myths and Illusions of Cross Device Testing - Elite Camp June 2015
Myths and Illusions of Cross Device Testing - Elite Camp June 2015Craig Sullivan
 
How to Break your App - Workshop - Testbash 2015
How to Break your App - Workshop - Testbash 2015How to Break your App - Workshop - Testbash 2015
How to Break your App - Workshop - Testbash 2015Daniel Knott
 
Test design techniques
Test design techniquesTest design techniques
Test design techniquesQA Guards
 
Техники тест дизайна для черноящичного тестирования
Техники тест дизайна для черноящичного тестированияТехники тест дизайна для черноящичного тестирования
Техники тест дизайна для черноящичного тестированияDmytro Protsenko
 
38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answers38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answersMaria FutureThoughts
 

Viewers also liked (9)

The current state of mobile testing by stephen janaway
The current state of mobile testing by stephen janawayThe current state of mobile testing by stephen janaway
The current state of mobile testing by stephen janaway
 
Test Design Technics
Test Design TechnicsTest Design Technics
Test Design Technics
 
Testing in TFS
Testing in TFSTesting in TFS
Testing in TFS
 
Test plan
Test planTest plan
Test plan
 
Myths and Illusions of Cross Device Testing - Elite Camp June 2015
Myths and Illusions of Cross Device Testing - Elite Camp June 2015Myths and Illusions of Cross Device Testing - Elite Camp June 2015
Myths and Illusions of Cross Device Testing - Elite Camp June 2015
 
How to Break your App - Workshop - Testbash 2015
How to Break your App - Workshop - Testbash 2015How to Break your App - Workshop - Testbash 2015
How to Break your App - Workshop - Testbash 2015
 
Test design techniques
Test design techniquesTest design techniques
Test design techniques
 
Техники тест дизайна для черноящичного тестирования
Техники тест дизайна для черноящичного тестированияТехники тест дизайна для черноящичного тестирования
Техники тест дизайна для черноящичного тестирования
 
38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answers38475471 qa-and-software-testing-interview-questions-and-answers
38475471 qa-and-software-testing-interview-questions-and-answers
 

More from H2kInfosys

Health insurance claim | Health Care Domain
Health insurance claim | Health Care DomainHealth insurance claim | Health Care Domain
Health insurance claim | Health Care DomainH2kInfosys
 
Project 2 | Health Care Domain
Project 2 | Health Care DomainProject 2 | Health Care Domain
Project 2 | Health Care DomainH2kInfosys
 
Claims Test Case | Health Care Domain
Claims Test Case | Health Care DomainClaims Test Case | Health Care Domain
Claims Test Case | Health Care DomainH2kInfosys
 
Hadoop Big Data Demo
Hadoop Big Data DemoHadoop Big Data Demo
Hadoop Big Data DemoH2kInfosys
 
Mobile requirements
Mobile requirementsMobile requirements
Mobile requirementsH2kInfosys
 
Mobile form Validation Rules
Mobile form Validation RulesMobile form Validation Rules
Mobile form Validation RulesH2kInfosys
 
Istqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosysIstqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosysH2kInfosys
 
Informatica interview questions by H2kInfosys
Informatica interview questions by H2kInfosysInformatica interview questions by H2kInfosys
Informatica interview questions by H2kInfosysH2kInfosys
 
Database Testing Interview Questions By H2kInfosys
Database Testing Interview Questions By H2kInfosysDatabase Testing Interview Questions By H2kInfosys
Database Testing Interview Questions By H2kInfosysH2kInfosys
 

More from H2kInfosys (9)

Health insurance claim | Health Care Domain
Health insurance claim | Health Care DomainHealth insurance claim | Health Care Domain
Health insurance claim | Health Care Domain
 
Project 2 | Health Care Domain
Project 2 | Health Care DomainProject 2 | Health Care Domain
Project 2 | Health Care Domain
 
Claims Test Case | Health Care Domain
Claims Test Case | Health Care DomainClaims Test Case | Health Care Domain
Claims Test Case | Health Care Domain
 
Hadoop Big Data Demo
Hadoop Big Data DemoHadoop Big Data Demo
Hadoop Big Data Demo
 
Mobile requirements
Mobile requirementsMobile requirements
Mobile requirements
 
Mobile form Validation Rules
Mobile form Validation RulesMobile form Validation Rules
Mobile form Validation Rules
 
Istqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosysIstqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosys
 
Informatica interview questions by H2kInfosys
Informatica interview questions by H2kInfosysInformatica interview questions by H2kInfosys
Informatica interview questions by H2kInfosys
 
Database Testing Interview Questions By H2kInfosys
Database Testing Interview Questions By H2kInfosysDatabase Testing Interview Questions By H2kInfosys
Database Testing Interview Questions By H2kInfosys
 

Recently uploaded

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 

Recently uploaded (20)

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 

Mobile Apps Testing Interview Questions Offered by H2KInfosys

  • 1. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com H2kInfosys H2K Infosys provides online IT training and placement services worldwide. USA- +1-(770)-777-1269, UK – (020) 3371 7615 Training@H2KINFOSYS.com / H2KInfosys@gmail.com DISCLAIMER H2K Infosys, LLC (hereinafter “H2K”) acknowledges the proprietary rights of the trademarks and products names of other companies mentioned in any of the training material including but not limited to the handouts, written material, videos, power point presentations, etc. All such training materials are provided to H2K students for learning purposes only. H2K students shall not use such materials for their private gain nor can they sell any such materials to a third party. Some of the examples provided in any such training materials may not be owned by H2K and as such H2K does not claim any proprietary rights for the same. H2K does not guarantee nor is it responsible for such products and projects. H2K acknowledges that any such information or product that has been lawfully received from third party source is free from restriction and without any breach or violation of law whatsoever.
  • 2. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com Mobile Apps Testing Interview Questions 1. What is the difference between Mobile Testing and Mobile Application testing ? Mobile testing – Testing the mobile handsets/devices, It is testing the core functionalities of devices like SMS, Calls, Connectivity (bluetooth&wifi), video calling, network, battery etc.. (testing the OS) Mobile Apps testing – Testing the applications in the devices, say ex. H2KInfosys web site (testing the application installed in the OS) =============================================================================== 2. What is the difference between Native and Hybrid apps in Mobile applications? Native: Built using the native programming language for the platform Hybrid: A hybrid application is built using web technology and then used for the specific platform. A hybrid app is developed in combination with HTML 5 and native technology. =============================================================================== 3. What kind of testing is performed on your current mobile app testing? Installation testing, Un-installation testing, Functional testing, Interrupt testing, Performance testing, Acceptance testing, Compatibility testing etc. ============================================================================== 4. What is your approach while testing the mobile application? Based on the domain, you can explain the strategy of the testing ============================================================================== 5. What are the things specific to Mobile Application would you concentrate on while writing test plan for Mobile Applications? Apart from the regular test plan we will consider OS, OS versions, Screen size, Device types. ================================================================================ 6. How do you test different screen size/devices? Emulator ================================================================================ 7. What is the difference between emulator and simulator? Emulator: Emulates the device based on hardware Simulator: Emulates the device based on software ================================================================================
  • 3. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com 8. What are the common challenges in Mobile app testing? Lack of physical devices, Variety of mobile devices, Different OS, different network operators, screen size ================================================================================ 9. Have you worked web services? Yes/NO ================================================================================ 10. What is a web service? It is a software component to perform a task, interface between one program and the other ================================================================================ 11. Give me an example for web service? Weather forecast for a new website ================================================================================ 12. What is the latest version of Android? 4.4 – Kitkat ================================================================================ 13. What is the latest version iOS? 7.1 ================================================================================ 14. What are different versions of Android you tested? 2.1, 2.2, 2.3, 3.0, 4.0, 4.1, 4.4 ================================================================================ 15. Explain the Android Architecture? Linux kernel, Libraries, Android run time, core libraries, Application framework, Applications ================================================================================ 16. What is the importance of manifest.xml file in Android development? It is a configuration file ================================================================================ 17. Give me necessary steps to create the Android emulator? Follow the instructions discussed in the sessions
  • 4. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com ================================================================================ 18. How to create IOS simulator? Follow the instructions discussed in the sessions ================================================================================ 19. What is ADB command? Android Debug Bridge ================================================================================ 20. What is the command to install app in emulator? Adb install “path of apk” ================================================================================ 21. What is the extension of Android file? .apk =============================================================================== 22. What is the extension of iOS file? .ipa ============================================================================== 23. Explain roles and responsibilities of your current mobile app testing? Give the answer based on your project ============================================================================== 24. Give me 2 major defects you found in the current application? Give the answer based on your project ============================================================================== 25. How to install SD card in emulator? Mksdcard -l mySdCard 1024M mySdCardFile.img ============================================================================== 26. What is AAPT in Android? Android Asset packing tool to get the package name and details ============================================================================= 27. How you created the log files? Log cat
  • 5. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com ============================================================================= 28. Have you used automation in your mobile app testing? Yes/No ============================================================================= 29. How to take screenshot in Android? Based on mobile device it vary, in general we can use DDMS to take the screenshot ============================================================================= 30. How to install the build in iPhone for testing? With the help of iTunes. ============================================================================= 31. How to find the UDID of IOS devices? • Connect the Device to iTunes • Click on Device name present on left side of iTune Panel • Click on Summary • Click on Serial number • It shows you the 40 digit hexadecimal number =============================================================================== 32. List me few automation testing tools? See Test Device Anywhere Perfecto Mobile Robotium Monkey Talk ============================================================================== 33. Can QTP support automation testing? Yes with Perfecto/See Test add-in ============================================================================== 34. Have you performed the game testing in the mobile devices?
  • 6. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com Yes/No ============================================================================== 35. What is Video Graphics Array and which screen resolution you tested? Video Graphics Array denotes a resolution of the device QQVGA - resolution of 160x120 or 120x160 pixels HQVGA - resolution of 160x240 or 240x160 pixels QVGA - resolution of 320x240 pixels HVGA - resolution of 480x320 pixels =============================================================================== 36. Have you done any cloud based mobile testing? Yes =============================================================================== 37. Give me few tools based on cloud based mobile testing? Device Anywhere Perfecto Mobile See Test ============================================================================== 38. Have you done mobile app testing with Emulator? What are the disadvantages of Emulator? - No support for placing or receiving actual phone calls. - No support for USB connections - No support for camera/video capture - No support for determining battery charge level and AC charging state - No support for Bluetooth - Some times lower versions will not support completely - No support for Orientation testing ============================================================================== 39. Tell me couple of web services used in your current mobile app? Based on the app, you can give answer
  • 7. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com ============================================================================== 40. How you will install the application iPhone? With the help of iTunes ============================================================================== 41. Tell me the functionalities which you automated in the current mobile app? Based on your application ================================================================================ 42. Which one is good for test execution? Emulator or Physical device? Physical device ================================================================================ 43. Let me know, which are devices you worked till now? Android, iPhone ================================================================================ 44. How to create an Emulator in Android platform? To create AVD, open AVD manager, click on new button on the right side - Give any name in the Name field - Select the target API from the drop down list - Enter the desired size for the SD card - Select the required Skin section - Click create AVD - Created AVDs will appear in the list of AVD window - Select the required AVD and click on start button - Click on Launch ================================================================================ 45. Do you know Eclipse? Yes/No =============================================================================== 46. Do you have any idea on Selenium/Robotium?
  • 8. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com Yes/No =============================================================================== 47. Tell the high level test cases for Face book web and Face book native application? Give high level test cases 48. What is QWERTY/AZERTY keyboard? Nothing but a layout for letter keys and text on the keyboards. QWERTY/AZERTY - This mention the first six letters on the top of row of keyboard. =============================================================================== 49. Have you done forward compatibility testing? Yes, tested the mobile application with the newer versions. =============================================================================== 50. What is MMS? Multimedia messaging services =============================================================================== Interview Questions 1. Have you ever written a Test Plan? What are the things specific to Mobile Application would you emphasis on while writing test plan for Mobile Applications? 2. Tell me what are the High level test cases for Face book Web Application and for Face book Mobile Application? 3. Devices you have worked upon? 4. Testing of Mobile Application on Emulators. Can you let me know your view? 5. Have you ever worked on any automation tool for Testing Mobile Application? 6. Please tell me about your project. What kind of Mobile Applications have you worked upon? 7. Do you have Idea about Mobile Operating Systems? 8. Blackberry Devices have which Operating system? 9. What is current iOS (iphone OS) version? 10. What are different Mobile Platforms/OS? 11. What are the different ways you can install a Mobile Application? 12. Have you ever worked on Device Anywhere? Do you have experience of working on it? 13. How will you test a Location Based Mobile Application? 14. How will you perform Performance Testing for a Mobile Application? Some mobile handset, messaging related, GPS related questions:- 15. Can you name some performance testing tool. 16. Can you explain some file format for multimedia testing (audio and video) 17. How to write Bluetooth the test case for stress 18. Explain the WAP protocol stack.
  • 9. Job Oriented – Instructor Led – Face2Face – True Live Online I.T. Training for Everyone Worldwide Training@H2KInfosys.com 19. Explain the type of testing you have done in mobile application testing. 20. How basic phone is different from smart phone in testing perspective 21. Which android version you tested? 22. Write few scenarios for any feature in a mobile phone other than browser. 23. Do you know about android? 24. Explain the Architecture of android 25. Load Testing on Mobile and Web application. 26. Test conditions for touch screen mobiles (landscape and portrait). 27. Explain about the mobile application project that you worked in previous company? 28. How you did performance testing for mobile application in your previous organization. 29. What do you understand by Multimedia testing in mobile devices? 30. What is mobile memory leakage, have you tested that? Which tools have you used. 31. On which mobile u have tested the browser? 32. Types of devices tested during mobile application testing? 33. writing high level scenario’s for any mobile features 34. Is it possible to transfer separate delivery contents to memory card then to other phone? 35. Can we open separate delivery files, if we have rights and contents copied from memory card? 36. What different types of browser contents tested? 37. Any idea of SDK? 38. Any idea of VPN? 39. Explain the type of testing you have done in mobile application testing. 40. How GPRS works? 41. How GPS works internally. 42. What is GPS how did you tested 43. About GPS and A-GPS. 44. Write test cases on Camera feature. 45. That is the mobile platforms you worked on? 46. What is Android and what are the extra features in Android? 47. What is Bluetooth and how you test them? 48. What is the extension of android application? 49. Explain about tools used in Mobile Handset Testing. 50. How to test SMS, MMS and what is Class1, class2 message. 51. Test cases for Alarm, Settings, Media player, Browser, Bluetooth? 52. On which mobile u have tested the browser? 53. What all the GSM mobile you have tested? 54. What is the MMS size and is it network dependent? 55. when message with 500 character sent what happens 56. Write any five test cases for Messaging Subsystem? 57. What kind of mobile application i have tested? 58. What do you understand by Multimedia testing in mobile devices? ===================================== ////O ====================================