Learning from the simulator to the real machine
Author: Chen yuefeng
From: http://blog.csdn.net/mailbomb
The simulator brings us a lot of convenience, for example, debugging the program in the simulator and viewing the program effect conveniently, but the simulator also brings us some problems, for example, the bug implemented by the simulator, so it is necessary to perform a real machine test.
1. Why do we need to perform a real machine test?
Because the simulator program may have bugs and the performance of the real machine is limited, you must perform a real machine test.
2. How do I transmit programs to machines?
The following method is used to transmit a program to a machine:
A) OTA download
B) Data Transmission
C) Infrared Transmission
D) Bluetooth
You can select an appropriate method based on the conditions.
3. What are the main tests for real machine testing?
Real machine testing involves a lot of content, mainly testing the following aspects:
A) Functions of the program
B) Procedural operability and ease of operation
C) program size. For example, the maximum size of most mobile phones of the Nokia s40 series is 64 KB.
D) whether the program running speed is tolerable.
For the time being, I hope you can correct the shortcomings.
Cqucyf@gmail.com