Posts

Showing posts from June, 2010

Want to test midlets on real phones?

Most mobile phone manufacturers offer emulators to help developers with software tests. Java and C++ programming environments usually provide plug-in facilities for emulators . Products such as Pulsar go a step further to integrate and maintain the entire development space. Although emulators catch a fair amount of design and runtime errors, software behaviour on real phones is unpredictable. For most developers it is not financially feasible to test the behaviour of their mobile applications on all target platforms. To get around this obstacle some companies offer on-line services that allow for application testing on real devices. These services are often expensive. In software provided by phone manufacturers multiple instances of the emulator are invoked to simulate the behaviour of federated handsets. One solution is to run an instance of the application on a PC and set up a local communication channel with a real phone. A neat, inexpensive and elegant solution is availab