How to write test case for mobile phones

Showing Answers 1 - 8 of 8 Answers

test

  • Dec 26th, 2005
 

for testing a mobile phone i can perform these many testings:

Functional Testing

Usability Testing

Security Testing

Performance Testing

UI Testing

  Was this answer useful?  Yes

srikant

  • Oct 30th, 2012
 

Writing Test cases for Mobile testing is quite different when we compare it to writing for normal web applications. When you say you need to write mobile test cases, do you mean to wrie for the mobile devices or mobile apps that have been developed for these devices? Assuming the later I have put down some scenarios that you can consider whilst writing these test cases.
1. Consider what all OSs are you targeting. Usually, IOS and Android being the market leaders the apps are usually developed for the same.
2. Focus more on preparing high level Test scenarios first.
You can include the following scenarios:
1. Installation procedures
2. App start / stop and opening and closing
3. Network Test cases
4. Call handling
5. SMS handling
6. Uninstallation

Apart from the functional point of view we can also perform a huge load of Performance and Security testing.
Also do not forget to look into the HIG(human interface Guide) They contain all the guidelines to be folowed by app developers. What we are talking is a mine of Test cases that can be churned out from these HIG. Hope this helps.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions