2

There is some hybrid app I need to test. I need to test it in Android and iOS.

I have device Samsung SII and iPhone 4s.

I tried to test it with different means.

By simulating the network/battery/memory.

I need some tools that would help me in that.

i.e., When the battery is full, I need to reduce it to Low and test it. And when there is lot of memory, I need to reduce it and test the app in Low memory. And when the bandwidth speed of the network is high, I need to reduce it and test the app.

Can any one suggest me tools that simulate these. Never mind it is 3 different tools or a single tool.

4

1 回答 1

0

我认为您不能只在真实设备上进行模拟。

对于模拟使用模拟器 - Android 和 iOS 模拟器都具有使您能够模拟电池/内存/来电和许多其他事件的功能。

如果你想在真实设备上做某事,你必须以艰难的方式去做——让电池掉电(例如玩 3D 游戏)、关闭互联网连接、从另一台设备拨打电话以接听来电......

对于低内存模拟,尝试在后台运行 3D 游戏,播放音频/视频等。

于 2013-01-03T12:54:35.383 回答