Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile Application Testing Made Easy

Mobile Application Testing Madeย Easy

This deck was shared in MoT Kuala Lumpur's Meetup #9 on 15th December 2020

๐—”๐—ฏ๐—ผ๐˜‚๐˜ ๐—ฆ๐—ฝ๐—ฒ๐—ฎ๐—ธ๐—ฒ๐—ฟ:
Saif Siddiqui is a Quality Analyst (Mobile) at REA Group Asia (also known as iProperty) with Scrum Master certification, managing multiple consumer and customer-facing applications.

He is an experienced and certified Mobile Apps & IoT application tester some including iBeacon Sensors, Drones, Smart Watches, etc.
He is experienced in leading and managing Mobile functional, Automation, and Digital testing. Taking pride in playing key roles In delivering some of the" Highest rated Apps" in Europe, India, and other APAC regions with more than a million downloads in different App stores.

Linkedin: https://www.linkedin.com/in/saifsms91
Blog: http://mobiletestingtip.blogspot.com

๐—”๐—ฏ๐˜€๐˜๐—ฟ๐—ฎ๐—ฐ๐˜ ๐—ผ๐—ป "Mobile Application Testing: Made Easy":

Have you ever wondered what Mobile Application Testing looks like? Or how Mobile applications are being created and tested?

In this talk, Saif will be spilling some beans in and around these topics to our fellow Quality Engineers to apply this knowledge in the "$157 Billion App Store Consumer Spending" market as per "Tech Crunch"

Today mobile phones have evolved from simple communication devices to a gadget that can basically do everything. Whether it be ordering food, booking a cab service, or simply looking for directions, it can all be done using a mobile phone. This is only possible due to the wonderful world of mobile applications. In this meetup, we will be discussing the testing process of such applications.

๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—ข๐˜‚๐˜๐—ฐ๐—ผ๐—บ๐—ฒ๐˜€:

- Introduction to Mobile Application Testing.
- Why is Mobile Application Development Important?
- Why is Mobile Application Testing Important?
- Approaches to Mobile App Testing.
- Key Challenges in Mobile Application Testing.
- How to Create Device Matrix with so many devices available in the market?

More Decks by Ministry of Testing Kuala Lumpur

Other Decks in Technology

Transcript

  1. 1. Functional Testing 2. Performance Testing 3. Memory Leakage Testing

    4. Interrupt Testing 5. Network Testing 6. Installation Testing 7. Force Upgrade Testing 8. Localization and Internationalization Testing
  2. 1. Picking Application from background-Is your App smart enough to

    judge itself what to do when we are picking them up from the background of the "OS".Yes, a badly coded app doesn't behave well when we launch them from the background and they start hanging the device's/Application altogether. 2. Screen Orientation-Most of the app which does not support screen orientation are likely to Crash or have a memory leak when we are we are using them in the orientation they do not support either portrait or Landscape. 3. Touch Gesture-iOS or Android if the application is supporting multiple touch gesture where only one event can be fired at a particular instance the application is going to crash. 4. Performance-Performance of the application with respect to your competitor is a must check.Is it having better UI, Performance or Usability. 5. Network Testing-The application on flight mode or no network mode is definitely going to give Dev's some hiccups.Be sure that proper validation is available in every negative instance/steps or scenarios.