Chapter 12

Java ME Application Testing

Testing your application is an important part of the software development process. For mobile development, particularly on the Java ME platform, proper testing of an application is almost as important as writing the application in the first place, because you have to identify not only bugs in your code but also various glitches, inconsistencies, fragmentation issues, and other problems related to the JVM and the device itself.

Viewed from up high, Java ME application testing is extremely similar to regular application testing on desktop platforms. Indeed, the same principles, best practices, and processes are applicable in both cases, and it is assumed that you are familiar with them. However, because ...

Get Pro Java ME Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.