22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous...

29
22 RULES IN MOBILE APP TESTING by HuangYong

Transcript of 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous...

Page 1: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

22 RULESIN MOBILE APP TESTING

by HuangYong

Page 2: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

2

Page 3: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

3

Page 4: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

1. Device & Platform

• OS

• Device Hardware

• Screen Size

• Resolution

• Pixel density

4

Page 5: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

1. Device & Platform

• Google Analytics

• Adobe Omniture

• iOS market share

• Android market share

5

Page 6: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

2. "Mobile" Testing

• Network switch

• Error message when issue happens

• Network Link Conditioner

6

Page 7: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

3. Multi-Tasking

• Switch between apps

• Restore app

• Fluency of switching

7

Page 8: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

4. Avoid Gesture Conflicts

• App gestures

• OS gestures

8

Page 9: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

5. Usability

• Landscape and portrait display

• Accessibility

• Continuity

• WebView

9

Page 10: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Access rights

• Sensors

• Notification bar

• Push message and notification

10

6. Display Message and Notification

Page 11: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Android

• Widget

• Dalvik & ART Runtime

• iOS

• Widget

• SlideOver

• SplitView

• Picture in Picture

• App setting in system settings

11

7. OS Specified Feature

Page 12: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Change on one device

• Sync to the others

12

8. Sync among Different Devices

Page 13: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Samsung: TouchWiz

• HTC: Sense

• LG: UX

• Sony: Xperia

13

9. Customised UI Impacts

Page 14: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• PDF

• Office: Word, Excel, PowerPoint

• Image: PNG, JPG, GIF, BMP

• Video: MP4, 3GP and etc

14

10. Support Files of Different Format

Page 15: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Different languages

• Time and date format

• IME

15

11. Support Different Languages & Locales

Page 16: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Limitations of app memory on different OS

• Large images

• Long audios

• Mess videos

16

12. High Memory Usage Functions

Page 17: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Controls provided by OS SDK

• Controls provided by 3rd party plugin and libs

• Controls implemented in app

17

13. Non-standard Controls

Page 18: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Overwrite/incremental upgrade

• User information/credential

• Database schema change

• Delete app

18

14. App Upgrade

Page 19: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Update frequency

• Display updates

19

15. App Cache

Page 20: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Integrate apps

• Use functions of 3rd party app

20

16. Integration of 3rd Party Apps

Page 21: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• 3rd party system/app

• WebService

• API testing and integration testing

21

17. App Dependency

Page 22: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Automation Testing

• Unit test / TDD

• Automation testing for WebService

• Use simulator/emulator

• Automation testing based on user journey

22

18. Automation and Exploratory Testing

Page 23: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Exploratory Testing

• Real devices

• Activity/view navigation

• Data flow

• Workflow among pages

23

18. Automation and Exploratory Testing

Page 24: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• WebService

• iPhone Configuration Utility

• Android Developer Tools: DDMS

• SQLite database file

• User info in app request

24

19. Security testing

Page 25: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• Network connection speed

• Fluency of operations

• Performance of WebService

• Performance of SQLite database

25

20. Performance testing

Page 26: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• New features and guidelines in new OS

• Regression testing on current OS

• Adaptability testing on new OS

26

21. OS Upgrade

Page 27: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

• App stability

• iOS: TestFlight

• Android: Dropbox

27

22. Continuous Integration & Continuous Delivery

Page 28: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

28

Page 29: 22Rules In Mobile App Testing - GitHub€¦ · "Mobile" Testing • Network switch ... Continuous Integration & Continuous Delivery. 28. Q&A THANK YOU! Title: 22Rules_In_Mobile_App_Testing.key

Q&A

THANK YOU!