Basic overview on Mobile testing


Types of Mobile testing
1. Functional testing
2. Performance testing
3. Security testing
4. Usability testing
5. Compatibility testing
6. Recoverability Testing
7. Data synchronisation


Typical failures in Android Application:
1. Application Installation Failure
2. Application crash during execution
3. Scaling/Layout problems
4. Application hangs if some resource is not available
5. Problem in landscape/portrait mode

Android Testing Strategy:
1. Unit Test
2. Integration Test
3. Operational Test
4. System Test should include:
a. GUI tests
b. Usability tests
c. Performance tests
d. Stress tests

iOS testing MindMap
Hardware
iPhone
iPad
iPod
Unit test
Method
Object
UI
Smooth animation
User friendly
Portrait
Landscape
Functionality
Email
Service
Web
Phone Call:
a. Contact
b. Call Conference
Software
App crashes
Security
Memory leaks

Comments

Popular posts from this blog

Robot Framework vs Cucumber

Performance Testing of RESTful APIs Using JMeter

Verification displayed number of rows inside table by Robot Framework