开发者

Differences in Mobile and Desktop Application Testing

开发者 https://www.devze.com 2023-01-15 17:27 出处:网络
How would you test a ‘Mobile’ version of IM?开发者_JAVA技巧What are some key differences between testing this version versus a desktop application?First of all you need to account for unstable conne

How would you test a ‘Mobile’ version of IM?开发者_JAVA技巧 What are some key differences between testing this version versus a desktop application?


First of all you need to account for unstable connectivity - the program should be ready to deal with temporary and permanent network coverage losses.

Resources consumption (memory footprint, network bandwidth and CPU time) is also to be considered. Noone wants a program that drains the battery in an hour, occupies all memory or causes a giant bill to the owner.


Both memory requirement and network bandwidth has to be kept to as low as possible...


adding to sharptooth's answer, notifications on sending/receiving a message. Support for voice chat/video chat via available hardware :)

0

精彩评论

暂无评论...
验证码 换一张
取 消