ashfaqpro / android_web_app

0 stars 3 forks source link

Record the user actions on the app #3

Open kcramu opened 10 years ago

kcramu commented 10 years ago

When the user navigates through the app for the first time, the user actions on the app has to be recorded. This can be recorded in the form of robotium test scripts.

One approach we can follow for recording the user actions is by using android instrumentation to launch the activity and then intercept the user actions by hooking custom listeners.

chunrong commented 9 years ago

Can you show some examples of hooking custom listeners?