Have developed a small application on Android
using EclipseIDE
, and i wanted to test that app for functionality, after a long RnD i found MonkeyTalk
is a good tool to test that,
To test my app using MonkeyTalk
i need to convert my project on eclipse to AspectJ
project, then i can use MonkeyTalkIDE
to record actions on application and playback using MonkeyTalk file (*.mt),
My question is what is the significance to convert my Android project
to AspectJ project
?
I been looking on AspectJ-Wikipeda and this.
Still i have confusion that why we need to convert them?