Sunday 22 May 2016

differencce between mobile and web app testing

What the difference between web testing and mobile
application testing
Question Submitted By :: Mobile Testing
I also faced this Question!! Answer Posted By
Answers were Sorted based on User's Feedback
Answer
# 1 Jotted some of the test coverage we need to focus on mobile testing which differed from web testing.

1. Interrupts : How app responds when it has interrupted by calls,SMS,alerts or Wi-fi change when the app is running.App should regain it's state after the interruption.

2.Mobile apps execute on the limited hardware resources and make sure that there is no hangups or performance issues.

3.Cross platform and cross devices :
App should be tested on different OS and Different devices for same issue(Android: MOTO G,Nuxes etc)

4.UI components loading,component locations while device is in different orientations.

5. Push notifications : Mobile apps works on push notifications whereas pc web applications doesn't have such concept.

6. Crash scenarios also need to be taken care when app is running.

No comments:

Post a Comment