Mobile Testing Interview Questions

Showing Questions 1 - 11 of 11 Questions
Sort by: 
 | 
Jump to Page:
  •  

    App Crashes on one of two similar devices

    App Crashes on one of two similar devices, but works fine on the rest. Give all possible cause for such a crash.

    Preksha Jain

    • Jun 22nd, 2022

    It may cause of network issue , application doesnt Installed properly .or may be cause of insufficient storage space on device it wasnt installed properly .

    imran

    • Jul 13th, 2017

    1. May be device is not support to the application
    2. May be application is not properly installed on the same device.

  •  

    Mobile Testing Interview Questions

    1. What is meant by Responsive testing in Mobile sites?
    2. I have created mobile site but do not have real devices so should i check though Emulators like mobiletest . me etc?
    3. How i create Emulators for Andriod and iPhone?
    4. What is meant by AVD ?
    5. I have created Mobile app for Andriod and iPhone but same do not have real devices. How I check mobile app on all devices?

    karthi

    • Sep 23rd, 2018

    An Android Virtual Device (AVD) is a device configuration that is run with the Android emulator. It works with the emulator to provide a virtual device-specific environment in which to install and run Android apps

    Shubhangi

    • Sep 17th, 2016

    Responsive means when the we b page fits its dimensions according to the screen size. The web page view has different dimensions according the screen of the mobile on which it is being accessed.

  •  

    Testing Modularity of Cameras

    How would you validate the new software release that has to support all possible module configurations for front and rear camera? what types of tests you would use to address them.
    In particular on which configurations, and why those tests.

    roshi

    • Aug 23rd, 2018

    First one is that after clicking on link for camera, camera should be open
    than test for REAR/FRONT camera
    after taking the pics application should save data at accurate place and in database also

  •  

    App Crash Scenario

    How will you convey to developer if the App crashes only in some scenarios?

    Uday Kiran Reddy

    • Nov 30th, 2017

    1. Report App crashing in any defect tracking tool.
    2. Enter steps to reproduce.

    vivek

    • Sep 9th, 2017

    1. Application Logs
    2. Steps to Reproduce
    3. Screenshot of application crashed error message.

  •  

    How to identify the similarity of the production build and the tested build?

    Hi,

    I am working with mobile applications as a tester. I want to know how to identify the similarity of the production build and the tested build. Is there any unique numbers to identify this. Please help me in this.

    Thanks..
    Jagan

    vijaykumar chourasiya

    • Jul 26th, 2016

    As per my company process testing build is identified by odd number build and Production build is identify by Even Build number. 2) If you are login with mobile number then validation code same for e...

    Isha

    • Sep 10th, 2015

    The kind of testing I am doing, I have access to both- the production build (that goes LIVE to the end users) and the test build (specifically available to us for testing, finding and logging bugs and...

  •  

    Explain Product Based Testing

    When interviewer ask to explain your project related to product based testing then which points should we cover?

    Yogesh Kolhe

    • Jun 22nd, 2016

    Product based testing involves both Quality control and Quality assurance. Product based testing require more effort that web based testing because if small part is changed then it need to be tested o...

  •  

    What is Mobile API testing ?

    Explain with real time project scenario

    Vivek

    • May 17th, 2016

    Hello, Mobile app API are program which response according to your requirment.. .API fetch data from server and show this on your device... To get API data you have to hit the API in browser and you...

    Imran Bojagar

    • Sep 15th, 2015

    API, an abbreviation of application program interface, is a set of routines, protocols, and tools for building software applications. The API specifies how software components should interact and APIs...

  •  

    How do you test a web application on a mobile device?

    Can some one explain in detail how to test a web applications(for example magazines like instyle etc) on mobile devices like i pod,Android etc. Is this different from testing on different browsers and operating systems on computer?

    Srutilata

    • Aug 25th, 2015

    When testing a web-based application from a desktop environment you typically have to do a lot of configuration testing, meaning you test the web app using different browsers in different versions on ...

    Rekha

    • Jul 23rd, 2015

    Testing happens based on Mobile view requirements. There might be slight difference between Mobile view and Desktop view of Web application which you test. When you test a web application in Mobile de...