Tuesday 22 September 2015

Freshers Mobile Testing Interview Questions and Answers pdf

11. What are the common critical, blocker, major, minor bug founds while testing a mobile? 
CRITICAL BUG: This is nothing but a crash...suppose when u r trying to play a song from media player of MIDI format,or when a incoming call comes to your mobile when u r testing a particular feature in your device it may crash.They r many examples like this.

BLOCK: Unable to boot your device or unable to go back to previous screen or unable to go to ur main menu when u r testing particular feature.unable to invoke anything untill and unless you reboot your device
Major: Unable to funtion or misfunctionality of a particular feature
Minor: Usually GUI bugs comes under minor bugs. These bugs wont affect functionality. Example overlapping of letters in message compose screen.

12. What is Another name of PEER REVIEW MEETING? 
The Peer review meeting is also called as " Technical Review " meeting.

13. Tell me How GPRS works? 
GPRS work because of your mobile Sim, it receives the single from the nearby cellular tower and provide you the internet services

14. Where is the APN stored? 
APN's are used in establishing packet data connections, most commonly to the Internet over 2G and 3G mobile networks. APN's can be stored in contexts, which are identified by number, and specify information on how to establish a data session (packet orientation, c.f. circuit switched).

15. How android application testing will be done? 
1. Write testcases as per the application functionality, as the same way you write for any of the software application.
2. Execute them and log a defect
3. Real time examples for mobile application that needs to verify are as below :
- When application is running on the device , you give interuption by call or sms or bluetooth
- When application is running check the CPU useage from the system settings menu
- If application is opening any URL from inside the application itself then check whether it is passing any confidential data
- Check application stability with wi-fi On/Off state
- Check application launch time after the interruption received

More Questions & Answers:-
Page1 Page2 Page3 Page4

No comments:

Post a Comment