Mobile Application Testing Interview Questions & Answer Android| iOS |Native React Native Flutter

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 24

  • @saifsms91
    @saifsms91  3 роки тому +1

    𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗢𝘂𝘁𝗰𝗼𝗺𝗲𝘀:
    ------------------------------------------------------------------------------------------------------------------------
    - 00:00 - About Ministry of Testing (Introduction to Mobile Application Testing)
    - 04:08 - Why is Mobile Application development Important?
    - 05:22 - What is Mobile Application Testing?
    - 07:05 Why is Mobile Application Testing important?
    - 10:24 - Any doubt why mobile app testing is important?
    - 10:54 - Approach to Mobile Application Testing?
    - 11:06 - Type of Mobile Apps?
    - 12:15 - Types of Mobile Testing?
    - 16:55 - 5 Incredible handy key points while testing "Mobile Application"
    - 19:45 - Creating device matrix? On which device to test?
    - 21:53 - Simulators vs Emulator?
    - 24:30 - How you deal with with the possible permutation of creating different device matrix that fit testing requirement?
    - 26:30 - Do you test on actual device or you get out to get services that emulate the device?
    - 27:48 - Force upgrade testing: What happens to the phone that does not support upgraded version?
    - 31:20 - When you have limit of time to test mobile app do you have any plan or order on what to do first and which order you suggest?
    - 32:28 - Can we do mobile performance testing without deep knowledge of test automation?
    - 33:00 - Any example of interesting bug you found during testing mobile apps which we can take into account?
    - 34:00 - When we release an app, I found out some bugs from the customer that even did not come to my mind do you have any tips for test strategy or risk assessment in your work which can help to come up with this idea?
    - 35:41 - How to answer professionally during interview on a question what is the difference in testing web and mobile application?
    - 37:30 - Thanks from audience
    - 38:10 - Arranging the session of live demo for mobile testing that would be great?
    - 38:30 - Any test technique that you use specially for mobile app testing ( I sliced up fun)?
    - 39:31 - How we can do regression testing for mobile?
    - 40:40 - Do you have example of Mobile Apps which can be used as good example when developing mobile apps?
    - 41:35 - Can you tell me about accessibility point which can be tested in mobile apps anything special?
    - 42:09 - For my curiosity I got a question: Based on your experience out of 4 like real devices, emulator , simulator and cloud devices which one you prefer for mobile testing?
    - 43:17 - Any resources which we can read or listen to broaden our knowledge for mobile Testing?

  • @becreativebuddy4438
    @becreativebuddy4438 Рік тому +1

    What an explaination and clearity. Thanks

  • @asimsingh1988
    @asimsingh1988 3 роки тому +3

    Super sir... very useful episode

    • @saifsms91
      @saifsms91  3 роки тому

      Do share with your friends, Thanks and welcome :)

  • @SivaKumar-yj3zl
    @SivaKumar-yj3zl 3 роки тому +2

    Thanks for sharing this video

  • @codezamacodinglabs
    @codezamacodinglabs 2 роки тому +1

    How to practice app testing. Like website testing there are mock websites available to test. So are there any mock apps available to practice testing. Many thanks

    • @saifsms91
      @saifsms91  2 роки тому +1

      To practice app testing you can install any plays store or App Store build and try doing ad-hoc testing similar to finding bug in live production environment. If you need sample app for the time being you can install this app in my repo : github.com/saifsms91/TodoAppium/tree/master/src/test/resources/app not sure if it will work on the recent Android device though. You can also try finding the .apk file on github from public repository.For iOS there is no easy way to install the app om device so for iOS you can always install the build from App store and do ad-hoc testing on any live app like hotel.com , booking.com and airbnb.com

    • @codezamacodinglabs
      @codezamacodinglabs 2 роки тому

      @@saifsms91 thank you so much buddy ❤.

  • @ma8969
    @ma8969 2 роки тому

    Thank you

  • @user-jy5dg7mu5r
    @user-jy5dg7mu5r 3 роки тому

    Thank you!

  • @MyEasyGuru
    @MyEasyGuru 2 роки тому +1

    Support from #Myeasyguru

  • @bhosaleraviraj835
    @bhosaleraviraj835 2 роки тому

    How Can I test native application performance testing ...

    • @saifsms91
      @saifsms91  2 роки тому

      You can use xcode and Android studio analyser features or there are lot of third party tools available in the market.

  • @MyEasyGuru
    @MyEasyGuru 2 роки тому

    Support from #MyEasyGuru

  • @jolayemisamuel3458
    @jolayemisamuel3458 2 роки тому

    What website can one use to test app, thanks

    • @saifsms91
      @saifsms91  2 роки тому

      Mobile app cannot be tested on website.

    • @jolayemisamuel3458
      @jolayemisamuel3458 2 роки тому

      @@saifsms91 What software can one use, where can it be done, thank you.

    • @saifsms91
      @saifsms91  2 роки тому

      @@jolayemisamuel3458 mobile application can be tested on mobile/emulator/simulator.For automation appium can be used.