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
A practical guide to testing wireless smartphone application
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, Android và Black Berry
Nơi đăng các bài viết về các loại thiết bị di động khác với Iphone, Android và Black Berry
-
- Fresher Tester
- Posts: 13
- Joined: Sat 16 Mar, 2013 8:22 am
- Contact:
-
- Admin
- Posts: 4900
- Joined: Tue 10 Aug, 2010 10:11 am
- Location: HCM
- Contact:
Re: A practical guide to testing wireless smartphone applica
Đâ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.