InterviewSolution
Saved Bookmarks
| 1. |
How To Test An Application On The Emulator To Determine If It Behaves Properly Under Low Memory Conditions? |
|
Answer» This can be achieved by reducing the heap size in the device configurator FILE (.qsc file) to almost the size of the .mod file. Any RUN time allocations by the applications should fail and you can test if your application deals with those FAILURES correctly.
This can be achieved by reducing the heap size in the device configurator file (.qsc file) to almost the size of the .mod file. Any run time allocations by the applications should fail and you can test if your application deals with those failures correctly. |
|