A practical guide to testing wireless smartphone application

Nơi đăng các bài viết về các loại thiết bị di động khác với Iphone, AndroidBlack Berry
Forum rules
Nơi đăng các bài viết về các loại thiết bị di động khác với Iphone, AndroidBlack Berry
vi1992
Fresher Tester
Posts: 13
Joined: Sat 16 Mar, 2013 8:22 am
Contact:

Re: A practical guide to testing wireless smartphone applica

Post by vi1992 »

e còn một vài chỗ không hiểu nữa. a giúp e nhé.
"Code injection for Java ME consists of several related activities:
Preparing the application so it can be instrumented effectively, e.g., by disabling optimization and obfuscation of the byte code, and by adding debug information to the compilation
stage.
Unpacking the JAR file if we are waiting until the end of the build process to inject code
rather than doing so in parallel with building the application.
Creating support, or helper, classes (e.g., to interface with a graphics library), to add code
coverage (a related activity that also requires code injection), or to access internal data
structures.
Designing and implementing the actual tests (why we are doing all this work in the first
place!)."

và cái mô hình https://docs.google.com/file/d/0B_jpKgs ... cwR1E/edit
thật sự e không hiểu a à. e cảm ơn a



tvn
Admin
Posts: 4900
Joined: Tue 10 Aug, 2010 10:11 am
Location: HCM
Contact:

Re: A practical guide to testing wireless smartphone applica

Post by tvn »

Đây là các bước thực hiện "chèn code vào ứng dụng J2ME"
  • 1. chuẩn bị code để chèn
    2. giải mã (de-compile file JAR) file cài đặt chương trình
    3. Tạo các class cần thiết
    4. Chèn mã ở bước 1 vào.



Post Reply

Return to “Others”