Slide 15
Slide 15 text
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.